COLOR #87B076

HEX: #87B076
RGB: (135,176,118)

Color info

#87B076 contains red, green and blue colors in about the same proportion. Web safe color of #87B076 is #999966 (or #996).

RGB color model

#87B076 color RGB value is (135,176,118).

  • red value is 135;
  • green value is 176;
  • blue value is 118.
RGB:
(135,176,118)
(53%,69%,46%)

RGB channels and saturation

R 135 of 255 = 53%
G 176 of 255 = 69%
B 118 of 255 = 46%

135
176
118

R + G + B ~ 56%. #87B076 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 176 + 118 = 429 (100%)
R 135 of 429 ~ 31.47%
G 176 of 429 ~ 41.03%
B 118 of 429 ~ 27.51%

%31.47
%41.03
%27.51

CMYK color model

#87B076 color CMYK value is (23,0,33,31).

  • cyan value is 23.30%
  • magenta value is 0.00%
  • yellow value is 32.95%
  • key color value is 30.98%
CMYK:
(23,0,33,31)
C23M0Y33K31 
(23%,0%,33%,31%)
(0.23/0.00/0.33/0.31)	

CMYK percentages

%23.3
%0
%32.95
%30.98

Codes

Color #87B076 in popluar color models

87B076
RGB135176118
HSL102°26.85%57.65%
HSB/HSV102°32.95%69.02%
CMYK23.30%0.00%32.95%
30.98%

Color #87B076 in popluar number systems.

HEX87B076
Decimal135176118
Binary10000111101100001110110
Octal207260166

Shades and tints

Shades of #87B076

#87B076
(135,176,118)
#7BA06C
(123,160,108)
#6F9062
(111,144,98)
#638058
(99,128,88)
#57704E
(87,112,78)
#4B6044
(75,96,68)
#3F503A
(63,80,58)
#334030
(51,64,48)
#273026
(39,48,38)
#1B201C
(27,32,28)
#0F1012
(15,16,18)
#000000
(0,0,0)

Tints of #87B076

#87B076
(135,176,118)
#91B782
(145,183,130)
#9BBE8E
(155,190,142)
#A5C59A
(165,197,154)
#AFCCA6
(175,204,166)
#B9D3B2
(185,211,178)
#C3DABE
(195,218,190)
#CDE1CA
(205,225,202)
#D7E8D6
(215,232,214)
#E1EFE2
(225,239,226)
#EBF6EE
(235,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87B076 color. Also use rgb(135,176,118) instead hex code.

Text Font Color

.myTextColor { color: #87B076; }

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

This text font color is #87B076.


Background Color

.myBgColor { background-color: #87B076; }

<div style="background-color:#87B076">Inner text</div>

This div background color is #87B076.


Border color

.myBorderColor { border: 1px solid #87B076; }

<div style="border:3px solid #87B076">Div</div>

This div border color is #87B076.


Opacity

.myOpacity80 { color: #87B076; opacity: 0.8; }

<p style="color:#87B076;opacity:0.8;">80%</p>

Text with #87B076 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 #87B076;}

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

This text has shadow with #87B076 color.

.textShadow {text-shadow: 3px 3px 1px #87B076, 3px 3px 1px red;}

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

This text has shadow with #87B076 primary color and red secondary color.


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

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

This text has shadow with #87B076 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87B076 on black background.


Color preview on white background

This text has color #87B076 on white background.



Black color preview on #87B076 background

This text has black color on #87B076 background.


White color preview on #87B076 background

This text has white color on #87B076 background.