COLOR #6D9566

HEX: #6D9566 RGB: (109,149,102)

Color info

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

RGB color model

#6D9566 color RGB value is (109,149,102).

RGB: (109,149,102) (43%, 58%, 40%)

RGB channels and saturation

R 109 of 255 = 43%
G 149 of 255 = 58%
B 102 of 255 = 40%

109
149
102

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

Portions of RGB colors in percentages

R + G + B = 109 + 149 + 102 = 360 (100%)
R 109 of 360 ~ 30.28%
G 149 of 360 ~ 41.39%
B 102 of 360 ~ 28.33'%

%30.28
%41.39
%28.33

CMYK color model

#6D9566 color CMYK value is (27,0,32,42).

  • cyan value is 26.85%
  • magenta value is 0.00%
  • yellow value is 31.54%
  • key color value is 41.57%

CMYK: (27,0,32,42)
C27M0Y32K42 (27%, 0%, 32%, 42%)
(0.27 / 0.00 / 0.32 / 0.42)

CMYK percentages

%26.85
%0
%31.54
%41.57

Codes

Color #6D9566 in popluar color models

6D 95 66
RGB 109 149 102
HSL 111° 18.73% 49.22%
HSB/HSV 111° 31.54% 58.43%
CMYK 26.85% 0.00% 31.54%
41.57%

Color #6D9566 in popluar number systems.

HEX 6D 95 66
Decimal 109 149 102
Binary 1101101 10010101 1100110
Octal 155 225 146

Shades and tints

Shades of #6D9566

#6D9566
(109,149,102)
#64885D
(100,136,93)
#5B7B54
(91,123,84)
#526E4B
(82,110,75)
#496142
(73,97,66)
#405439
(64,84,57)
#374730
(55,71,48)
#2E3A27
(46,58,39)
#252D1E
(37,45,30)
#1C2015
(28,32,21)
#13130C
(19,19,12)
#000000
(0,0,0)

Tints of #6D9566

#6D9566
(109,149,102)
#7A9E73
(122,158,115)
#87A780
(135,167,128)
#94B08D
(148,176,141)
#A1B99A
(161,185,154)
#AEC2A7
(174,194,167)
#BBCBB4
(187,203,180)
#C8D4C1
(200,212,193)
#D5DDCE
(213,221,206)
#E2E6DB
(226,230,219)
#EFEFE8
(239,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D9566; }

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

This text font color is #6D9566.

Background Color

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

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

This div background color is #6D9566.

Border color

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

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

This div border color is #6D9566.

Opacity

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

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

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

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

This text has shadow with #6D9566 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D9566.

Preview

Color preview on black background

This text has color #6D9566 on black background.


Color preview on white background

This text has color #6D9566 on white background.


Black color preview on #6D9566 background

This text has black color on #6D9566 background.


White color preview on #6D9566 background

This text has white color on #6D9566 background.


Related colors

Complementary color

Complementary color for #hex is #926A99.


I love getcolorcode.com

Triadic colors

1 #666D95 and #95666D with #6D9566 are triadic colors.

2 #66956D and #956D66 with #6D9566 are triadic colors.