Shades of Envy #87AD8E
Tints of Envy #87AD8E
RGB
CMYK
RGB Variations
Color information
#87AD8E (or 0x87AD8E) is known color: Envy. HEX triplet: 87, AD and 8E. RGB value is (135,173,142). Sum of RGB (Red+Green+Blue) = 135+173+142=450 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30% from 450); Green value is 173 (67.97% from 255 or 38.44% from 450); Blue value is 142 (55.86% from 255 or 31.56% from 450); Max value from RGB is 173 - color contains mainly: green. Hex color #87AD8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87AD8E is #785271. Grayscale: #9E9E9E. Windows color (decimal): -7885426 or 9350535. OLE color: 9350535.
HSL color Cylindrical-coordinate representation of color #87AD8E: hue angle of 131.05º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #87AD8E is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 135 | 173 | 142 | - |
| CMYK | 0.22 | 0 | 0.18 | 0.32 |
| HSL | 131.05º | 0.19% | 0.6% | - |
| HSV(B) | 131.05º | 0.22% | 0.68% | - |
| XYZ | 29.82 | 36.99 | 31.16 | - |
| YUV | 158.1 | 118.91 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 173 | 142 | 0.22 | 0 | 0.18 | 0.32 | 131.05 | 0.19 | 0.6 |
| Hex | 87 | AD | 8E | 16 | 0 | 12 | 20 | 83 | 13 | 3C |
| Octal | 207 | 255 | 216 | 26 | 0 | 22 | 40 | 203 | 23 | 74 |
| Binary | 10000111 | 10101101 | 10001110 | 10110 | 0 | 10010 | 100000 | 10000011 | 10011 | 111100 |
Color Harmonies of #87AD8E
Complementary color
Monochromatic Colors of #87AD8E
Black with #87AD8E
Text Example
Text Example
White with #87AD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87AD8E; }
p { color: rgb(135,173,142); }
H1.HeaderClassName
{
color: #87AD8E;
}
.AnyTagClassName
{
color: #87AD8E;
}
</style>
background-color css
<style>
a { background-color: #87AD8E; }
a { background-color: rgb(135,173,142); }
div.DivClassName
{
background-color: #87AD8E;
}
.BgClassName
{
background-color: #87AD8E;
}
</style>
border-color css
<style>
span { border-color: #87AD8E; }
span { border-color: rgb(135,173,142); }
td.TdClassName
{
border-color: #87AD8E;
}
.TagClassName
{
border-color: #87AD8E;
}
</style>