Shades of Envy #7EA680
Tints of Envy #7EA680
RGB
CMYK
RGB Variations
Color information
#7EA680 (or 0x7EA680) is known color: Envy. HEX triplet: 7E, A6 and 80. RGB value is (126,166,128). Sum of RGB (Red+Green+Blue) = 126+166+128=420 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30% from 420); Green value is 166 (65.23% from 255 or 39.52% from 420); Blue value is 128 (50.39% from 255 or 30.48% from 420); Max value from RGB is 166 - color contains mainly: green. Hex color #7EA680 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EA680 is #81597F. Grayscale: #959595. Windows color (decimal): -8477056 or 8431230. OLE color: 8431230.
HSL color Cylindrical-coordinate representation of color #7EA680: hue angle of 123º 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 #7EA680 is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 126 | 166 | 128 | - |
| CMYK | 0.24 | 0 | 0.23 | 0.35 |
| HSL | 123º | 0.18% | 0.57% | - |
| HSV(B) | 123º | 0.24% | 0.65% | - |
| XYZ | 26.14 | 33.27 | 25.47 | - |
| YUV | 149.71 | 115.75 | 111.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 166 | 128 | 0.24 | 0 | 0.23 | 0.35 | 123 | 0.18 | 0.57 |
| Hex | 7E | A6 | 80 | 18 | 0 | 17 | 23 | 7B | 12 | 39 |
| Octal | 176 | 246 | 200 | 30 | 0 | 27 | 43 | 173 | 22 | 71 |
| Binary | 1111110 | 10100110 | 10000000 | 11000 | 0 | 10111 | 100011 | 1111011 | 10010 | 111001 |
Color Harmonies of #7EA680
Complementary color
Monochromatic Colors of #7EA680
Black with #7EA680
Text Example
Text Example
White with #7EA680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA680; }
p { color: rgb(126,166,128); }
H1.HeaderClassName
{
color: #7EA680;
}
.AnyTagClassName
{
color: #7EA680;
}
</style>
background-color css
<style>
a { background-color: #7EA680; }
a { background-color: rgb(126,166,128); }
div.DivClassName
{
background-color: #7EA680;
}
.BgClassName
{
background-color: #7EA680;
}
</style>
border-color css
<style>
span { border-color: #7EA680; }
span { border-color: rgb(126,166,128); }
td.TdClassName
{
border-color: #7EA680;
}
.TagClassName
{
border-color: #7EA680;
}
</style>