Shades of Envy #85A385
Tints of Envy #85A385
RGB
CMYK
RGB Variations
Color information
#85A385 (or 0x85A385) is known color: Envy. HEX triplet: 85, A3 and 85. RGB value is (133,163,133). Sum of RGB (Red+Green+Blue) = 133+163+133=429 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.00% from 429); Green value is 163 (64.06% from 255 or 38.00% from 429); Blue value is 133 (52.34% from 255 or 31.00% from 429); Max value from RGB is 163 - color contains mainly: green. Hex color #85A385 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A385 is #7A5C7A. Grayscale: #969696. Windows color (decimal): -8019067 or 8758149. OLE color: 8758149.
HSL color Cylindrical-coordinate representation of color #85A385: hue angle of 120º degrees, saturation: 0.14, 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 #85A385 is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 133 | 163 | 133 | - |
| CMYK | 0.18 | 0 | 0.18 | 0.36 |
| HSL | 120º | 0.14% | 0.58% | - |
| HSV(B) | 120º | 0.18% | 0.64% | - |
| XYZ | 27 | 32.87 | 27.11 | - |
| YUV | 150.61 | 118.06 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 163 | 133 | 0.18 | 0 | 0.18 | 0.36 | 120 | 0.14 | 0.58 |
| Hex | 85 | A3 | 85 | 12 | 0 | 12 | 24 | 78 | E | 3A |
| Octal | 205 | 243 | 205 | 22 | 0 | 22 | 44 | 170 | 16 | 72 |
| Binary | 10000101 | 10100011 | 10000101 | 10010 | 0 | 10010 | 100100 | 1111000 | 1110 | 111010 |
Color Harmonies of #85A385
Complementary color
Monochromatic Colors of #85A385
Black with #85A385
Text Example
Text Example
White with #85A385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A385; }
p { color: rgb(133,163,133); }
H1.HeaderClassName
{
color: #85A385;
}
.AnyTagClassName
{
color: #85A385;
}
</style>
background-color css
<style>
a { background-color: #85A385; }
a { background-color: rgb(133,163,133); }
div.DivClassName
{
background-color: #85A385;
}
.BgClassName
{
background-color: #85A385;
}
</style>
border-color css
<style>
span { border-color: #85A385; }
span { border-color: rgb(133,163,133); }
td.TdClassName
{
border-color: #85A385;
}
.TagClassName
{
border-color: #85A385;
}
</style>