HEX: #87AF6F
RGB: (135,175,111)
#87AF6F contains mainly red and green colors. Web safe color of #87AF6F is #999966 (or #996).
#87AF6F color RGB value is (135,175,111).
RGB: (135,175,111)
(53%, 69%, 44%)
R 135 of 255 = 53%
G 175 of 255 = 69%
B 111 of 255 = 44%
R + G + B ~ 55%. #87AF6F is middle color (not dark and not light).
R + G + B = 135 + 175 + 111 = 421 (100%)
R 135 of 421 ~ 32.07%
G 175 of 421 ~ 41.57%
B 111 of 421 ~ 26.37'%
#87AF6F color CMYK value is (23,0,37,31).
CMYK: (23,0,37,31) C23M0Y37K31 (23%,0%,37%,31%) (0.23/0.00/0.37/0.31)
Color #87AF6F in popluar color models
87 | AF | 6F | |
---|---|---|---|
RGB | 135 | 175 | 111 |
HSL | 98° | 28.57% | 56.08% |
HSB/HSV | 98° | 36.57% | 68.63% |
CMYK | 22.86% | 0.00% | 36.57% |
31.37% |
Color #87AF6F in popluar number systems.
HEX | 87 | AF | 6F |
Decimal | 135 | 175 | 111 |
Binary | 10000111 | 10101111 | 1101111 |
Octal | 207 | 257 | 157 |
Shades of #87AF6F
Tints of #87AF6F
Examples of css and html codes for elements with #87AF6F color. Also use rgb(135,175,111) instead hex code.
.myTextColor { color: #87AF6F; }
<p style="color:#87AF6F">This sample text font color is #87AF6F.</p>
This text font color is #87AF6F.
.myBgColor { background-color: #87AF6F; }
<div style="background-color:#87AF6F">Inner text</div>
This div background color is #87AF6F.
.myBorderColor { border: 1px solid #87AF6F; }
<div style="border:3px solid #87AF6F">Div</div>
This div border color is #87AF6F.
.myOpacity80 { color: #87AF6F; opacity: 0.8; }
<p style="color:#87AF6F;opacity:0.8;">80%</p>
Text with #87AF6F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #87AF6F;}
<p style="text-shadow: 3px 3px 1px #87AF6F">Text here.</p>
This text has shadow with #87AF6F color.
.textShadow {text-shadow: 3px 3px 1px #87AF6F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #87AF6F, 5px 5px 20px red">Text here.</p>
This text has shadow with #87AF6F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#87AF6F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#87AF6F, Direction=45, Strength=4)">Text</p>
This text has shadow with #87AF6F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #87AF6F;
-webkit-box-shadow: 1px 1px 3px 2px #87AF6F;
box-shadow: 1px 1px 3px 2px #87AF6F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #87AF6F; -webkit-box-shadow: 1px 1px 3px 2px #87AF6F; box-shadow:1px 1px 3px 2px #87AF6F;">
Div content here
</div>
This text has color #87AF6F on black background.
This text has color #87AF6F on white background.
This text has black color on #87AF6F background.
This text has white color on #87AF6F background.
Complementary color for #hex is #785090.