Shades of Envy #88A78F
Tints of Envy #88A78F
RGB
CMYK
RGB Variations
Color information
#88A78F (or 0x88A78F) is known color: Envy. HEX triplet: 88, A7 and 8F. RGB value is (136,167,143). Sum of RGB (Red+Green+Blue) = 136+167+143=446 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.49% from 446); Green value is 167 (65.62% from 255 or 37.44% from 446); Blue value is 143 (56.25% from 255 or 32.06% from 446); Max value from RGB is 167 - color contains mainly: green. Hex color #88A78F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A78F is #775870. Grayscale: #9B9B9B. Windows color (decimal): -7821425 or 9414536. OLE color: 9414536.
HSL color Cylindrical-coordinate representation of color #88A78F: hue angle of 133.55º 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 #88A78F is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 136 | 167 | 143 | - |
| CMYK | 0.19 | 0 | 0.14 | 0.35 |
| HSL | 133.55º | 0.15% | 0.59% | - |
| HSV(B) | 133.55º | 0.19% | 0.65% | - |
| XYZ | 28.93 | 34.85 | 31.19 | - |
| YUV | 155 | 121.23 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 167 | 143 | 0.19 | 0 | 0.14 | 0.35 | 133.55 | 0.15 | 0.59 |
| Hex | 88 | A7 | 8F | 13 | 0 | E | 23 | 86 | F | 3B |
| Octal | 210 | 247 | 217 | 23 | 0 | 16 | 43 | 206 | 17 | 73 |
| Binary | 10001000 | 10100111 | 10001111 | 10011 | 0 | 1110 | 100011 | 10000110 | 1111 | 111011 |
Color Harmonies of #88A78F
Complementary color
Monochromatic Colors of #88A78F
Black with #88A78F
Text Example
Text Example
White with #88A78F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A78F; }
p { color: rgb(136,167,143); }
H1.HeaderClassName
{
color: #88A78F;
}
.AnyTagClassName
{
color: #88A78F;
}
</style>
background-color css
<style>
a { background-color: #88A78F; }
a { background-color: rgb(136,167,143); }
div.DivClassName
{
background-color: #88A78F;
}
.BgClassName
{
background-color: #88A78F;
}
</style>
border-color css
<style>
span { border-color: #88A78F; }
span { border-color: rgb(136,167,143); }
td.TdClassName
{
border-color: #88A78F;
}
.TagClassName
{
border-color: #88A78F;
}
</style>