Shades of Envy #8EA792
Tints of Envy #8EA792
RGB
CMYK
RGB Variations
Color information
#8EA792 (or 0x8EA792) is known color: Envy. HEX triplet: 8E, A7 and 92. RGB value is (142,167,146). Sum of RGB (Red+Green+Blue) = 142+167+146=455 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.21% from 455); Green value is 167 (65.62% from 255 or 36.70% from 455); Blue value is 146 (57.42% from 255 or 32.09% from 455); Max value from RGB is 167 - color contains mainly: green. Hex color #8EA792 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA792 is #71586D. Grayscale: #9D9D9D. Windows color (decimal): -7428206 or 9611150. OLE color: 9611150.
HSL color Cylindrical-coordinate representation of color #8EA792: hue angle of 129.6º degrees, saturation: 0.12, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8EA792 is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 142 | 167 | 146 | - |
| CMYK | 0.15 | 0 | 0.13 | 0.35 |
| HSL | 129.6º | 0.12% | 0.61% | - |
| HSV(B) | 129.6º | 0.15% | 0.65% | - |
| XYZ | 30.16 | 35.46 | 32.45 | - |
| YUV | 157.13 | 121.72 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 167 | 146 | 0.15 | 0 | 0.13 | 0.35 | 129.6 | 0.12 | 0.61 |
| Hex | 8E | A7 | 92 | F | 0 | D | 23 | 82 | C | 3D |
| Octal | 216 | 247 | 222 | 17 | 0 | 15 | 43 | 202 | 14 | 75 |
| Binary | 10001110 | 10100111 | 10010010 | 1111 | 0 | 1101 | 100011 | 10000010 | 1100 | 111101 |
Color Harmonies of #8EA792
Complementary color
Monochromatic Colors of #8EA792
Black with #8EA792
Text Example
Text Example
White with #8EA792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA792; }
p { color: rgb(142,167,146); }
H1.HeaderClassName
{
color: #8EA792;
}
.AnyTagClassName
{
color: #8EA792;
}
</style>
background-color css
<style>
a { background-color: #8EA792; }
a { background-color: rgb(142,167,146); }
div.DivClassName
{
background-color: #8EA792;
}
.BgClassName
{
background-color: #8EA792;
}
</style>
border-color css
<style>
span { border-color: #8EA792; }
span { border-color: rgb(142,167,146); }
td.TdClassName
{
border-color: #8EA792;
}
.TagClassName
{
border-color: #8EA792;
}
</style>