Shades of Envy #7EAF81
Tints of Envy #7EAF81
RGB
CMYK
RGB Variations
Color information
#7EAF81 (or 0x7EAF81) is known color: Envy. HEX triplet: 7E, AF and 81. RGB value is (126,175,129). Sum of RGB (Red+Green+Blue) = 126+175+129=430 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.30% from 430); Green value is 175 (68.75% from 255 or 40.70% from 430); Blue value is 129 (50.78% from 255 or 30% from 430); Max value from RGB is 175 - color contains mainly: green. Hex color #7EAF81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EAF81 is #81507E. Grayscale: #9B9B9B. Windows color (decimal): -8474751 or 8499070. OLE color: 8499070.
HSL color Cylindrical-coordinate representation of color #7EAF81: hue angle of 123.67º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7EAF81 is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 126 | 175 | 129 | - |
| CMYK | 0.28 | 0 | 0.26 | 0.31 |
| HSL | 123.67º | 0.23% | 0.59% | - |
| HSV(B) | 123.67º | 0.28% | 0.69% | - |
| XYZ | 27.9 | 36.68 | 26.38 | - |
| YUV | 155.11 | 113.27 | 107.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 175 | 129 | 0.28 | 0 | 0.26 | 0.31 | 123.67 | 0.23 | 0.59 |
| Hex | 7E | AF | 81 | 1C | 0 | 1A | 1F | 7C | 17 | 3B |
| Octal | 176 | 257 | 201 | 34 | 0 | 32 | 37 | 174 | 27 | 73 |
| Binary | 1111110 | 10101111 | 10000001 | 11100 | 0 | 11010 | 11111 | 1111100 | 10111 | 111011 |
Color Harmonies of #7EAF81
Complementary color
Monochromatic Colors of #7EAF81
Black with #7EAF81
Text Example
Text Example
White with #7EAF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EAF81; }
p { color: rgb(126,175,129); }
H1.HeaderClassName
{
color: #7EAF81;
}
.AnyTagClassName
{
color: #7EAF81;
}
</style>
background-color css
<style>
a { background-color: #7EAF81; }
a { background-color: rgb(126,175,129); }
div.DivClassName
{
background-color: #7EAF81;
}
.BgClassName
{
background-color: #7EAF81;
}
</style>
border-color css
<style>
span { border-color: #7EAF81; }
span { border-color: rgb(126,175,129); }
td.TdClassName
{
border-color: #7EAF81;
}
.TagClassName
{
border-color: #7EAF81;
}
</style>