Shades of Envy #7EA181
Tints of Envy #7EA181
RGB
CMYK
RGB Variations
Color information
#7EA181 (or 0x7EA181) is known color: Envy. HEX triplet: 7E, A1 and 81. RGB value is (126,161,129). Sum of RGB (Red+Green+Blue) = 126+161+129=416 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30.29% from 416); Green value is 161 (63.28% from 255 or 38.70% from 416); Blue value is 129 (50.78% from 255 or 31.01% from 416); Max value from RGB is 161 - color contains mainly: green. Hex color #7EA181 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EA181 is #815E7E. Grayscale: #929292. Windows color (decimal): -8478335 or 8495486. OLE color: 8495486.
HSL color Cylindrical-coordinate representation of color #7EA181: hue angle of 125.14º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7EA181 is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 126 | 161 | 129 | - |
| CMYK | 0.22 | 0 | 0.20 | 0.37 |
| HSL | 125.14º | 0.16% | 0.56% | - |
| HSV(B) | 125.14º | 0.22% | 0.63% | - |
| XYZ | 25.31 | 31.51 | 25.52 | - |
| YUV | 146.89 | 117.9 | 113.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 161 | 129 | 0.22 | 0 | 0.20 | 0.37 | 125.14 | 0.16 | 0.56 |
| Hex | 7E | A1 | 81 | 16 | 0 | 14 | 25 | 7D | 10 | 38 |
| Octal | 176 | 241 | 201 | 26 | 0 | 24 | 45 | 175 | 20 | 70 |
| Binary | 1111110 | 10100001 | 10000001 | 10110 | 0 | 10100 | 100101 | 1111101 | 10000 | 111000 |
Color Harmonies of #7EA181
Complementary color
Monochromatic Colors of #7EA181
Black with #7EA181
Text Example
Text Example
White with #7EA181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA181; }
p { color: rgb(126,161,129); }
H1.HeaderClassName
{
color: #7EA181;
}
.AnyTagClassName
{
color: #7EA181;
}
</style>
background-color css
<style>
a { background-color: #7EA181; }
a { background-color: rgb(126,161,129); }
div.DivClassName
{
background-color: #7EA181;
}
.BgClassName
{
background-color: #7EA181;
}
</style>
border-color css
<style>
span { border-color: #7EA181; }
span { border-color: rgb(126,161,129); }
td.TdClassName
{
border-color: #7EA181;
}
.TagClassName
{
border-color: #7EA181;
}
</style>