Shades of Envy #7EA57E
Tints of Envy #7EA57E
RGB
CMYK
RGB Variations
Color information
#7EA57E (or 0x7EA57E) is known color: Envy. HEX triplet: 7E, A5 and 7E. RGB value is (126,165,126). Sum of RGB (Red+Green+Blue) = 126+165+126=417 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30.22% from 417); Green value is 165 (64.84% from 255 or 39.57% from 417); Blue value is 126 (49.61% from 255 or 30.22% from 417); Max value from RGB is 165 - color contains mainly: green. Hex color #7EA57E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EA57E is #815A81. Grayscale: #959595. Windows color (decimal): -8477314 or 8299902. OLE color: 8299902.
HSL color Cylindrical-coordinate representation of color #7EA57E: hue angle of 120º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7EA57E is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 126 | 165 | 126 | - |
| CMYK | 0.24 | 0 | 0.24 | 0.35 |
| HSL | 120º | 0.18% | 0.57% | - |
| HSV(B) | 120º | 0.24% | 0.65% | - |
| XYZ | 25.83 | 32.85 | 24.72 | - |
| YUV | 148.89 | 115.08 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 165 | 126 | 0.24 | 0 | 0.24 | 0.35 | 120 | 0.18 | 0.57 |
| Hex | 7E | A5 | 7E | 18 | 0 | 18 | 23 | 78 | 12 | 39 |
| Octal | 176 | 245 | 176 | 30 | 0 | 30 | 43 | 170 | 22 | 71 |
| Binary | 1111110 | 10100101 | 1111110 | 11000 | 0 | 11000 | 100011 | 1111000 | 10010 | 111001 |
Color Harmonies of #7EA57E
Complementary color
Monochromatic Colors of #7EA57E
Black with #7EA57E
Text Example
Text Example
White with #7EA57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA57E; }
p { color: rgb(126,165,126); }
H1.HeaderClassName
{
color: #7EA57E;
}
.AnyTagClassName
{
color: #7EA57E;
}
</style>
background-color css
<style>
a { background-color: #7EA57E; }
a { background-color: rgb(126,165,126); }
div.DivClassName
{
background-color: #7EA57E;
}
.BgClassName
{
background-color: #7EA57E;
}
</style>
border-color css
<style>
span { border-color: #7EA57E; }
span { border-color: rgb(126,165,126); }
td.TdClassName
{
border-color: #7EA57E;
}
.TagClassName
{
border-color: #7EA57E;
}
</style>