Shades of Envy #85AD84
Tints of Envy #85AD84
RGB
CMYK
RGB Variations
Color information
#85AD84 (or 0x85AD84) is known color: Envy. HEX triplet: 85, AD and 84. RGB value is (133,173,132). Sum of RGB (Red+Green+Blue) = 133+173+132=438 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.37% from 438); Green value is 173 (67.97% from 255 or 39.50% from 438); Blue value is 132 (51.95% from 255 or 30.14% from 438); Max value from RGB is 173 - color contains mainly: green. Hex color #85AD84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85AD84 is #7A527B. Grayscale: #9C9C9C. Windows color (decimal): -8016508 or 8695173. OLE color: 8695173.
HSL color Cylindrical-coordinate representation of color #85AD84: hue angle of 118.54º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #85AD84 is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 133 | 173 | 132 | - |
| CMYK | 0.23 | 0 | 0.24 | 0.32 |
| HSL | 118.54º | 0.2% | 0.6% | - |
| HSV(B) | 118.54º | 0.24% | 0.68% | - |
| XYZ | 28.78 | 36.54 | 27.37 | - |
| YUV | 156.37 | 114.25 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 173 | 132 | 0.23 | 0 | 0.24 | 0.32 | 118.54 | 0.2 | 0.6 |
| Hex | 85 | AD | 84 | 17 | 0 | 18 | 20 | 77 | 14 | 3C |
| Octal | 205 | 255 | 204 | 27 | 0 | 30 | 40 | 167 | 24 | 74 |
| Binary | 10000101 | 10101101 | 10000100 | 10111 | 0 | 11000 | 100000 | 1110111 | 10100 | 111100 |
Color Harmonies of #85AD84
Complementary color
Monochromatic Colors of #85AD84
Black with #85AD84
Text Example
Text Example
White with #85AD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AD84; }
p { color: rgb(133,173,132); }
H1.HeaderClassName
{
color: #85AD84;
}
.AnyTagClassName
{
color: #85AD84;
}
</style>
background-color css
<style>
a { background-color: #85AD84; }
a { background-color: rgb(133,173,132); }
div.DivClassName
{
background-color: #85AD84;
}
.BgClassName
{
background-color: #85AD84;
}
</style>
border-color css
<style>
span { border-color: #85AD84; }
span { border-color: rgb(133,173,132); }
td.TdClassName
{
border-color: #85AD84;
}
.TagClassName
{
border-color: #85AD84;
}
</style>