Shades of Envy #8EA093
Tints of Envy #8EA093
RGB
CMYK
RGB Variations
Color information
#8EA093 (or 0x8EA093) is known color: Envy. HEX triplet: 8E, A0 and 93. RGB value is (142,160,147). Sum of RGB (Red+Green+Blue) = 142+160+147=449 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.63% from 449); Green value is 160 (62.89% from 255 or 35.63% from 449); Blue value is 147 (57.81% from 255 or 32.74% from 449); Max value from RGB is 160 - color contains mainly: green. Hex color #8EA093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA093 is #715F6C. Grayscale: #999999. Windows color (decimal): -7429997 or 9674894. OLE color: 9674894.
HSL color Cylindrical-coordinate representation of color #8EA093: hue angle of 136.67º degrees, saturation: 0.09, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8EA093 is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 142 | 160 | 147 | - |
| CMYK | 0.11 | 0 | 0.08 | 0.37 |
| HSL | 136.67º | 0.09% | 0.59% | - |
| HSV(B) | 136.67º | 0.11% | 0.63% | - |
| XYZ | 28.99 | 33 | 32.45 | - |
| YUV | 153.14 | 124.54 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 160 | 147 | 0.11 | 0 | 0.08 | 0.37 | 136.67 | 0.09 | 0.59 |
| Hex | 8E | A0 | 93 | B | 0 | 8 | 25 | 89 | 9 | 3B |
| Octal | 216 | 240 | 223 | 13 | 0 | 10 | 45 | 211 | 11 | 73 |
| Binary | 10001110 | 10100000 | 10010011 | 1011 | 0 | 1000 | 100101 | 10001001 | 1001 | 111011 |
Color Harmonies of #8EA093
Complementary color
Monochromatic Colors of #8EA093
Black with #8EA093
Text Example
Text Example
White with #8EA093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA093; }
p { color: rgb(142,160,147); }
H1.HeaderClassName
{
color: #8EA093;
}
.AnyTagClassName
{
color: #8EA093;
}
</style>
background-color css
<style>
a { background-color: #8EA093; }
a { background-color: rgb(142,160,147); }
div.DivClassName
{
background-color: #8EA093;
}
.BgClassName
{
background-color: #8EA093;
}
</style>
border-color css
<style>
span { border-color: #8EA093; }
span { border-color: rgb(142,160,147); }
td.TdClassName
{
border-color: #8EA093;
}
.TagClassName
{
border-color: #8EA093;
}
</style>