COLOR #6D9A66

HEX: #6D9A66
RGB: (109,154,102)

Color info

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

RGB color model

#6D9A66 color RGB value is (109,154,102).

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

RGB channels and saturation

R 109 of 255 = 43%
G 154 of 255 = 60%
B 102 of 255 = 40%

109
154
102

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

Portions of RGB colors in percentages

R + G + B =
109 + 154 + 102 = 365 (100%)
R 109 of 365 ~ 29.86%
G 154 of 365 ~ 42.19%
B 102 of 365 ~ 27.95%

%29.86
%42.19
%27.95

CMYK color model

#6D9A66 color CMYK value is (29,0,34,40).

  • cyan value is 29.22%
  • magenta value is 0.00%
  • yellow value is 33.77%
  • key color value is 39.61%
CMYK:
(29,0,34,40)
C29M0Y34K40 
(29%,0%,34%,40%)
(0.29/0.00/0.34/0.40)	

CMYK percentages

%29.22
%0
%33.77
%39.61

Codes

Color #6D9A66 in popluar color models

6D9A66
RGB109154102
HSL112°20.47%50.20%
HSB/HSV112°33.77%60.39%
CMYK29.22%0.00%33.77%
39.61%

Color #6D9A66 in popluar number systems.

HEX6D9A66
Decimal109154102
Binary1101101100110101100110
Octal155232146

Shades and tints

Shades of #6D9A66

#6D9A66
(109,154,102)
#648C5D
(100,140,93)
#5B7E54
(91,126,84)
#52704B
(82,112,75)
#496242
(73,98,66)
#405439
(64,84,57)
#374630
(55,70,48)
#2E3827
(46,56,39)
#252A1E
(37,42,30)
#1C1C15
(28,28,21)
#130E0C
(19,14,12)
#000000
(0,0,0)

Tints of #6D9A66

#6D9A66
(109,154,102)
#7AA373
(122,163,115)
#87AC80
(135,172,128)
#94B58D
(148,181,141)
#A1BE9A
(161,190,154)
#AEC7A7
(174,199,167)
#BBD0B4
(187,208,180)
#C8D9C1
(200,217,193)
#D5E2CE
(213,226,206)
#E2EBDB
(226,235,219)
#EFF4E8
(239,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D9A66; }

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

This text font color is #6D9A66.


Background Color

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

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

This div background color is #6D9A66.


Border color

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

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

This div border color is #6D9A66.


Opacity

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

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

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

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

This text has shadow with #6D9A66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D9A66 on black background.


Color preview on white background

This text has color #6D9A66 on white background.



Black color preview on #6D9A66 background

This text has black color on #6D9A66 background.


White color preview on #6D9A66 background

This text has white color on #6D9A66 background.