Shades of Envy #8EAA92
Tints of Envy #8EAA92
RGB
CMYK
RGB Variations
Color information
#8EAA92 (or 0x8EAA92) is known color: Envy. HEX triplet: 8E, AA and 92. RGB value is (142,170,146). Sum of RGB (Red+Green+Blue) = 142+170+146=458 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.00% from 458); Green value is 170 (66.80% from 255 or 37.12% from 458); Blue value is 146 (57.42% from 255 or 31.88% from 458); Max value from RGB is 170 - color contains mainly: green. Hex color #8EAA92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EAA92 is #71556D. Grayscale: #9E9E9E. Windows color (decimal): -7427438 or 9611918. OLE color: 9611918.
HSL color Cylindrical-coordinate representation of color #8EAA92: hue angle of 128.57º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8EAA92 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 142 | 170 | 146 | - |
| CMYK | 0.16 | 0 | 0.14 | 0.33 |
| HSL | 128.57º | 0.14% | 0.61% | - |
| HSV(B) | 128.57º | 0.16% | 0.67% | - |
| XYZ | 30.72 | 36.58 | 32.63 | - |
| YUV | 158.89 | 120.72 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 170 | 146 | 0.16 | 0 | 0.14 | 0.33 | 128.57 | 0.14 | 0.61 |
| Hex | 8E | AA | 92 | 10 | 0 | E | 21 | 81 | E | 3D |
| Octal | 216 | 252 | 222 | 20 | 0 | 16 | 41 | 201 | 16 | 75 |
| Binary | 10001110 | 10101010 | 10010010 | 10000 | 0 | 1110 | 100001 | 10000001 | 1110 | 111101 |
Color Harmonies of #8EAA92
Complementary color
Monochromatic Colors of #8EAA92
Black with #8EAA92
Text Example
Text Example
White with #8EAA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EAA92; }
p { color: rgb(142,170,146); }
H1.HeaderClassName
{
color: #8EAA92;
}
.AnyTagClassName
{
color: #8EAA92;
}
</style>
background-color css
<style>
a { background-color: #8EAA92; }
a { background-color: rgb(142,170,146); }
div.DivClassName
{
background-color: #8EAA92;
}
.BgClassName
{
background-color: #8EAA92;
}
</style>
border-color css
<style>
span { border-color: #8EAA92; }
span { border-color: rgb(142,170,146); }
td.TdClassName
{
border-color: #8EAA92;
}
.TagClassName
{
border-color: #8EAA92;
}
</style>