Shades of Envy #85AC87
Tints of Envy #85AC87
RGB
CMYK
RGB Variations
Color information
#85AC87 (or 0x85AC87) is known color: Envy. HEX triplet: 85, AC and 87. RGB value is (133,172,135). Sum of RGB (Red+Green+Blue) = 133+172+135=440 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.23% from 440); Green value is 172 (67.58% from 255 or 39.09% from 440); Blue value is 135 (53.12% from 255 or 30.68% from 440); Max value from RGB is 172 - color contains mainly: green. Hex color #85AC87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85AC87 is #7A5378. Grayscale: #9C9C9C. Windows color (decimal): -8016761 or 8891525. OLE color: 8891525.
HSL color Cylindrical-coordinate representation of color #85AC87: hue angle of 123.08º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #85AC87 is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 172 | 135 | - |
| CMYK | 0.23 | 0 | 0.22 | 0.33 |
| HSL | 123.08º | 0.19% | 0.6% | - |
| HSV(B) | 123.08º | 0.23% | 0.67% | - |
| XYZ | 28.8 | 36.24 | 28.4 | - |
| YUV | 156.12 | 116.08 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 172 | 135 | 0.23 | 0 | 0.22 | 0.33 | 123.08 | 0.19 | 0.6 |
| Hex | 85 | AC | 87 | 17 | 0 | 16 | 21 | 7B | 13 | 3C |
| Octal | 205 | 254 | 207 | 27 | 0 | 26 | 41 | 173 | 23 | 74 |
| Binary | 10000101 | 10101100 | 10000111 | 10111 | 0 | 10110 | 100001 | 1111011 | 10011 | 111100 |
Color Harmonies of #85AC87
Complementary color
Monochromatic Colors of #85AC87
Black with #85AC87
Text Example
Text Example
White with #85AC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AC87; }
p { color: rgb(133,172,135); }
H1.HeaderClassName
{
color: #85AC87;
}
.AnyTagClassName
{
color: #85AC87;
}
</style>
background-color css
<style>
a { background-color: #85AC87; }
a { background-color: rgb(133,172,135); }
div.DivClassName
{
background-color: #85AC87;
}
.BgClassName
{
background-color: #85AC87;
}
</style>
border-color css
<style>
span { border-color: #85AC87; }
span { border-color: rgb(133,172,135); }
td.TdClassName
{
border-color: #85AC87;
}
.TagClassName
{
border-color: #85AC87;
}
</style>