Shades of Envy #7EA07F
Tints of Envy #7EA07F
RGB
CMYK
RGB Variations
Color information
#7EA07F (or 0x7EA07F) is known color: Envy. HEX triplet: 7E, A0 and 7F. RGB value is (126,160,127). Sum of RGB (Red+Green+Blue) = 126+160+127=413 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.51% from 413); Green value is 160 (62.89% from 255 or 38.74% from 413); Blue value is 127 (50% from 255 or 30.75% from 413); Max value from RGB is 160 - color contains mainly: green. Hex color #7EA07F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EA07F is #815F80. Grayscale: #929292. Windows color (decimal): -8478593 or 8364158. OLE color: 8364158.
HSL color Cylindrical-coordinate representation of color #7EA07F: hue angle of 121.76º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7EA07F is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 126 | 160 | 127 | - |
| CMYK | 0.21 | 0 | 0.21 | 0.37 |
| HSL | 121.76º | 0.15% | 0.56% | - |
| HSV(B) | 121.76º | 0.21% | 0.63% | - |
| XYZ | 25.01 | 31.11 | 24.77 | - |
| YUV | 146.07 | 117.24 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 160 | 127 | 0.21 | 0 | 0.21 | 0.37 | 121.76 | 0.15 | 0.56 |
| Hex | 7E | A0 | 7F | 15 | 0 | 15 | 25 | 7A | F | 38 |
| Octal | 176 | 240 | 177 | 25 | 0 | 25 | 45 | 172 | 17 | 70 |
| Binary | 1111110 | 10100000 | 1111111 | 10101 | 0 | 10101 | 100101 | 1111010 | 1111 | 111000 |
Color Harmonies of #7EA07F
Complementary color
Monochromatic Colors of #7EA07F
Black with #7EA07F
Text Example
Text Example
White with #7EA07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA07F; }
p { color: rgb(126,160,127); }
H1.HeaderClassName
{
color: #7EA07F;
}
.AnyTagClassName
{
color: #7EA07F;
}
</style>
background-color css
<style>
a { background-color: #7EA07F; }
a { background-color: rgb(126,160,127); }
div.DivClassName
{
background-color: #7EA07F;
}
.BgClassName
{
background-color: #7EA07F;
}
</style>
border-color css
<style>
span { border-color: #7EA07F; }
span { border-color: rgb(126,160,127); }
td.TdClassName
{
border-color: #7EA07F;
}
.TagClassName
{
border-color: #7EA07F;
}
</style>