COLOR #87A562

HEX: #87A562 RGB: (135,165,98)

Color info

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

RGB color model

#87A562 color RGB value is (135,165,98).

RGB: (135,165,98) (53%, 65%, 38%)

RGB channels and saturation

R 135 of 255 = 53%
G 165 of 255 = 65%
B 98 of 255 = 38%

135
165
98

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

Portions of RGB colors in percentages

R + G + B = 135 + 165 + 98 = 398 (100%)
R 135 of 398 ~ 33.92%
G 165 of 398 ~ 41.46%
B 98 of 398 ~ 24.62'%

%33.92
%41.46
%24.62

CMYK color model

#87A562 color CMYK value is (18,0,41,35).

  • cyan value is 18.18%
  • magenta value is 0.00%
  • yellow value is 40.61%
  • key color value is 35.29%

CMYK: (18,0,41,35)
C18M0Y41K35 (18%, 0%, 41%, 35%)
(0.18 / 0.00 / 0.41 / 0.35)

CMYK percentages

%18.18
%0
%40.61
%35.29

Codes

Color #87A562 in popluar color models

87 A5 62
RGB 135 165 98
HSL 87° 27.13% 51.57%
HSB/HSV 87° 40.61% 64.71%
CMYK 18.18% 0.00% 40.61%
35.29%

Color #87A562 in popluar number systems.

HEX 87 A5 62
Decimal 135 165 98
Binary 10000111 10100101 1100010
Octal 207 245 142

Shades and tints

Shades of #87A562

#87A562
(135,165,98)
#7B965A
(123,150,90)
#6F8752
(111,135,82)
#63784A
(99,120,74)
#576942
(87,105,66)
#4B5A3A
(75,90,58)
#3F4B32
(63,75,50)
#333C2A
(51,60,42)
#272D22
(39,45,34)
#1B1E1A
(27,30,26)
#0F0F12
(15,15,18)
#000000
(0,0,0)

Tints of #87A562

#87A562
(135,165,98)
#91AD70
(145,173,112)
#9BB57E
(155,181,126)
#A5BD8C
(165,189,140)
#AFC59A
(175,197,154)
#B9CDA8
(185,205,168)
#C3D5B6
(195,213,182)
#CDDDC4
(205,221,196)
#D7E5D2
(215,229,210)
#E1EDE0
(225,237,224)
#EBF5EE
(235,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87A562; }

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

This text font color is #87A562.

Background Color

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

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

This div background color is #87A562.

Border color

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

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

This div border color is #87A562.

Opacity

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

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

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

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

This text has shadow with #87A562 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87A562.

Preview

Color preview on black background

This text has color #87A562 on black background.


Color preview on white background

This text has color #87A562 on white background.


Black color preview on #87A562 background

This text has black color on #87A562 background.


White color preview on #87A562 background

This text has white color on #87A562 background.


Related colors

Complementary color

Complementary color for #hex is #785A9D.


I love getcolorcode.com

Triadic colors

1 #6287A5 and #A56287 with #87A562 are triadic colors.

2 #62A587 and #A58762 with #87A562 are triadic colors.