Shades of Envy #85A285
Tints of Envy #85A285
RGB
CMYK
RGB Variations
Color information
#85A285 (or 0x85A285) is known color: Envy. HEX triplet: 85, A2 and 85. RGB value is (133,162,133). Sum of RGB (Red+Green+Blue) = 133+162+133=428 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.07% from 428); Green value is 162 (63.67% from 255 or 37.85% from 428); Blue value is 133 (52.34% from 255 or 31.07% from 428); Max value from RGB is 162 - color contains mainly: green. Hex color #85A285 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A285 is #7A5D7A. Grayscale: #969696. Windows color (decimal): -8019323 or 8757893. OLE color: 8757893.
HSL color Cylindrical-coordinate representation of color #85A285: hue angle of 120º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #85A285 is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 133 | 162 | 133 | - |
| CMYK | 0.18 | 0 | 0.18 | 0.36 |
| HSL | 120º | 0.13% | 0.58% | - |
| HSV(B) | 120º | 0.18% | 0.64% | - |
| XYZ | 26.83 | 32.52 | 27.05 | - |
| YUV | 150.02 | 118.39 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 162 | 133 | 0.18 | 0 | 0.18 | 0.36 | 120 | 0.13 | 0.58 |
| Hex | 85 | A2 | 85 | 12 | 0 | 12 | 24 | 78 | D | 3A |
| Octal | 205 | 242 | 205 | 22 | 0 | 22 | 44 | 170 | 15 | 72 |
| Binary | 10000101 | 10100010 | 10000101 | 10010 | 0 | 10010 | 100100 | 1111000 | 1101 | 111010 |
Color Harmonies of #85A285
Complementary color
Monochromatic Colors of #85A285
Black with #85A285
Text Example
Text Example
White with #85A285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A285; }
p { color: rgb(133,162,133); }
H1.HeaderClassName
{
color: #85A285;
}
.AnyTagClassName
{
color: #85A285;
}
</style>
background-color css
<style>
a { background-color: #85A285; }
a { background-color: rgb(133,162,133); }
div.DivClassName
{
background-color: #85A285;
}
.BgClassName
{
background-color: #85A285;
}
</style>
border-color css
<style>
span { border-color: #85A285; }
span { border-color: rgb(133,162,133); }
td.TdClassName
{
border-color: #85A285;
}
.TagClassName
{
border-color: #85A285;
}
</style>