COLOR #6D9A68

HEX: #6D9A68
RGB: (109,154,104)

Color info

#6D9A68 contains red, green and blue colors in about the same proportion. Web safe color of #6D9A68 is #669966 (or #696).

RGB color model

#6D9A68 color RGB value is (109,154,104).

  • red value is 109;
  • green value is 154;
  • blue value is 104.
RGB:
(109,154,104)
(43%,60%,41%)

RGB channels and saturation

R 109 of 255 = 43%
G 154 of 255 = 60%
B 104 of 255 = 41%

109
154
104

R + G + B ~ 48%. #6D9A68 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
109 + 154 + 104 = 367 (100%)
R 109 of 367 ~ 29.7%
G 154 of 367 ~ 41.96%
B 104 of 367 ~ 28.34%

%29.7
%41.96
%28.34

CMYK color model

#6D9A68 color CMYK value is (29,0,32,40).

  • cyan value is 29.22%
  • magenta value is 0.00%
  • yellow value is 32.47%
  • key color value is 39.61%
CMYK:
(29,0,32,40)
C29M0Y32K40 
(29%,0%,32%,40%)
(0.29/0.00/0.32/0.40)	

CMYK percentages

%29.22
%0
%32.47
%39.61

Codes

Color #6D9A68 in popluar color models

6D9A68
RGB109154104
HSL114°19.84%50.59%
HSB/HSV114°32.47%60.39%
CMYK29.22%0.00%32.47%
39.61%

Color #6D9A68 in popluar number systems.

HEX6D9A68
Decimal109154104
Binary1101101100110101101000
Octal155232150

Shades and tints

Shades of #6D9A68

#6D9A68
(109,154,104)
#648C5F
(100,140,95)
#5B7E56
(91,126,86)
#52704D
(82,112,77)
#496244
(73,98,68)
#40543B
(64,84,59)
#374632
(55,70,50)
#2E3829
(46,56,41)
#252A20
(37,42,32)
#1C1C17
(28,28,23)
#130E0E
(19,14,14)
#000000
(0,0,0)

Tints of #6D9A68

#6D9A68
(109,154,104)
#7AA375
(122,163,117)
#87AC82
(135,172,130)
#94B58F
(148,181,143)
#A1BE9C
(161,190,156)
#AEC7A9
(174,199,169)
#BBD0B6
(187,208,182)
#C8D9C3
(200,217,195)
#D5E2D0
(213,226,208)
#E2EBDD
(226,235,221)
#EFF4EA
(239,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D9A68 color. Also use rgb(109,154,104) instead hex code.

Text Font Color

.myTextColor { color: #6D9A68; }

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

This text font color is #6D9A68.


Background Color

.myBgColor { background-color: #6D9A68; }

<div style="background-color:#6D9A68">Inner text</div>

This div background color is #6D9A68.


Border color

.myBorderColor { border: 1px solid #6D9A68; }

<div style="border:3px solid #6D9A68">Div</div>

This div border color is #6D9A68.


Opacity

.myOpacity80 { color: #6D9A68; opacity: 0.8; }

<p style="color:#6D9A68;opacity:0.8;">80%</p>

Text with #6D9A68 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 #6D9A68;}

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

This text has shadow with #6D9A68 color.

.textShadow {text-shadow: 3px 3px 1px #6D9A68, 3px 3px 1px red;}

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

This text has shadow with #6D9A68 primary color and red secondary color.


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

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

This text has shadow with #6D9A68 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D9A68 on black background.


Color preview on white background

This text has color #6D9A68 on white background.



Black color preview on #6D9A68 background

This text has black color on #6D9A68 background.


White color preview on #6D9A68 background

This text has white color on #6D9A68 background.