COLOR #6D876B

HEX: #6D876B
RGB: (109,135,107)

Color info

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

RGB color model

#6D876B color RGB value is (109,135,107).

  • red value is 109;
  • green value is 135;
  • blue value is 107.
RGB:
(109,135,107)
(43%,53%,42%)

RGB channels and saturation

R 109 of 255 = 43%
G 135 of 255 = 53%
B 107 of 255 = 42%

109
135
107

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

Portions of RGB colors in percentages

R + G + B =
109 + 135 + 107 = 351 (100%)
R 109 of 351 ~ 31.05%
G 135 of 351 ~ 38.46%
B 107 of 351 ~ 30.48%

%31.05
%38.46
%30.48

CMYK color model

#6D876B color CMYK value is (19,0,21,47).

  • cyan value is 19.26%
  • magenta value is 0.00%
  • yellow value is 20.74%
  • key color value is 47.06%
CMYK:
(19,0,21,47)
C19M0Y21K47 
(19%,0%,21%,47%)
(0.19/0.00/0.21/0.47)	

CMYK percentages

%19.26
%0
%20.74
%47.06

Codes

Color #6D876B in popluar color models

6D876B
RGB109135107
HSL116°11.57%47.45%
HSB/HSV116°20.74%52.94%
CMYK19.26%0.00%20.74%
47.06%

Color #6D876B in popluar number systems.

HEX6D876B
Decimal109135107
Binary1101101100001111101011
Octal155207153

Shades and tints

Shades of #6D876B

#6D876B
(109,135,107)
#647B62
(100,123,98)
#5B6F59
(91,111,89)
#526350
(82,99,80)
#495747
(73,87,71)
#404B3E
(64,75,62)
#373F35
(55,63,53)
#2E332C
(46,51,44)
#252723
(37,39,35)
#1C1B1A
(28,27,26)
#130F11
(19,15,17)
#000000
(0,0,0)

Tints of #6D876B

#6D876B
(109,135,107)
#7A9178
(122,145,120)
#879B85
(135,155,133)
#94A592
(148,165,146)
#A1AF9F
(161,175,159)
#AEB9AC
(174,185,172)
#BBC3B9
(187,195,185)
#C8CDC6
(200,205,198)
#D5D7D3
(213,215,211)
#E2E1E0
(226,225,224)
#EFEBED
(239,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D876B color. Also use rgb(109,135,107) instead hex code.

Text Font Color

.myTextColor { color: #6D876B; }

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

This text font color is #6D876B.


Background Color

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

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

This div background color is #6D876B.


Border color

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

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

This div border color is #6D876B.


Opacity

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

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

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

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

This text has shadow with #6D876B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D876B on black background.


Color preview on white background

This text has color #6D876B on white background.



Black color preview on #6D876B background

This text has black color on #6D876B background.


White color preview on #6D876B background

This text has white color on #6D876B background.