Shades of Envy #7EAF7E
Tints of Envy #7EAF7E
RGB
CMYK
RGB Variations
Color information
#7EAF7E (or 0x7EAF7E) is known color: Envy. HEX triplet: 7E, AF and 7E. RGB value is (126,175,126). Sum of RGB (Red+Green+Blue) = 126+175+126=427 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.51% from 427); Green value is 175 (68.75% from 255 or 40.98% from 427); Blue value is 126 (49.61% from 255 or 29.51% from 427); Max value from RGB is 175 - color contains mainly: green. Hex color #7EAF7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EAF7E is #815081. Grayscale: #9A9A9A. Windows color (decimal): -8474754 or 8302462. OLE color: 8302462.
HSL color Cylindrical-coordinate representation of color #7EAF7E: hue angle of 120º 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 #7EAF7E is Cyan = 0.28, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
RGB | 126 | 175 | 126 | - |
CMYK | 0.28 | 0 | 0.28 | 0.31 |
HSL | 120º | 0.23% | 0.59% | - |
HSV(B) | 120º | 0.28% | 0.69% | - |
XYZ | 27.7 | 36.6 | 25.34 | - |
YUV | 154.76 | 111.77 | 107.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 126 | 175 | 126 | 0.28 | 0 | 0.28 | 0.31 | 120 | 0.23 | 0.59 |
Hex | 7E | AF | 7E | 1C | 0 | 1C | 1F | 78 | 17 | 3B |
Octal | 176 | 257 | 176 | 34 | 0 | 34 | 37 | 170 | 27 | 73 |
Binary | 1111110 | 10101111 | 1111110 | 11100 | 0 | 11100 | 11111 | 1111000 | 10111 | 111011 |
Color Harmonies of #7EAF7E
Complementary color
Monochromatic Colors of #7EAF7E
Black with #7EAF7E
Text Example
Text Example
White with #7EAF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EAF7E; }
p { color: rgb(126,175,126); }
H1.HeaderClassName
{
color: #7EAF7E;
}
.AnyTagClassName
{
color: #7EAF7E;
}
</style>
background-color css
<style>
a { background-color: #7EAF7E; }
a { background-color: rgb(126,175,126); }
div.DivClassName
{
background-color: #7EAF7E;
}
.BgClassName
{
background-color: #7EAF7E;
}
</style>
border-color css
<style>
span { border-color: #7EAF7E; }
span { border-color: rgb(126,175,126); }
td.TdClassName
{
border-color: #7EAF7E;
}
.TagClassName
{
border-color: #7EAF7E;
}
</style>