COLOR #6D9D77

HEX: #6D9D77
RGB: (109,157,119)

Color info

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

RGB color model

#6D9D77 color RGB value is (109,157,119).

  • red value is 109;
  • green value is 157;
  • blue value is 119.
RGB:
(109,157,119)
(43%,62%,47%)

RGB channels and saturation

R 109 of 255 = 43%
G 157 of 255 = 62%
B 119 of 255 = 47%

109
157
119

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

Portions of RGB colors in percentages

R + G + B =
109 + 157 + 119 = 385 (100%)
R 109 of 385 ~ 28.31%
G 157 of 385 ~ 40.78%
B 119 of 385 ~ 30.91%

%28.31
%40.78
%30.91

CMYK color model

#6D9D77 color CMYK value is (31,0,24,38).

  • cyan value is 30.57%
  • magenta value is 0.00%
  • yellow value is 24.20%
  • key color value is 38.43%
CMYK:
(31,0,24,38)
C31M0Y24K38 
(31%,0%,24%,38%)
(0.31/0.00/0.24/0.38)	

CMYK percentages

%30.57
%0
%24.2
%38.43

Codes

Color #6D9D77 in popluar color models

6D9D77
RGB109157119
HSL133°19.67%52.16%
HSB/HSV133°30.57%61.57%
CMYK30.57%0.00%24.20%
38.43%

Color #6D9D77 in popluar number systems.

HEX6D9D77
Decimal109157119
Binary1101101100111011110111
Octal155235167

Shades and tints

Shades of #6D9D77

#6D9D77
(109,157,119)
#648F6D
(100,143,109)
#5B8163
(91,129,99)
#527359
(82,115,89)
#49654F
(73,101,79)
#405745
(64,87,69)
#37493B
(55,73,59)
#2E3B31
(46,59,49)
#252D27
(37,45,39)
#1C1F1D
(28,31,29)
#131113
(19,17,19)
#000000
(0,0,0)

Tints of #6D9D77

#6D9D77
(109,157,119)
#7AA583
(122,165,131)
#87AD8F
(135,173,143)
#94B59B
(148,181,155)
#A1BDA7
(161,189,167)
#AEC5B3
(174,197,179)
#BBCDBF
(187,205,191)
#C8D5CB
(200,213,203)
#D5DDD7
(213,221,215)
#E2E5E3
(226,229,227)
#EFEDEF
(239,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D9D77 color. Also use rgb(109,157,119) instead hex code.

Text Font Color

.myTextColor { color: #6D9D77; }

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

This text font color is #6D9D77.


Background Color

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

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

This div background color is #6D9D77.


Border color

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

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

This div border color is #6D9D77.


Opacity

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

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

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

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

This text has shadow with #6D9D77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D9D77 on black background.


Color preview on white background

This text has color #6D9D77 on white background.



Black color preview on #6D9D77 background

This text has black color on #6D9D77 background.


White color preview on #6D9D77 background

This text has white color on #6D9D77 background.