Shades of Envy #88A68E
Tints of Envy #88A68E
RGB
CMYK
RGB Variations
Color information
#88A68E (or 0x88A68E) is known color: Envy. HEX triplet: 88, A6 and 8E. RGB value is (136,166,142). Sum of RGB (Red+Green+Blue) = 136+166+142=444 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.63% from 444); Green value is 166 (65.23% from 255 or 37.39% from 444); Blue value is 142 (55.86% from 255 or 31.98% from 444); Max value from RGB is 166 - color contains mainly: green. Hex color #88A68E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A68E is #775971. Grayscale: #9A9A9A. Windows color (decimal): -7821682 or 9348744. OLE color: 9348744.
HSL color Cylindrical-coordinate representation of color #88A68E: hue angle of 132º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #88A68E is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 136 | 166 | 142 | - |
| CMYK | 0.18 | 0 | 0.14 | 0.35 |
| HSL | 132º | 0.14% | 0.59% | - |
| HSV(B) | 132º | 0.18% | 0.65% | - |
| XYZ | 28.67 | 34.46 | 30.73 | - |
| YUV | 154.29 | 121.06 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 166 | 142 | 0.18 | 0 | 0.14 | 0.35 | 132 | 0.14 | 0.59 |
| Hex | 88 | A6 | 8E | 12 | 0 | E | 23 | 84 | E | 3B |
| Octal | 210 | 246 | 216 | 22 | 0 | 16 | 43 | 204 | 16 | 73 |
| Binary | 10001000 | 10100110 | 10001110 | 10010 | 0 | 1110 | 100011 | 10000100 | 1110 | 111011 |
Color Harmonies of #88A68E
Complementary color
Monochromatic Colors of #88A68E
Black with #88A68E
Text Example
Text Example
White with #88A68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A68E; }
p { color: rgb(136,166,142); }
H1.HeaderClassName
{
color: #88A68E;
}
.AnyTagClassName
{
color: #88A68E;
}
</style>
background-color css
<style>
a { background-color: #88A68E; }
a { background-color: rgb(136,166,142); }
div.DivClassName
{
background-color: #88A68E;
}
.BgClassName
{
background-color: #88A68E;
}
</style>
border-color css
<style>
span { border-color: #88A68E; }
span { border-color: rgb(136,166,142); }
td.TdClassName
{
border-color: #88A68E;
}
.TagClassName
{
border-color: #88A68E;
}
</style>