COLOR #87A65E

HEX: #87A65E RGB: (135,166,94)

Color info

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

RGB color model

#87A65E color RGB value is (135,166,94).

RGB: (135,166,94) (53%, 65%, 37%)

RGB channels and saturation

R 135 of 255 = 53%
G 166 of 255 = 65%
B 94 of 255 = 37%

135
166
94

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

Portions of RGB colors in percentages

R + G + B = 135 + 166 + 94 = 395 (100%)
R 135 of 395 ~ 34.18%
G 166 of 395 ~ 42.03%
B 94 of 395 ~ 23.8'%

%34.18
%42.03
%23.8

CMYK color model

#87A65E color CMYK value is (19,0,43,35).

  • cyan value is 18.67%
  • magenta value is 0.00%
  • yellow value is 43.37%
  • key color value is 34.90%

CMYK: (19,0,43,35)
C19M0Y43K35 (19%, 0%, 43%, 35%)
(0.19 / 0.00 / 0.43 / 0.35)

CMYK percentages

%18.67
%0
%43.37
%34.9

Codes

Color #87A65E in popluar color models

87 A6 5E
RGB 135 166 94
HSL 86° 28.80% 50.98%
HSB/HSV 86° 43.37% 65.10%
CMYK 18.67% 0.00% 43.37%
34.90%

Color #87A65E in popluar number systems.

HEX 87 A6 5E
Decimal 135 166 94
Binary 10000111 10100110 1011110
Octal 207 246 136

Shades and tints

Shades of #87A65E

#87A65E
(135,166,94)
#7B9756
(123,151,86)
#6F884E
(111,136,78)
#637946
(99,121,70)
#576A3E
(87,106,62)
#4B5B36
(75,91,54)
#3F4C2E
(63,76,46)
#333D26
(51,61,38)
#272E1E
(39,46,30)
#1B1F16
(27,31,22)
#0F100E
(15,16,14)
#000000
(0,0,0)

Tints of #87A65E

#87A65E
(135,166,94)
#91AE6C
(145,174,108)
#9BB67A
(155,182,122)
#A5BE88
(165,190,136)
#AFC696
(175,198,150)
#B9CEA4
(185,206,164)
#C3D6B2
(195,214,178)
#CDDEC0
(205,222,192)
#D7E6CE
(215,230,206)
#E1EEDC
(225,238,220)
#EBF6EA
(235,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87A65E color. Also use rgb(135,166,94) instead hex code.

Text Font Color

.myTextColor { color: #87A65E; }

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

This text font color is #87A65E.

Background Color

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

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

This div background color is #87A65E.

Border color

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

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

This div border color is #87A65E.

Opacity

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

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

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

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

This text has shadow with #87A65E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87A65E.

Preview

Color preview on black background

This text has color #87A65E on black background.


Color preview on white background

This text has color #87A65E on white background.


Black color preview on #87A65E background

This text has black color on #87A65E background.


White color preview on #87A65E background

This text has white color on #87A65E background.


Related colors

Complementary color

Complementary color for #hex is #7859A1.


I love getcolorcode.com

Triadic colors

1 #5E87A6 and #A65E87 with #87A65E are triadic colors.

2 #5EA687 and #A6875E with #87A65E are triadic colors.