COLOR #87B578

HEX: #87B578 RGB: (135,181,120)

Color info

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

RGB color model

#87B578 color RGB value is (135,181,120).

RGB: (135,181,120) (53%, 71%, 47%)

RGB channels and saturation

R 135 of 255 = 53%
G 181 of 255 = 71%
B 120 of 255 = 47%

135
181
120

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

Portions of RGB colors in percentages

R + G + B = 135 + 181 + 120 = 436 (100%)
R 135 of 436 ~ 30.96%
G 181 of 436 ~ 41.51%
B 120 of 436 ~ 27.52'%

%30.96
%41.51
%27.52

CMYK color model

#87B578 color CMYK value is (25,0,34,29).

  • cyan value is 25.41%
  • magenta value is 0.00%
  • yellow value is 33.70%
  • key color value is 29.02%

CMYK: (25,0,34,29)
C25M0Y34K29 (25%, 0%, 34%, 29%)
(0.25 / 0.00 / 0.34 / 0.29)

CMYK percentages

%25.41
%0
%33.7
%29.02

Codes

Color #87B578 in popluar color models

87 B5 78
RGB 135 181 120
HSL 105° 29.19% 59.02%
HSB/HSV 105° 33.70% 70.98%
CMYK 25.41% 0.00% 33.70%
29.02%

Color #87B578 in popluar number systems.

HEX 87 B5 78
Decimal 135 181 120
Binary 10000111 10110101 1111000
Octal 207 265 170

Shades and tints

Shades of #87B578

#87B578
(135,181,120)
#7BA56E
(123,165,110)
#6F9564
(111,149,100)
#63855A
(99,133,90)
#577550
(87,117,80)
#4B6546
(75,101,70)
#3F553C
(63,85,60)
#334532
(51,69,50)
#273528
(39,53,40)
#1B251E
(27,37,30)
#0F1514
(15,21,20)
#000000
(0,0,0)

Tints of #87B578

#87B578
(135,181,120)
#91BB84
(145,187,132)
#9BC190
(155,193,144)
#A5C79C
(165,199,156)
#AFCDA8
(175,205,168)
#B9D3B4
(185,211,180)
#C3D9C0
(195,217,192)
#CDDFCC
(205,223,204)
#D7E5D8
(215,229,216)
#E1EBE4
(225,235,228)
#EBF1F0
(235,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87B578 color. Also use rgb(135,181,120) instead hex code.

Text Font Color

.myTextColor { color: #87B578; }

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

This text font color is #87B578.

Background Color

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

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

This div background color is #87B578.

Border color

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

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

This div border color is #87B578.

Opacity

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

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

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

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

This text has shadow with #87B578 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87B578.

Preview

Color preview on black background

This text has color #87B578 on black background.


Color preview on white background

This text has color #87B578 on white background.


Black color preview on #87B578 background

This text has black color on #87B578 background.


White color preview on #87B578 background

This text has white color on #87B578 background.


Related colors

Complementary color

Complementary color for #hex is #784A87.


I love getcolorcode.com

Triadic colors

1 #7887B5 and #B57887 with #87B578 are triadic colors.

2 #78B587 and #B58778 with #87B578 are triadic colors.