Shades of Envy #85AF89
Tints of Envy #85AF89
RGB
CMYK
RGB Variations
Color information
#85AF89 (or 0x85AF89) is known color: Envy. HEX triplet: 85, AF and 89. RGB value is (133,175,137). Sum of RGB (Red+Green+Blue) = 133+175+137=445 (58% of max value = 765). Red value is 133 (52.34% from 255 or 29.89% from 445); Green value is 175 (68.75% from 255 or 39.33% from 445); Blue value is 137 (53.91% from 255 or 30.79% from 445); Max value from RGB is 175 - color contains mainly: green. Hex color #85AF89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85AF89 is #7A5076. Grayscale: #9E9E9E. Windows color (decimal): -8015991 or 9023365. OLE color: 9023365.
HSL color Cylindrical-coordinate representation of color #85AF89: hue angle of 125.71º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #85AF89 is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 175 | 137 | - |
| CMYK | 0.24 | 0 | 0.22 | 0.31 |
| HSL | 125.71º | 0.21% | 0.6% | - |
| HSV(B) | 125.71º | 0.24% | 0.69% | - |
| XYZ | 29.52 | 37.45 | 29.34 | - |
| YUV | 158.11 | 116.09 | 110.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 175 | 137 | 0.24 | 0 | 0.22 | 0.31 | 125.71 | 0.21 | 0.6 |
| Hex | 85 | AF | 89 | 18 | 0 | 16 | 1F | 7E | 15 | 3C |
| Octal | 205 | 257 | 211 | 30 | 0 | 26 | 37 | 176 | 25 | 74 |
| Binary | 10000101 | 10101111 | 10001001 | 11000 | 0 | 10110 | 11111 | 1111110 | 10101 | 111100 |
Color Harmonies of #85AF89
Complementary color
Monochromatic Colors of #85AF89
Black with #85AF89
Text Example
Text Example
White with #85AF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AF89; }
p { color: rgb(133,175,137); }
H1.HeaderClassName
{
color: #85AF89;
}
.AnyTagClassName
{
color: #85AF89;
}
</style>
background-color css
<style>
a { background-color: #85AF89; }
a { background-color: rgb(133,175,137); }
div.DivClassName
{
background-color: #85AF89;
}
.BgClassName
{
background-color: #85AF89;
}
</style>
border-color css
<style>
span { border-color: #85AF89; }
span { border-color: rgb(133,175,137); }
td.TdClassName
{
border-color: #85AF89;
}
.TagClassName
{
border-color: #85AF89;
}
</style>