COLOR #6B8872

HEX: #6B8872 RGB: (107,136,114)

Color info

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

RGB color model

#6B8872 color RGB value is (107,136,114).

RGB: (107,136,114) (42%, 53%, 45%)

RGB channels and saturation

R 107 of 255 = 42%
G 136 of 255 = 53%
B 114 of 255 = 45%

107
136
114

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

Portions of RGB colors in percentages

R + G + B = 107 + 136 + 114 = 357 (100%)
R 107 of 357 ~ 29.97%
G 136 of 357 ~ 38.1%
B 114 of 357 ~ 31.93'%

%29.97
%38.1
%31.93

CMYK color model

#6B8872 color CMYK value is (21,0,16,47).

  • cyan value is 21.32%
  • magenta value is 0.00%
  • yellow value is 16.18%
  • key color value is 46.67%
CMYK: (21,0,16,47) C21M0Y16K47 (21%,0%,16%,47%) (0.21/0.00/0.16/0.47) 

CMYK percentages

%21.32
%0
%16.18
%46.67

Codes

Color #6B8872 in popluar color models

6B 88 72
RGB 107 136 114
HSL 134° 11.93% 47.65%
HSB/HSV 134° 21.32% 53.33%
CMYK 21.32% 0.00% 16.18%
46.67%

Color #6B8872 in popluar number systems.

HEX 6B 88 72
Decimal 107 136 114
Binary 1101011 10001000 1110010
Octal 153 210 162

Shades and tints

Shades of #6B8872

#6B8872
(107,136,114)
#627C68
(98,124,104)
#59705E
(89,112,94)
#506454
(80,100,84)
#47584A
(71,88,74)
#3E4C40
(62,76,64)
#354036
(53,64,54)
#2C342C
(44,52,44)
#232822
(35,40,34)
#1A1C18
(26,28,24)
#11100E
(17,16,14)
#000000
(0,0,0)

Tints of #6B8872

#6B8872
(107,136,114)
#78927E
(120,146,126)
#859C8A
(133,156,138)
#92A696
(146,166,150)
#9FB0A2
(159,176,162)
#ACBAAE
(172,186,174)
#B9C4BA
(185,196,186)
#C6CEC6
(198,206,198)
#D3D8D2
(211,216,210)
#E0E2DE
(224,226,222)
#EDECEA
(237,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B8872 color. Also use rgb(107,136,114) instead hex code.

Text Font Color

.myTextColor { color: #6B8872; }

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

This text font color is #6B8872.

Background Color

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

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

This div background color is #6B8872.

Border color

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

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

This div border color is #6B8872.

Opacity

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

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

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

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

This text has shadow with #6B8872 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B8872.

Preview

Color preview on black background

This text has color #6B8872 on black background.


Color preview on white background

This text has color #6B8872 on white background.


Black color preview on #6B8872 background

This text has black color on #6B8872 background.


White color preview on #6B8872 background

This text has white color on #6B8872 background.


Related colors

Complementary color

Complementary color for #hex is #94778D.


I love getcolorcode.com

Triadic colors

1 #726B88 and #88726B with #6B8872 are triadic colors.

2 #72886B and #886B72 with #6B8872 are triadic colors.