COLOR #87C06A

HEX: #87C06A RGB: (135,192,106)

Color info

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

RGB color model

#87C06A color RGB value is (135,192,106).

RGB: (135,192,106) (53%, 75%, 42%)

RGB channels and saturation

R 135 of 255 = 53%
G 192 of 255 = 75%
B 106 of 255 = 42%

135
192
106

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

Portions of RGB colors in percentages

R + G + B = 135 + 192 + 106 = 433 (100%)
R 135 of 433 ~ 31.18%
G 192 of 433 ~ 44.34%
B 106 of 433 ~ 24.48'%

%31.18
%44.34
%24.48

CMYK color model

#87C06A color CMYK value is (30,0,45,25).

  • cyan value is 29.69%
  • magenta value is 0.00%
  • yellow value is 44.79%
  • key color value is 24.71%

CMYK: (30,0,45,25)
C30M0Y45K25 (30%, 0%, 45%, 25%)
(0.30 / 0.00 / 0.45 / 0.25)

CMYK percentages

%29.69
%0
%44.79
%24.71

Codes

Color #87C06A in popluar color models

87 C0 6A
RGB 135 192 106
HSL 100° 40.57% 58.43%
HSB/HSV 100° 44.79% 75.29%
CMYK 29.69% 0.00% 44.79%
24.71%

Color #87C06A in popluar number systems.

HEX 87 C0 6A
Decimal 135 192 106
Binary 10000111 11000000 1101010
Octal 207 300 152

Shades and tints

Shades of #87C06A

#87C06A
(135,192,106)
#7BAF61
(123,175,97)
#6F9E58
(111,158,88)
#638D4F
(99,141,79)
#577C46
(87,124,70)
#4B6B3D
(75,107,61)
#3F5A34
(63,90,52)
#33492B
(51,73,43)
#273822
(39,56,34)
#1B2719
(27,39,25)
#0F1610
(15,22,16)
#000000
(0,0,0)

Tints of #87C06A

#87C06A
(135,192,106)
#91C577
(145,197,119)
#9BCA84
(155,202,132)
#A5CF91
(165,207,145)
#AFD49E
(175,212,158)
#B9D9AB
(185,217,171)
#C3DEB8
(195,222,184)
#CDE3C5
(205,227,197)
#D7E8D2
(215,232,210)
#E1EDDF
(225,237,223)
#EBF2EC
(235,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87C06A color. Also use rgb(135,192,106) instead hex code.

Text Font Color

.myTextColor { color: #87C06A; }

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

This text font color is #87C06A.

Background Color

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

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

This div background color is #87C06A.

Border color

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

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

This div border color is #87C06A.

Opacity

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

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

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

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

This text has shadow with #87C06A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87C06A.

Preview

Color preview on black background

This text has color #87C06A on black background.


Color preview on white background

This text has color #87C06A on white background.


Black color preview on #87C06A background

This text has black color on #87C06A background.


White color preview on #87C06A background

This text has white color on #87C06A background.


Related colors

Complementary color

Complementary color for #hex is #783F95.


I love getcolorcode.com

Triadic colors

1 #6A87C0 and #C06A87 with #87C06A are triadic colors.

2 #6AC087 and #C0876A with #87C06A are triadic colors.