Shades of Envy #7EA67F
Tints of Envy #7EA67F
RGB
CMYK
RGB Variations
Color information
#7EA67F (or 0x7EA67F) is known color: Envy. HEX triplet: 7E, A6 and 7F. RGB value is (126,166,127). Sum of RGB (Red+Green+Blue) = 126+166+127=419 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30.07% from 419); Green value is 166 (65.23% from 255 or 39.62% from 419); Blue value is 127 (50% from 255 or 30.31% from 419); Max value from RGB is 166 - color contains mainly: green. Hex color #7EA67F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EA67F is #815980. Grayscale: #959595. Windows color (decimal): -8477057 or 8365694. OLE color: 8365694.
HSL color Cylindrical-coordinate representation of color #7EA67F: hue angle of 121.5º 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 #7EA67F is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 126 | 166 | 127 | - |
| CMYK | 0.24 | 0 | 0.23 | 0.35 |
| HSL | 121.5º | 0.18% | 0.57% | - |
| HSV(B) | 121.5º | 0.24% | 0.65% | - |
| XYZ | 26.07 | 33.24 | 25.12 | - |
| YUV | 149.59 | 115.25 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 166 | 127 | 0.24 | 0 | 0.23 | 0.35 | 121.5 | 0.18 | 0.57 |
| Hex | 7E | A6 | 7F | 18 | 0 | 17 | 23 | 7A | 12 | 39 |
| Octal | 176 | 246 | 177 | 30 | 0 | 27 | 43 | 172 | 22 | 71 |
| Binary | 1111110 | 10100110 | 1111111 | 11000 | 0 | 10111 | 100011 | 1111010 | 10010 | 111001 |
Color Harmonies of #7EA67F
Complementary color
Monochromatic Colors of #7EA67F
Black with #7EA67F
Text Example
Text Example
White with #7EA67F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA67F; }
p { color: rgb(126,166,127); }
H1.HeaderClassName
{
color: #7EA67F;
}
.AnyTagClassName
{
color: #7EA67F;
}
</style>
background-color css
<style>
a { background-color: #7EA67F; }
a { background-color: rgb(126,166,127); }
div.DivClassName
{
background-color: #7EA67F;
}
.BgClassName
{
background-color: #7EA67F;
}
</style>
border-color css
<style>
span { border-color: #7EA67F; }
span { border-color: rgb(126,166,127); }
td.TdClassName
{
border-color: #7EA67F;
}
.TagClassName
{
border-color: #7EA67F;
}
</style>