Shades of Envy #88A788
Tints of Envy #88A788
RGB
CMYK
RGB Variations
Color information
#88A788 (or 0x88A788) is known color: Envy. HEX triplet: 88, A7 and 88. RGB value is (136,167,136). Sum of RGB (Red+Green+Blue) = 136+167+136=439 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.98% from 439); Green value is 167 (65.62% from 255 or 38.04% from 439); Blue value is 136 (53.52% from 255 or 30.98% from 439); Max value from RGB is 167 - color contains mainly: green. Hex color #88A788 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A788 is #775877. Grayscale: #9A9A9A. Windows color (decimal): -7821432 or 8955784. OLE color: 8955784.
HSL color Cylindrical-coordinate representation of color #88A788: hue angle of 120º degrees, saturation: 0.15, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #88A788 is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 136 | 167 | 136 | - |
| CMYK | 0.19 | 0 | 0.19 | 0.35 |
| HSL | 120º | 0.15% | 0.59% | - |
| HSV(B) | 120º | 0.19% | 0.65% | - |
| XYZ | 28.42 | 34.65 | 28.48 | - |
| YUV | 154.2 | 117.73 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 167 | 136 | 0.19 | 0 | 0.19 | 0.35 | 120 | 0.15 | 0.59 |
| Hex | 88 | A7 | 88 | 13 | 0 | 13 | 23 | 78 | F | 3B |
| Octal | 210 | 247 | 210 | 23 | 0 | 23 | 43 | 170 | 17 | 73 |
| Binary | 10001000 | 10100111 | 10001000 | 10011 | 0 | 10011 | 100011 | 1111000 | 1111 | 111011 |
Color Harmonies of #88A788
Complementary color
Monochromatic Colors of #88A788
Black with #88A788
Text Example
Text Example
White with #88A788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A788; }
p { color: rgb(136,167,136); }
H1.HeaderClassName
{
color: #88A788;
}
.AnyTagClassName
{
color: #88A788;
}
</style>
background-color css
<style>
a { background-color: #88A788; }
a { background-color: rgb(136,167,136); }
div.DivClassName
{
background-color: #88A788;
}
.BgClassName
{
background-color: #88A788;
}
</style>
border-color css
<style>
span { border-color: #88A788; }
span { border-color: rgb(136,167,136); }
td.TdClassName
{
border-color: #88A788;
}
.TagClassName
{
border-color: #88A788;
}
</style>