Shades of Envy #7EAD81
Tints of Envy #7EAD81
RGB
CMYK
RGB Variations
Color information
#7EAD81 (or 0x7EAD81) is known color: Envy. HEX triplet: 7E, AD and 81. RGB value is (126,173,129). Sum of RGB (Red+Green+Blue) = 126+173+129=428 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.44% from 428); Green value is 173 (67.97% from 255 or 40.42% from 428); Blue value is 129 (50.78% from 255 or 30.14% from 428); Max value from RGB is 173 - color contains mainly: green. Hex color #7EAD81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EAD81 is #81527E. Grayscale: #9A9A9A. Windows color (decimal): -8475263 or 8498558. OLE color: 8498558.
HSL color Cylindrical-coordinate representation of color #7EAD81: hue angle of 123.83º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7EAD81 is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 126 | 173 | 129 | - |
| CMYK | 0.27 | 0 | 0.25 | 0.32 |
| HSL | 123.83º | 0.22% | 0.59% | - |
| HSV(B) | 123.83º | 0.27% | 0.68% | - |
| XYZ | 27.51 | 35.91 | 26.25 | - |
| YUV | 153.93 | 113.93 | 108.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 173 | 129 | 0.27 | 0 | 0.25 | 0.32 | 123.83 | 0.22 | 0.59 |
| Hex | 7E | AD | 81 | 1B | 0 | 19 | 20 | 7C | 16 | 3B |
| Octal | 176 | 255 | 201 | 33 | 0 | 31 | 40 | 174 | 26 | 73 |
| Binary | 1111110 | 10101101 | 10000001 | 11011 | 0 | 11001 | 100000 | 1111100 | 10110 | 111011 |
Color Harmonies of #7EAD81
Complementary color
Monochromatic Colors of #7EAD81
Black with #7EAD81
Text Example
Text Example
White with #7EAD81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EAD81; }
p { color: rgb(126,173,129); }
H1.HeaderClassName
{
color: #7EAD81;
}
.AnyTagClassName
{
color: #7EAD81;
}
</style>
background-color css
<style>
a { background-color: #7EAD81; }
a { background-color: rgb(126,173,129); }
div.DivClassName
{
background-color: #7EAD81;
}
.BgClassName
{
background-color: #7EAD81;
}
</style>
border-color css
<style>
span { border-color: #7EAD81; }
span { border-color: rgb(126,173,129); }
td.TdClassName
{
border-color: #7EAD81;
}
.TagClassName
{
border-color: #7EAD81;
}
</style>