Shades of Envy #85AA8B
Tints of Envy #85AA8B
RGB
CMYK
RGB Variations
Color information
#85AA8B (or 0x85AA8B) is known color: Envy. HEX triplet: 85, AA and 8B. RGB value is (133,170,139). Sum of RGB (Red+Green+Blue) = 133+170+139=442 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.09% from 442); Green value is 170 (66.80% from 255 or 38.46% from 442); Blue value is 139 (54.69% from 255 or 31.45% from 442); Max value from RGB is 170 - color contains mainly: green. Hex color #85AA8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85AA8B is #7A5574. Grayscale: #9B9B9B. Windows color (decimal): -8017269 or 9153157. OLE color: 9153157.
HSL color Cylindrical-coordinate representation of color #85AA8B: hue angle of 129.73º 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 #85AA8B is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 170 | 139 | - |
| CMYK | 0.22 | 0 | 0.18 | 0.33 |
| HSL | 129.73º | 0.18% | 0.59% | - |
| HSV(B) | 129.73º | 0.22% | 0.67% | - |
| XYZ | 28.71 | 35.6 | 29.78 | - |
| YUV | 155.4 | 118.74 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 170 | 139 | 0.22 | 0 | 0.18 | 0.33 | 129.73 | 0.18 | 0.59 |
| Hex | 85 | AA | 8B | 16 | 0 | 12 | 21 | 82 | 12 | 3B |
| Octal | 205 | 252 | 213 | 26 | 0 | 22 | 41 | 202 | 22 | 73 |
| Binary | 10000101 | 10101010 | 10001011 | 10110 | 0 | 10010 | 100001 | 10000010 | 10010 | 111011 |
Color Harmonies of #85AA8B
Complementary color
Monochromatic Colors of #85AA8B
Black with #85AA8B
Text Example
Text Example
White with #85AA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AA8B; }
p { color: rgb(133,170,139); }
H1.HeaderClassName
{
color: #85AA8B;
}
.AnyTagClassName
{
color: #85AA8B;
}
</style>
background-color css
<style>
a { background-color: #85AA8B; }
a { background-color: rgb(133,170,139); }
div.DivClassName
{
background-color: #85AA8B;
}
.BgClassName
{
background-color: #85AA8B;
}
</style>
border-color css
<style>
span { border-color: #85AA8B; }
span { border-color: rgb(133,170,139); }
td.TdClassName
{
border-color: #85AA8B;
}
.TagClassName
{
border-color: #85AA8B;
}
</style>