Shades of Envy #85A485
Tints of Envy #85A485
RGB
CMYK
RGB Variations
Color information
#85A485 (or 0x85A485) is known color: Envy. HEX triplet: 85, A4 and 85. RGB value is (133,164,133). Sum of RGB (Red+Green+Blue) = 133+164+133=430 (56% of max value = 765). Red value is 133 (52.34% from 255 or 30.93% from 430); Green value is 164 (64.45% from 255 or 38.14% from 430); Blue value is 133 (52.34% from 255 or 30.93% from 430); Max value from RGB is 164 - color contains mainly: green. Hex color #85A485 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A485 is #7A5B7A. Grayscale: #979797. Windows color (decimal): -8018811 or 8758405. OLE color: 8758405.
HSL color Cylindrical-coordinate representation of color #85A485: hue angle of 120º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #85A485 is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 133 | 164 | 133 | - |
| CMYK | 0.19 | 0 | 0.19 | 0.36 |
| HSL | 120º | 0.15% | 0.58% | - |
| HSV(B) | 120º | 0.19% | 0.64% | - |
| XYZ | 27.18 | 33.23 | 27.17 | - |
| YUV | 151.2 | 117.73 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 164 | 133 | 0.19 | 0 | 0.19 | 0.36 | 120 | 0.15 | 0.58 |
| Hex | 85 | A4 | 85 | 13 | 0 | 13 | 24 | 78 | F | 3A |
| Octal | 205 | 244 | 205 | 23 | 0 | 23 | 44 | 170 | 17 | 72 |
| Binary | 10000101 | 10100100 | 10000101 | 10011 | 0 | 10011 | 100100 | 1111000 | 1111 | 111010 |
Color Harmonies of #85A485
Complementary color
Monochromatic Colors of #85A485
Black with #85A485
Text Example
Text Example
White with #85A485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A485; }
p { color: rgb(133,164,133); }
H1.HeaderClassName
{
color: #85A485;
}
.AnyTagClassName
{
color: #85A485;
}
</style>
background-color css
<style>
a { background-color: #85A485; }
a { background-color: rgb(133,164,133); }
div.DivClassName
{
background-color: #85A485;
}
.BgClassName
{
background-color: #85A485;
}
</style>
border-color css
<style>
span { border-color: #85A485; }
span { border-color: rgb(133,164,133); }
td.TdClassName
{
border-color: #85A485;
}
.TagClassName
{
border-color: #85A485;
}
</style>