Shades of Envy #85AA8D
Tints of Envy #85AA8D
RGB
CMYK
RGB Variations
Color information
#85AA8D (or 0x85AA8D) is known color: Envy. HEX triplet: 85, AA and 8D. RGB value is (133,170,141). Sum of RGB (Red+Green+Blue) = 133+170+141=444 (58% of max value = 765). Red value is 133 (52.34% from 255 or 29.95% from 444); Green value is 170 (66.80% from 255 or 38.29% from 444); Blue value is 141 (55.47% from 255 or 31.76% from 444); Max value from RGB is 170 - color contains mainly: green. Hex color #85AA8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85AA8D is #7A5572. Grayscale: #9B9B9B. Windows color (decimal): -8017267 or 9284229. OLE color: 9284229.
HSL color Cylindrical-coordinate representation of color #85AA8D: hue angle of 132.97º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #85AA8D is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 170 | 141 | - |
| CMYK | 0.22 | 0 | 0.17 | 0.33 |
| HSL | 132.97º | 0.18% | 0.59% | - |
| HSV(B) | 132.97º | 0.22% | 0.67% | - |
| XYZ | 28.86 | 35.66 | 30.56 | - |
| YUV | 155.63 | 119.74 | 111.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 170 | 141 | 0.22 | 0 | 0.17 | 0.33 | 132.97 | 0.18 | 0.59 |
| Hex | 85 | AA | 8D | 16 | 0 | 11 | 21 | 85 | 12 | 3B |
| Octal | 205 | 252 | 215 | 26 | 0 | 21 | 41 | 205 | 22 | 73 |
| Binary | 10000101 | 10101010 | 10001101 | 10110 | 0 | 10001 | 100001 | 10000101 | 10010 | 111011 |
Color Harmonies of #85AA8D
Complementary color
Monochromatic Colors of #85AA8D
Black with #85AA8D
Text Example
Text Example
White with #85AA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AA8D; }
p { color: rgb(133,170,141); }
H1.HeaderClassName
{
color: #85AA8D;
}
.AnyTagClassName
{
color: #85AA8D;
}
</style>
background-color css
<style>
a { background-color: #85AA8D; }
a { background-color: rgb(133,170,141); }
div.DivClassName
{
background-color: #85AA8D;
}
.BgClassName
{
background-color: #85AA8D;
}
</style>
border-color css
<style>
span { border-color: #85AA8D; }
span { border-color: rgb(133,170,141); }
td.TdClassName
{
border-color: #85AA8D;
}
.TagClassName
{
border-color: #85AA8D;
}
</style>