COLOR #87A862

HEX: #87A862 RGB: (135,168,98)

Color info

#87A862 contains mainly red and green colors. Web safe color of #87A862 is #999966 (or #996).

RGB color model

#87A862 color RGB value is (135,168,98).

RGB: (135,168,98) (53%, 66%, 38%)

RGB channels and saturation

R 135 of 255 = 53%
G 168 of 255 = 66%
B 98 of 255 = 38%

135
168
98

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

Portions of RGB colors in percentages

R + G + B = 135 + 168 + 98 = 401 (100%)
R 135 of 401 ~ 33.67%
G 168 of 401 ~ 41.9%
B 98 of 401 ~ 24.44'%

%33.67
%41.9
%24.44

CMYK color model

#87A862 color CMYK value is (20,0,42,34).

  • cyan value is 19.64%
  • magenta value is 0.00%
  • yellow value is 41.67%
  • key color value is 34.12%

CMYK: (20,0,42,34)
C20M0Y42K34 (20%, 0%, 42%, 34%)
(0.20 / 0.00 / 0.42 / 0.34)

CMYK percentages

%19.64
%0
%41.67
%34.12

Codes

Color #87A862 in popluar color models

87 A8 62
RGB 135 168 98
HSL 88° 28.69% 52.16%
HSB/HSV 88° 41.67% 65.88%
CMYK 19.64% 0.00% 41.67%
34.12%

Color #87A862 in popluar number systems.

HEX 87 A8 62
Decimal 135 168 98
Binary 10000111 10101000 1100010
Octal 207 250 142

Shades and tints

Shades of #87A862

#87A862
(135,168,98)
#7B995A
(123,153,90)
#6F8A52
(111,138,82)
#637B4A
(99,123,74)
#576C42
(87,108,66)
#4B5D3A
(75,93,58)
#3F4E32
(63,78,50)
#333F2A
(51,63,42)
#273022
(39,48,34)
#1B211A
(27,33,26)
#0F1212
(15,18,18)
#000000
(0,0,0)

Tints of #87A862

#87A862
(135,168,98)
#91AF70
(145,175,112)
#9BB67E
(155,182,126)
#A5BD8C
(165,189,140)
#AFC49A
(175,196,154)
#B9CBA8
(185,203,168)
#C3D2B6
(195,210,182)
#CDD9C4
(205,217,196)
#D7E0D2
(215,224,210)
#E1E7E0
(225,231,224)
#EBEEEE
(235,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87A862 color. Also use rgb(135,168,98) instead hex code.

Text Font Color

.myTextColor { color: #87A862; }

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

This text font color is #87A862.

Background Color

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

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

This div background color is #87A862.

Border color

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

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

This div border color is #87A862.

Opacity

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

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

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

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

This text has shadow with #87A862 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87A862.

Preview

Color preview on black background

This text has color #87A862 on black background.


Color preview on white background

This text has color #87A862 on white background.


Black color preview on #87A862 background

This text has black color on #87A862 background.


White color preview on #87A862 background

This text has white color on #87A862 background.


Related colors

Complementary color

Complementary color for #hex is #78579D.


I love getcolorcode.com

Triadic colors

1 #6287A8 and #A86287 with #87A862 are triadic colors.

2 #62A887 and #A88762 with #87A862 are triadic colors.