Shades of Envy #85A985
Tints of Envy #85A985
RGB
CMYK
RGB Variations
Color information
#85A985 (or 0x85A985) is known color: Envy. HEX triplet: 85, A9 and 85. RGB value is (133,169,133). Sum of RGB (Red+Green+Blue) = 133+169+133=435 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.57% from 435); Green value is 169 (66.41% from 255 or 38.85% from 435); Blue value is 133 (52.34% from 255 or 30.57% from 435); Max value from RGB is 169 - color contains mainly: green. Hex color #85A985 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A985 is #7A567A. Grayscale: #9A9A9A. Windows color (decimal): -8017531 or 8759685. OLE color: 8759685.
HSL color Cylindrical-coordinate representation of color #85A985: hue angle of 120º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #85A985 is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 133 | 169 | 133 | - |
| CMYK | 0.21 | 0 | 0.21 | 0.34 |
| HSL | 120º | 0.17% | 0.59% | - |
| HSV(B) | 120º | 0.21% | 0.66% | - |
| XYZ | 28.09 | 35.06 | 27.48 | - |
| YUV | 154.13 | 116.07 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 169 | 133 | 0.21 | 0 | 0.21 | 0.34 | 120 | 0.17 | 0.59 |
| Hex | 85 | A9 | 85 | 15 | 0 | 15 | 22 | 78 | 11 | 3B |
| Octal | 205 | 251 | 205 | 25 | 0 | 25 | 42 | 170 | 21 | 73 |
| Binary | 10000101 | 10101001 | 10000101 | 10101 | 0 | 10101 | 100010 | 1111000 | 10001 | 111011 |
Color Harmonies of #85A985
Complementary color
Monochromatic Colors of #85A985
Black with #85A985
Text Example
Text Example
White with #85A985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A985; }
p { color: rgb(133,169,133); }
H1.HeaderClassName
{
color: #85A985;
}
.AnyTagClassName
{
color: #85A985;
}
</style>
background-color css
<style>
a { background-color: #85A985; }
a { background-color: rgb(133,169,133); }
div.DivClassName
{
background-color: #85A985;
}
.BgClassName
{
background-color: #85A985;
}
</style>
border-color css
<style>
span { border-color: #85A985; }
span { border-color: rgb(133,169,133); }
td.TdClassName
{
border-color: #85A985;
}
.TagClassName
{
border-color: #85A985;
}
</style>