Shades of Envy #88A090
Tints of Envy #88A090
RGB
CMYK
RGB Variations
Color information
#88A090 (or 0x88A090) is known color: Envy. HEX triplet: 88, A0 and 90. RGB value is (136,160,144). Sum of RGB (Red+Green+Blue) = 136+160+144=440 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.91% from 440); Green value is 160 (62.89% from 255 or 36.36% from 440); Blue value is 144 (56.64% from 255 or 32.73% from 440); Max value from RGB is 160 - color contains mainly: green. Hex color #88A090 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A090 is #775F6F. Grayscale: #979797. Windows color (decimal): -7823216 or 9478280. OLE color: 9478280.
HSL color Cylindrical-coordinate representation of color #88A090: hue angle of 140º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #88A090 is Cyan = 0.15, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 136 | 160 | 144 | - |
| CMYK | 0.15 | 0 | 0.1 | 0.37 |
| HSL | 140º | 0.11% | 0.58% | - |
| HSV(B) | 140º | 0.15% | 0.63% | - |
| XYZ | 27.76 | 32.39 | 31.17 | - |
| YUV | 151 | 124.05 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 160 | 144 | 0.15 | 0 | 0.1 | 0.37 | 140 | 0.11 | 0.58 |
| Hex | 88 | A0 | 90 | F | 0 | A | 25 | 8C | B | 3A |
| Octal | 210 | 240 | 220 | 17 | 0 | 12 | 45 | 214 | 13 | 72 |
| Binary | 10001000 | 10100000 | 10010000 | 1111 | 0 | 1010 | 100101 | 10001100 | 1011 | 111010 |
Color Harmonies of #88A090
Complementary color
Monochromatic Colors of #88A090
Black with #88A090
Text Example
Text Example
White with #88A090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A090; }
p { color: rgb(136,160,144); }
H1.HeaderClassName
{
color: #88A090;
}
.AnyTagClassName
{
color: #88A090;
}
</style>
background-color css
<style>
a { background-color: #88A090; }
a { background-color: rgb(136,160,144); }
div.DivClassName
{
background-color: #88A090;
}
.BgClassName
{
background-color: #88A090;
}
</style>
border-color css
<style>
span { border-color: #88A090; }
span { border-color: rgb(136,160,144); }
td.TdClassName
{
border-color: #88A090;
}
.TagClassName
{
border-color: #88A090;
}
</style>