Shades of Envy #87A68E
Tints of Envy #87A68E
RGB
CMYK
RGB Variations
Color information
#87A68E (or 0x87A68E) is known color: Envy. HEX triplet: 87, A6 and 8E. RGB value is (135,166,142). Sum of RGB (Red+Green+Blue) = 135+166+142=443 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.47% from 443); Green value is 166 (65.23% from 255 or 37.47% from 443); Blue value is 142 (55.86% from 255 or 32.05% from 443); Max value from RGB is 166 - color contains mainly: green. Hex color #87A68E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87A68E is #785971. Grayscale: #9A9A9A. Windows color (decimal): -7887218 or 9348743. OLE color: 9348743.
HSL color Cylindrical-coordinate representation of color #87A68E: hue angle of 133.55º degrees, saturation: 0.15, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #87A68E is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 135 | 166 | 142 | - |
| CMYK | 0.19 | 0 | 0.14 | 0.35 |
| HSL | 133.55º | 0.15% | 0.59% | - |
| HSV(B) | 133.55º | 0.19% | 0.65% | - |
| XYZ | 28.51 | 34.38 | 30.72 | - |
| YUV | 154 | 121.23 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 166 | 142 | 0.19 | 0 | 0.14 | 0.35 | 133.55 | 0.15 | 0.59 |
| Hex | 87 | A6 | 8E | 13 | 0 | E | 23 | 86 | F | 3B |
| Octal | 207 | 246 | 216 | 23 | 0 | 16 | 43 | 206 | 17 | 73 |
| Binary | 10000111 | 10100110 | 10001110 | 10011 | 0 | 1110 | 100011 | 10000110 | 1111 | 111011 |
Color Harmonies of #87A68E
Complementary color
Monochromatic Colors of #87A68E
Black with #87A68E
Text Example
Text Example
White with #87A68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A68E; }
p { color: rgb(135,166,142); }
H1.HeaderClassName
{
color: #87A68E;
}
.AnyTagClassName
{
color: #87A68E;
}
</style>
background-color css
<style>
a { background-color: #87A68E; }
a { background-color: rgb(135,166,142); }
div.DivClassName
{
background-color: #87A68E;
}
.BgClassName
{
background-color: #87A68E;
}
</style>
border-color css
<style>
span { border-color: #87A68E; }
span { border-color: rgb(135,166,142); }
td.TdClassName
{
border-color: #87A68E;
}
.TagClassName
{
border-color: #87A68E;
}
</style>