COLOR #68B36D

HEX: #68B36D
RGB: (104,179,109)

Renk bilgisi

#68B36D contains mainly green color. #68B36D ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#68B36D color RGB value is (104,179,109).

  • kırmız ton 104;
  • yeşil ton 179;
  • mavi ton 109.
RGB:
(104,179,109)
(41%,70%,43%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 179 of 255 = 70%
B 109 of 255 = 43%

104
179
109

R + G + B ~ 51%. #68B36D is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 179 + 109 = 392 (100%)
R 104 of 392 ~ 26.53%
G 179 of 392 ~ 45.66%
B 109 of 392 ~ 27.81%

%26.53
%45.66
%27.81

CMYK RENK MODELİ

#68B36D rengi CMYK tonu (42,0,39,30).

  • camgöbeği tonu 41.90%
  • eflatun tonu 0.00%
  • sarı tonu 39.11%
  • ana renk tonu 29.80%
CMYK:
(42,0,39,30)
C42M0Y39K30 
(42%,0%,39%,30%)
(0.42/0.00/0.39/0.30)	

CMYK yüzdeleri

%41.9
%0
%39.11
%29.8

Codes

Color #68B36D in popluar color models

68B36D
RGB104179109
HSL124°33.04%55.49%
HSB/HSV124°41.90%70.20%
CMYK41.90%0.00%39.11%
29.80%

Color #68B36D in popluar number systems.

HEX68B36D
Decimal104179109
Binary1101000101100111101101
Octal150263155

Shades and tints

Shades of #68B36D

#68B36D
(104,179,109)
#5FA364
(95,163,100)
#56935B
(86,147,91)
#4D8352
(77,131,82)
#447349
(68,115,73)
#3B6340
(59,99,64)
#325337
(50,83,55)
#29432E
(41,67,46)
#203325
(32,51,37)
#17231C
(23,35,28)
#0E1313
(14,19,19)
#000000
(0,0,0)

Tints of #68B36D

#68B36D
(104,179,109)
#75B97A
(117,185,122)
#82BF87
(130,191,135)
#8FC594
(143,197,148)
#9CCBA1
(156,203,161)
#A9D1AE
(169,209,174)
#B6D7BB
(182,215,187)
#C3DDC8
(195,221,200)
#D0E3D5
(208,227,213)
#DDE9E2
(221,233,226)
#EAEFEF
(234,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68B36D color. Also use rgb(104,179,109) instead hex code.

Text Font Color

.myTextColor { color: #68B36D; }

<p style="color:#68B36D">This sample text font color is #68B36D.</p>

This text font color is #68B36D.


Background Color

.myBgColor { background-color: #68B36D; }

<div style="background-color:#68B36D">Inner text</div>

This div background color is #68B36D.


Border color

.myBorderColor { border: 1px solid #68B36D; }

<div style="border:3px solid #68B36D">Div</div>

This div border color is #68B36D.


Opacity

.myOpacity80 { color: #68B36D; opacity: 0.8; }

<p style="color:#68B36D;opacity:0.8;">80%</p>

Text with #68B36D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #68B36D;}

<p style="text-shadow: 3px 3px 1px #68B36D">Text here.</p>

This text has shadow with #68B36D color.

.textShadow {text-shadow: 3px 3px 1px #68B36D, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #68B36D, 5px 5px 20px red">Text here.</p>

This text has shadow with #68B36D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#68B36D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#68B36D, Direction=45, Strength=4)">Text</p>

This text has shadow with #68B36D and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #68B36D;
  -webkit-box-shadow:	1px 1px 3px 2px #68B36D;
  box-shadow:		1px 1px 3px 2px #68B36D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #68B36D;
-webkit-box-shadow: 1px 1px 3px 2px #68B36D;
box-shadow:1px 1px 3px 2px #68B36D;">
Div content here</div>
This div box has shadow with color #68B36D.

Preview

Color preview on black background

This text has color #68B36D on black background.


Color preview on white background

This text has color #68B36D on white background.



Black color preview on #68B36D background

This text has black color on #68B36D background.


White color preview on #68B36D background

This text has white color on #68B36D background.