Shades of Envy #85A48E
Tints of Envy #85A48E
RGB
CMYK
RGB Variations
Color information
#85A48E (or 0x85A48E) is known color: Envy. HEX triplet: 85, A4 and 8E. RGB value is (133,164,142). Sum of RGB (Red+Green+Blue) = 133+164+142=439 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.30% from 439); Green value is 164 (64.45% from 255 or 37.36% from 439); Blue value is 142 (55.86% from 255 or 32.35% from 439); Max value from RGB is 164 - color contains mainly: green. Hex color #85A48E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A48E is #7A5B71. Grayscale: #989898. Windows color (decimal): -8018802 or 9348229. OLE color: 9348229.
HSL color Cylindrical-coordinate representation of color #85A48E: hue angle of 137.42º 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 #85A48E is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 133 | 164 | 142 | - |
| CMYK | 0.19 | 0 | 0.13 | 0.36 |
| HSL | 137.42º | 0.15% | 0.58% | - |
| HSV(B) | 137.42º | 0.19% | 0.64% | - |
| XYZ | 27.83 | 33.49 | 30.59 | - |
| YUV | 152.22 | 122.23 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 164 | 142 | 0.19 | 0 | 0.13 | 0.36 | 137.42 | 0.15 | 0.58 |
| Hex | 85 | A4 | 8E | 13 | 0 | D | 24 | 89 | F | 3A |
| Octal | 205 | 244 | 216 | 23 | 0 | 15 | 44 | 211 | 17 | 72 |
| Binary | 10000101 | 10100100 | 10001110 | 10011 | 0 | 1101 | 100100 | 10001001 | 1111 | 111010 |
Color Harmonies of #85A48E
Complementary color
Monochromatic Colors of #85A48E
Black with #85A48E
Text Example
Text Example
White with #85A48E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A48E; }
p { color: rgb(133,164,142); }
H1.HeaderClassName
{
color: #85A48E;
}
.AnyTagClassName
{
color: #85A48E;
}
</style>
background-color css
<style>
a { background-color: #85A48E; }
a { background-color: rgb(133,164,142); }
div.DivClassName
{
background-color: #85A48E;
}
.BgClassName
{
background-color: #85A48E;
}
</style>
border-color css
<style>
span { border-color: #85A48E; }
span { border-color: rgb(133,164,142); }
td.TdClassName
{
border-color: #85A48E;
}
.TagClassName
{
border-color: #85A48E;
}
</style>