Shades of Envy #85AF8E
Tints of Envy #85AF8E
RGB
CMYK
RGB Variations
Color information
#85AF8E (or 0x85AF8E) is known color: Envy. HEX triplet: 85, AF and 8E. RGB value is (133,175,142). Sum of RGB (Red+Green+Blue) = 133+175+142=450 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.56% from 450); Green value is 175 (68.75% from 255 or 38.89% from 450); Blue value is 142 (55.86% from 255 or 31.56% from 450); Max value from RGB is 175 - color contains mainly: green. Hex color #85AF8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85AF8E is #7A5071. Grayscale: #9E9E9E. Windows color (decimal): -8015986 or 9351045. OLE color: 9351045.
HSL color Cylindrical-coordinate representation of color #85AF8E: hue angle of 132.86º 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 #85AF8E is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 175 | 142 | - |
| CMYK | 0.24 | 0 | 0.19 | 0.31 |
| HSL | 132.86º | 0.21% | 0.6% | - |
| HSV(B) | 132.86º | 0.24% | 0.69% | - |
| XYZ | 29.89 | 37.6 | 31.27 | - |
| YUV | 158.68 | 118.59 | 109.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 175 | 142 | 0.24 | 0 | 0.19 | 0.31 | 132.86 | 0.21 | 0.6 |
| Hex | 85 | AF | 8E | 18 | 0 | 13 | 1F | 85 | 15 | 3C |
| Octal | 205 | 257 | 216 | 30 | 0 | 23 | 37 | 205 | 25 | 74 |
| Binary | 10000101 | 10101111 | 10001110 | 11000 | 0 | 10011 | 11111 | 10000101 | 10101 | 111100 |
Color Harmonies of #85AF8E
Complementary color
Monochromatic Colors of #85AF8E
Black with #85AF8E
Text Example
Text Example
White with #85AF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AF8E; }
p { color: rgb(133,175,142); }
H1.HeaderClassName
{
color: #85AF8E;
}
.AnyTagClassName
{
color: #85AF8E;
}
</style>
background-color css
<style>
a { background-color: #85AF8E; }
a { background-color: rgb(133,175,142); }
div.DivClassName
{
background-color: #85AF8E;
}
.BgClassName
{
background-color: #85AF8E;
}
</style>
border-color css
<style>
span { border-color: #85AF8E; }
span { border-color: rgb(133,175,142); }
td.TdClassName
{
border-color: #85AF8E;
}
.TagClassName
{
border-color: #85AF8E;
}
</style>