Shades of Envy #7EA284
Tints of Envy #7EA284
RGB
CMYK
RGB Variations
Color information
#7EA284 (or 0x7EA284) is known color: Envy. HEX triplet: 7E, A2 and 84. RGB value is (126,162,132). Sum of RGB (Red+Green+Blue) = 126+162+132=420 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30% from 420); Green value is 162 (63.67% from 255 or 38.57% from 420); Blue value is 132 (51.95% from 255 or 31.43% from 420); Max value from RGB is 162 - color contains mainly: green. Hex color #7EA284 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EA284 is #815D7B. Grayscale: #939393. Windows color (decimal): -8478076 or 8692350. OLE color: 8692350.
HSL color Cylindrical-coordinate representation of color #7EA284: hue angle of 130º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7EA284 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 126 | 162 | 132 | - |
| CMYK | 0.22 | 0 | 0.19 | 0.36 |
| HSL | 130º | 0.16% | 0.56% | - |
| HSV(B) | 130º | 0.22% | 0.64% | - |
| XYZ | 25.69 | 31.94 | 26.64 | - |
| YUV | 147.82 | 119.07 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 162 | 132 | 0.22 | 0 | 0.19 | 0.36 | 130 | 0.16 | 0.56 |
| Hex | 7E | A2 | 84 | 16 | 0 | 13 | 24 | 82 | 10 | 38 |
| Octal | 176 | 242 | 204 | 26 | 0 | 23 | 44 | 202 | 20 | 70 |
| Binary | 1111110 | 10100010 | 10000100 | 10110 | 0 | 10011 | 100100 | 10000010 | 10000 | 111000 |
Color Harmonies of #7EA284
Complementary color
Monochromatic Colors of #7EA284
Black with #7EA284
Text Example
Text Example
White with #7EA284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA284; }
p { color: rgb(126,162,132); }
H1.HeaderClassName
{
color: #7EA284;
}
.AnyTagClassName
{
color: #7EA284;
}
</style>
background-color css
<style>
a { background-color: #7EA284; }
a { background-color: rgb(126,162,132); }
div.DivClassName
{
background-color: #7EA284;
}
.BgClassName
{
background-color: #7EA284;
}
</style>
border-color css
<style>
span { border-color: #7EA284; }
span { border-color: rgb(126,162,132); }
td.TdClassName
{
border-color: #7EA284;
}
.TagClassName
{
border-color: #7EA284;
}
</style>