Shades of Envy #85AA86
Tints of Envy #85AA86
RGB
CMYK
RGB Variations
Color information
#85AA86 (or 0x85AA86) is known color: Envy. HEX triplet: 85, AA and 86. RGB value is (133,170,134). Sum of RGB (Red+Green+Blue) = 133+170+134=437 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.43% from 437); Green value is 170 (66.80% from 255 or 38.90% from 437); Blue value is 134 (52.73% from 255 or 30.66% from 437); Max value from RGB is 170 - color contains mainly: green. Hex color #85AA86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85AA86 is #7A5579. Grayscale: #9A9A9A. Windows color (decimal): -8017274 or 8825477. OLE color: 8825477.
HSL color Cylindrical-coordinate representation of color #85AA86: hue angle of 121.62º 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 #85AA86 is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 170 | 134 | - |
| CMYK | 0.22 | 0 | 0.21 | 0.33 |
| HSL | 121.62º | 0.18% | 0.59% | - |
| HSV(B) | 121.62º | 0.22% | 0.67% | - |
| XYZ | 28.35 | 35.46 | 27.9 | - |
| YUV | 154.83 | 116.24 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 170 | 134 | 0.22 | 0 | 0.21 | 0.33 | 121.62 | 0.18 | 0.59 |
| Hex | 85 | AA | 86 | 16 | 0 | 15 | 21 | 7A | 12 | 3B |
| Octal | 205 | 252 | 206 | 26 | 0 | 25 | 41 | 172 | 22 | 73 |
| Binary | 10000101 | 10101010 | 10000110 | 10110 | 0 | 10101 | 100001 | 1111010 | 10010 | 111011 |
Color Harmonies of #85AA86
Complementary color
Monochromatic Colors of #85AA86
Black with #85AA86
Text Example
Text Example
White with #85AA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AA86; }
p { color: rgb(133,170,134); }
H1.HeaderClassName
{
color: #85AA86;
}
.AnyTagClassName
{
color: #85AA86;
}
</style>
background-color css
<style>
a { background-color: #85AA86; }
a { background-color: rgb(133,170,134); }
div.DivClassName
{
background-color: #85AA86;
}
.BgClassName
{
background-color: #85AA86;
}
</style>
border-color css
<style>
span { border-color: #85AA86; }
span { border-color: rgb(133,170,134); }
td.TdClassName
{
border-color: #85AA86;
}
.TagClassName
{
border-color: #85AA86;
}
</style>