Shades of Envy #87A88E
Tints of Envy #87A88E
RGB
CMYK
RGB Variations
Color information
#87A88E (or 0x87A88E) is known color: Envy. HEX triplet: 87, A8 and 8E. RGB value is (135,168,142). Sum of RGB (Red+Green+Blue) = 135+168+142=445 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.34% from 445); Green value is 168 (66.02% from 255 or 37.75% from 445); Blue value is 142 (55.86% from 255 or 31.91% from 445); Max value from RGB is 168 - color contains mainly: green. Hex color #87A88E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87A88E is #785771. Grayscale: #9B9B9B. Windows color (decimal): -7886706 or 9349255. OLE color: 9349255.
HSL color Cylindrical-coordinate representation of color #87A88E: hue angle of 132.73º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #87A88E is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 135 | 168 | 142 | - |
| CMYK | 0.20 | 0 | 0.15 | 0.34 |
| HSL | 132.73º | 0.16% | 0.59% | - |
| HSV(B) | 132.73º | 0.2% | 0.66% | - |
| XYZ | 28.88 | 35.11 | 30.85 | - |
| YUV | 155.17 | 120.57 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 168 | 142 | 0.20 | 0 | 0.15 | 0.34 | 132.73 | 0.16 | 0.59 |
| Hex | 87 | A8 | 8E | 14 | 0 | F | 22 | 85 | 10 | 3B |
| Octal | 207 | 250 | 216 | 24 | 0 | 17 | 42 | 205 | 20 | 73 |
| Binary | 10000111 | 10101000 | 10001110 | 10100 | 0 | 1111 | 100010 | 10000101 | 10000 | 111011 |
Color Harmonies of #87A88E
Complementary color
Monochromatic Colors of #87A88E
Black with #87A88E
Text Example
Text Example
White with #87A88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A88E; }
p { color: rgb(135,168,142); }
H1.HeaderClassName
{
color: #87A88E;
}
.AnyTagClassName
{
color: #87A88E;
}
</style>
background-color css
<style>
a { background-color: #87A88E; }
a { background-color: rgb(135,168,142); }
div.DivClassName
{
background-color: #87A88E;
}
.BgClassName
{
background-color: #87A88E;
}
</style>
border-color css
<style>
span { border-color: #87A88E; }
span { border-color: rgb(135,168,142); }
td.TdClassName
{
border-color: #87A88E;
}
.TagClassName
{
border-color: #87A88E;
}
</style>