COLOR #87B76B

HEX: #87B76B
RGB: (135,183,107)

Color info

#87B76B contains mainly red and green colors. Web safe color of #87B76B is #99CC66 (or #9C6).

RGB color model

#87B76B color RGB value is (135,183,107).

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

RGB channels and saturation

R 135 of 255 = 53%
G 183 of 255 = 72%
B 107 of 255 = 42%

135
183
107

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

Portions of RGB colors in percentages

R + G + B =
135 + 183 + 107 = 425 (100%)
R 135 of 425 ~ 31.76%
G 183 of 425 ~ 43.06%
B 107 of 425 ~ 25.18%

%31.76
%43.06
%25.18

CMYK color model

#87B76B color CMYK value is (26,0,42,28).

  • cyan value is 26.23%
  • magenta value is 0.00%
  • yellow value is 41.53%
  • key color value is 28.24%
CMYK:
(26,0,42,28)
C26M0Y42K28 
(26%,0%,42%,28%)
(0.26/0.00/0.42/0.28)	

CMYK percentages

%26.23
%0
%41.53
%28.24

Codes

Color #87B76B in popluar color models

87B76B
RGB135183107
HSL98°34.55%56.86%
HSB/HSV98°41.53%71.76%
CMYK26.23%0.00%41.53%
28.24%

Color #87B76B in popluar number systems.

HEX87B76B
Decimal135183107
Binary10000111101101111101011
Octal207267153

Shades and tints

Shades of #87B76B

#87B76B
(135,183,107)
#7BA762
(123,167,98)
#6F9759
(111,151,89)
#638750
(99,135,80)
#577747
(87,119,71)
#4B673E
(75,103,62)
#3F5735
(63,87,53)
#33472C
(51,71,44)
#273723
(39,55,35)
#1B271A
(27,39,26)
#0F1711
(15,23,17)
#000000
(0,0,0)

Tints of #87B76B

#87B76B
(135,183,107)
#91BD78
(145,189,120)
#9BC385
(155,195,133)
#A5C992
(165,201,146)
#AFCF9F
(175,207,159)
#B9D5AC
(185,213,172)
#C3DBB9
(195,219,185)
#CDE1C6
(205,225,198)
#D7E7D3
(215,231,211)
#E1EDE0
(225,237,224)
#EBF3ED
(235,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87B76B color. Also use rgb(135,183,107) instead hex code.

Text Font Color

.myTextColor { color: #87B76B; }

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

This text font color is #87B76B.


Background Color

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

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

This div background color is #87B76B.


Border color

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

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

This div border color is #87B76B.


Opacity

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

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

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

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

This text has shadow with #87B76B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87B76B on black background.


Color preview on white background

This text has color #87B76B on white background.



Black color preview on #87B76B background

This text has black color on #87B76B background.


White color preview on #87B76B background

This text has white color on #87B76B background.