HEX: #87A65E
RGB: (135,166,94)
#87A65E contains mainly red and green colors. Web safe color of #87A65E is #999966 (or #996).
#87A65E color RGB value is (135,166,94).
RGB: (135,166,94)
(53%, 65%, 37%)
R 135 of 255 = 53%
G 166 of 255 = 65%
B 94 of 255 = 37%
R + G + B ~ 52%. #87A65E is middle color (not dark and not light).
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'%
#87A65E color CMYK value is (19,0,43,35).
CMYK: (19,0,43,35)
C19M0Y43K35 (19%, 0%, 43%, 35%)
(0.19 / 0.00 / 0.43 / 0.35)
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 of #87A65E
Tints of #87A65E
Examples of css and html codes for elements with #87A65E color. Also use rgb(135,166,94) instead hex code.
.myTextColor { color: #87A65E; }
<p style="color:#87A65E">This sample text font color is #87A65E.</p>
This text font color is #87A65E.
.myBgColor { background-color: #87A65E; }
<div style="background-color:#87A65E">Inner text</div>
This div background color is #87A65E.
.myBorderColor { border: 1px solid #87A65E; }
<div style="border:3px solid #87A65E">Div</div>
This div border color is #87A65E.
.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%.
.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.
/* 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 text has color #87A65E on black background.
This text has color #87A65E on white background.
This text has black color on #87A65E background.
This text has white color on #87A65E background.
Complementary color for #hex is #7859A1.