Shades of Envy #85AA87
Tints of Envy #85AA87
RGB
CMYK
RGB Variations
Color information
#85AA87 (or 0x85AA87) is known color: Envy. HEX triplet: 85, AA and 87. RGB value is (133,170,135). Sum of RGB (Red+Green+Blue) = 133+170+135=438 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.37% from 438); Green value is 170 (66.80% from 255 or 38.81% from 438); Blue value is 135 (53.12% from 255 or 30.82% from 438); Max value from RGB is 170 - color contains mainly: green. Hex color #85AA87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85AA87 is #7A5578. Grayscale: #9B9B9B. Windows color (decimal): -8017273 or 8891013. OLE color: 8891013.
HSL color Cylindrical-coordinate representation of color #85AA87: hue angle of 123.24º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #85AA87 is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 170 | 135 | - |
| CMYK | 0.22 | 0 | 0.21 | 0.33 |
| HSL | 123.24º | 0.18% | 0.59% | - |
| HSV(B) | 123.24º | 0.22% | 0.67% | - |
| XYZ | 28.42 | 35.49 | 28.27 | - |
| YUV | 154.95 | 116.74 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 170 | 135 | 0.22 | 0 | 0.21 | 0.33 | 123.24 | 0.18 | 0.59 |
| Hex | 85 | AA | 87 | 16 | 0 | 15 | 21 | 7B | 12 | 3B |
| Octal | 205 | 252 | 207 | 26 | 0 | 25 | 41 | 173 | 22 | 73 |
| Binary | 10000101 | 10101010 | 10000111 | 10110 | 0 | 10101 | 100001 | 1111011 | 10010 | 111011 |
Color Harmonies of #85AA87
Complementary color
Monochromatic Colors of #85AA87
Black with #85AA87
Text Example
Text Example
White with #85AA87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AA87; }
p { color: rgb(133,170,135); }
H1.HeaderClassName
{
color: #85AA87;
}
.AnyTagClassName
{
color: #85AA87;
}
</style>
background-color css
<style>
a { background-color: #85AA87; }
a { background-color: rgb(133,170,135); }
div.DivClassName
{
background-color: #85AA87;
}
.BgClassName
{
background-color: #85AA87;
}
</style>
border-color css
<style>
span { border-color: #85AA87; }
span { border-color: rgb(133,170,135); }
td.TdClassName
{
border-color: #85AA87;
}
.TagClassName
{
border-color: #85AA87;
}
</style>