COLOR #6D8D77

HEX: #6D8D77
RGB: (109,141,119)

Color info

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

RGB color model

#6D8D77 color RGB value is (109,141,119).

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

RGB channels and saturation

R 109 of 255 = 43%
G 141 of 255 = 55%
B 119 of 255 = 47%

109
141
119

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

Portions of RGB colors in percentages

R + G + B =
109 + 141 + 119 = 369 (100%)
R 109 of 369 ~ 29.54%
G 141 of 369 ~ 38.21%
B 119 of 369 ~ 32.25%

%29.54
%38.21
%32.25

CMYK color model

#6D8D77 color CMYK value is (23,0,16,45).

  • cyan value is 22.70%
  • magenta value is 0.00%
  • yellow value is 15.60%
  • key color value is 44.71%
CMYK:
(23,0,16,45)
C23M0Y16K45 
(23%,0%,16%,45%)
(0.23/0.00/0.16/0.45)	

CMYK percentages

%22.7
%0
%15.6
%44.71

Codes

Color #6D8D77 in popluar color models

6D8D77
RGB109141119
HSL139°12.80%49.02%
HSB/HSV139°22.70%55.29%
CMYK22.70%0.00%15.60%
44.71%

Color #6D8D77 in popluar number systems.

HEX6D8D77
Decimal109141119
Binary1101101100011011110111
Octal155215167

Shades and tints

Shades of #6D8D77

#6D8D77
(109,141,119)
#64816D
(100,129,109)
#5B7563
(91,117,99)
#526959
(82,105,89)
#495D4F
(73,93,79)
#405145
(64,81,69)
#37453B
(55,69,59)
#2E3931
(46,57,49)
#252D27
(37,45,39)
#1C211D
(28,33,29)
#131513
(19,21,19)
#000000
(0,0,0)

Tints of #6D8D77

#6D8D77
(109,141,119)
#7A9783
(122,151,131)
#87A18F
(135,161,143)
#94AB9B
(148,171,155)
#A1B5A7
(161,181,167)
#AEBFB3
(174,191,179)
#BBC9BF
(187,201,191)
#C8D3CB
(200,211,203)
#D5DDD7
(213,221,215)
#E2E7E3
(226,231,227)
#EFF1EF
(239,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D8D77; }

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

This text font color is #6D8D77.


Background Color

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

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

This div background color is #6D8D77.


Border color

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

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

This div border color is #6D8D77.


Opacity

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

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

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

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

This text has shadow with #6D8D77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D8D77 on black background.


Color preview on white background

This text has color #6D8D77 on white background.



Black color preview on #6D8D77 background

This text has black color on #6D8D77 background.


White color preview on #6D8D77 background

This text has white color on #6D8D77 background.