COLOR #6D8B72

HEX: #6D8B72
RGB: (109,139,114)

Color info

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

RGB color model

#6D8B72 color RGB value is (109,139,114).

  • red value is 109;
  • green value is 139;
  • blue value is 114.
RGB:
(109,139,114)
(43%,55%,45%)

RGB channels and saturation

R 109 of 255 = 43%
G 139 of 255 = 55%
B 114 of 255 = 45%

109
139
114

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

Portions of RGB colors in percentages

R + G + B =
109 + 139 + 114 = 362 (100%)
R 109 of 362 ~ 30.11%
G 139 of 362 ~ 38.4%
B 114 of 362 ~ 31.49%

%30.11
%38.4
%31.49

CMYK color model

#6D8B72 color CMYK value is (22,0,18,45).

  • cyan value is 21.58%
  • magenta value is 0.00%
  • yellow value is 17.99%
  • key color value is 45.49%
CMYK:
(22,0,18,45)
C22M0Y18K45 
(22%,0%,18%,45%)
(0.22/0.00/0.18/0.45)	

CMYK percentages

%21.58
%0
%17.99
%45.49

Codes

Color #6D8B72 in popluar color models

6D8B72
RGB109139114
HSL130°12.10%48.63%
HSB/HSV130°21.58%54.51%
CMYK21.58%0.00%17.99%
45.49%

Color #6D8B72 in popluar number systems.

HEX6D8B72
Decimal109139114
Binary1101101100010111110010
Octal155213162

Shades and tints

Shades of #6D8B72

#6D8B72
(109,139,114)
#647F68
(100,127,104)
#5B735E
(91,115,94)
#526754
(82,103,84)
#495B4A
(73,91,74)
#404F40
(64,79,64)
#374336
(55,67,54)
#2E372C
(46,55,44)
#252B22
(37,43,34)
#1C1F18
(28,31,24)
#13130E
(19,19,14)
#000000
(0,0,0)

Tints of #6D8B72

#6D8B72
(109,139,114)
#7A957E
(122,149,126)
#879F8A
(135,159,138)
#94A996
(148,169,150)
#A1B3A2
(161,179,162)
#AEBDAE
(174,189,174)
#BBC7BA
(187,199,186)
#C8D1C6
(200,209,198)
#D5DBD2
(213,219,210)
#E2E5DE
(226,229,222)
#EFEFEA
(239,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D8B72 color. Also use rgb(109,139,114) instead hex code.

Text Font Color

.myTextColor { color: #6D8B72; }

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

This text font color is #6D8B72.


Background Color

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

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

This div background color is #6D8B72.


Border color

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

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

This div border color is #6D8B72.


Opacity

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

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

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

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

This text has shadow with #6D8B72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D8B72 on black background.


Color preview on white background

This text has color #6D8B72 on white background.



Black color preview on #6D8B72 background

This text has black color on #6D8B72 background.


White color preview on #6D8B72 background

This text has white color on #6D8B72 background.