Shades of Envy #85A28E
Tints of Envy #85A28E
RGB
CMYK
RGB Variations
Color information
#85A28E (or 0x85A28E) is known color: Envy. HEX triplet: 85, A2 and 8E. RGB value is (133,162,142). Sum of RGB (Red+Green+Blue) = 133+162+142=437 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.43% from 437); Green value is 162 (63.67% from 255 or 37.07% from 437); Blue value is 142 (55.86% from 255 or 32.49% from 437); Max value from RGB is 162 - color contains mainly: green. Hex color #85A28E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A28E is #7A5D71. Grayscale: #979797. Windows color (decimal): -8019314 or 9347717. OLE color: 9347717.
HSL color Cylindrical-coordinate representation of color #85A28E: hue angle of 138.62º 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 #85A28E is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 133 | 162 | 142 | - |
| CMYK | 0.18 | 0 | 0.12 | 0.36 |
| HSL | 138.62º | 0.13% | 0.58% | - |
| HSV(B) | 138.62º | 0.18% | 0.64% | - |
| XYZ | 27.48 | 32.78 | 30.47 | - |
| YUV | 151.05 | 122.89 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 162 | 142 | 0.18 | 0 | 0.12 | 0.36 | 138.62 | 0.13 | 0.58 |
| Hex | 85 | A2 | 8E | 12 | 0 | C | 24 | 8B | D | 3A |
| Octal | 205 | 242 | 216 | 22 | 0 | 14 | 44 | 213 | 15 | 72 |
| Binary | 10000101 | 10100010 | 10001110 | 10010 | 0 | 1100 | 100100 | 10001011 | 1101 | 111010 |
Color Harmonies of #85A28E
Complementary color
Monochromatic Colors of #85A28E
Black with #85A28E
Text Example
Text Example
White with #85A28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A28E; }
p { color: rgb(133,162,142); }
H1.HeaderClassName
{
color: #85A28E;
}
.AnyTagClassName
{
color: #85A28E;
}
</style>
background-color css
<style>
a { background-color: #85A28E; }
a { background-color: rgb(133,162,142); }
div.DivClassName
{
background-color: #85A28E;
}
.BgClassName
{
background-color: #85A28E;
}
</style>
border-color css
<style>
span { border-color: #85A28E; }
span { border-color: rgb(133,162,142); }
td.TdClassName
{
border-color: #85A28E;
}
.TagClassName
{
border-color: #85A28E;
}
</style>