Shades of Envy #85AF8A
Tints of Envy #85AF8A
RGB
CMYK
RGB Variations
Color information
#85AF8A (or 0x85AF8A) is known color: Envy. HEX triplet: 85, AF and 8A. RGB value is (133,175,138). Sum of RGB (Red+Green+Blue) = 133+175+138=446 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.82% from 446); Green value is 175 (68.75% from 255 or 39.24% from 446); Blue value is 138 (54.30% from 255 or 30.94% from 446); Max value from RGB is 175 - color contains mainly: green. Hex color #85AF8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85AF8A is #7A5075. Grayscale: #9E9E9E. Windows color (decimal): -8015990 or 9088901. OLE color: 9088901.
HSL color Cylindrical-coordinate representation of color #85AF8A: hue angle of 127.14º 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 #85AF8A is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 175 | 138 | - |
| CMYK | 0.24 | 0 | 0.21 | 0.31 |
| HSL | 127.14º | 0.21% | 0.6% | - |
| HSV(B) | 127.14º | 0.24% | 0.69% | - |
| XYZ | 29.59 | 37.48 | 29.72 | - |
| YUV | 158.22 | 116.59 | 110.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 175 | 138 | 0.24 | 0 | 0.21 | 0.31 | 127.14 | 0.21 | 0.6 |
| Hex | 85 | AF | 8A | 18 | 0 | 15 | 1F | 7F | 15 | 3C |
| Octal | 205 | 257 | 212 | 30 | 0 | 25 | 37 | 177 | 25 | 74 |
| Binary | 10000101 | 10101111 | 10001010 | 11000 | 0 | 10101 | 11111 | 1111111 | 10101 | 111100 |
Color Harmonies of #85AF8A
Complementary color
Monochromatic Colors of #85AF8A
Black with #85AF8A
Text Example
Text Example
White with #85AF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AF8A; }
p { color: rgb(133,175,138); }
H1.HeaderClassName
{
color: #85AF8A;
}
.AnyTagClassName
{
color: #85AF8A;
}
</style>
background-color css
<style>
a { background-color: #85AF8A; }
a { background-color: rgb(133,175,138); }
div.DivClassName
{
background-color: #85AF8A;
}
.BgClassName
{
background-color: #85AF8A;
}
</style>
border-color css
<style>
span { border-color: #85AF8A; }
span { border-color: rgb(133,175,138); }
td.TdClassName
{
border-color: #85AF8A;
}
.TagClassName
{
border-color: #85AF8A;
}
</style>