Shades of Envy #88AA86
Tints of Envy #88AA86
RGB
CMYK
RGB Variations
Color information
#88AA86 (or 0x88AA86) is known color: Envy. HEX triplet: 88, AA and 86. RGB value is (136,170,134). Sum of RGB (Red+Green+Blue) = 136+170+134=440 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.91% from 440); Green value is 170 (66.80% from 255 or 38.64% from 440); Blue value is 134 (52.73% from 255 or 30.45% from 440); Max value from RGB is 170 - color contains mainly: green. Hex color #88AA86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88AA86 is #775579. Grayscale: #9B9B9B. Windows color (decimal): -7820666 or 8825480. OLE color: 8825480.
HSL color Cylindrical-coordinate representation of color #88AA86: hue angle of 116.67º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #88AA86 is Cyan = 0.20, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 170 | 134 | - |
| CMYK | 0.20 | 0 | 0.21 | 0.33 |
| HSL | 116.67º | 0.17% | 0.6% | - |
| HSV(B) | 116.67º | 0.21% | 0.67% | - |
| XYZ | 28.83 | 35.7 | 27.93 | - |
| YUV | 155.73 | 115.74 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 170 | 134 | 0.20 | 0 | 0.21 | 0.33 | 116.67 | 0.17 | 0.6 |
| Hex | 88 | AA | 86 | 14 | 0 | 15 | 21 | 75 | 11 | 3C |
| Octal | 210 | 252 | 206 | 24 | 0 | 25 | 41 | 165 | 21 | 74 |
| Binary | 10001000 | 10101010 | 10000110 | 10100 | 0 | 10101 | 100001 | 1110101 | 10001 | 111100 |
Color Harmonies of #88AA86
Complementary color
Monochromatic Colors of #88AA86
Black with #88AA86
Text Example
Text Example
White with #88AA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88AA86; }
p { color: rgb(136,170,134); }
H1.HeaderClassName
{
color: #88AA86;
}
.AnyTagClassName
{
color: #88AA86;
}
</style>
background-color css
<style>
a { background-color: #88AA86; }
a { background-color: rgb(136,170,134); }
div.DivClassName
{
background-color: #88AA86;
}
.BgClassName
{
background-color: #88AA86;
}
</style>
border-color css
<style>
span { border-color: #88AA86; }
span { border-color: rgb(136,170,134); }
td.TdClassName
{
border-color: #88AA86;
}
.TagClassName
{
border-color: #88AA86;
}
</style>