Shades of Envy #85A08C
Tints of Envy #85A08C
RGB
CMYK
RGB Variations
Color information
#85A08C (or 0x85A08C) is known color: Envy. HEX triplet: 85, A0 and 8C. RGB value is (133,160,140). Sum of RGB (Red+Green+Blue) = 133+160+140=433 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.72% from 433); Green value is 160 (62.89% from 255 or 36.95% from 433); Blue value is 140 (55.08% from 255 or 32.33% from 433); Max value from RGB is 160 - color contains mainly: green. Hex color #85A08C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A08C is #7A5F73. Grayscale: #959595. Windows color (decimal): -8019828 or 9216133. OLE color: 9216133.
HSL color Cylindrical-coordinate representation of color #85A08C: hue angle of 135.56º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #85A08C is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 133 | 160 | 140 | - |
| CMYK | 0.17 | 0 | 0.12 | 0.37 |
| HSL | 135.56º | 0.12% | 0.57% | - |
| HSV(B) | 135.56º | 0.17% | 0.63% | - |
| XYZ | 26.98 | 32.02 | 29.57 | - |
| YUV | 149.65 | 122.55 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 160 | 140 | 0.17 | 0 | 0.12 | 0.37 | 135.56 | 0.12 | 0.57 |
| Hex | 85 | A0 | 8C | 11 | 0 | C | 25 | 88 | C | 39 |
| Octal | 205 | 240 | 214 | 21 | 0 | 14 | 45 | 210 | 14 | 71 |
| Binary | 10000101 | 10100000 | 10001100 | 10001 | 0 | 1100 | 100101 | 10001000 | 1100 | 111001 |
Color Harmonies of #85A08C
Complementary color
Monochromatic Colors of #85A08C
Black with #85A08C
Text Example
Text Example
White with #85A08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A08C; }
p { color: rgb(133,160,140); }
H1.HeaderClassName
{
color: #85A08C;
}
.AnyTagClassName
{
color: #85A08C;
}
</style>
background-color css
<style>
a { background-color: #85A08C; }
a { background-color: rgb(133,160,140); }
div.DivClassName
{
background-color: #85A08C;
}
.BgClassName
{
background-color: #85A08C;
}
</style>
border-color css
<style>
span { border-color: #85A08C; }
span { border-color: rgb(133,160,140); }
td.TdClassName
{
border-color: #85A08C;
}
.TagClassName
{
border-color: #85A08C;
}
</style>