Shades of Envy #7AAE7E
Tints of Envy #7AAE7E
RGB
CMYK
RGB Variations
Color information
#7AAE7E (or 0x7AAE7E) is known color: Envy. HEX triplet: 7A, AE and 7E. RGB value is (122,174,126). Sum of RGB (Red+Green+Blue) = 122+174+126=422 (55% of max value = 765). Red value is 122 (48.05% from 255 or 28.91% from 422); Green value is 174 (68.36% from 255 or 41.23% from 422); Blue value is 126 (49.61% from 255 or 29.86% from 422); Max value from RGB is 174 - color contains mainly: green. Hex color #7AAE7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAE7E is #855181. Grayscale: #999999. Windows color (decimal): -8737154 or 8302202. OLE color: 8302202.
HSL color Cylindrical-coordinate representation of color #7AAE7E: hue angle of 124.62º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7AAE7E is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 122 | 174 | 126 | - |
| CMYK | 0.30 | 0 | 0.28 | 0.32 |
| HSL | 124.62º | 0.24% | 0.58% | - |
| HSV(B) | 124.62º | 0.3% | 0.68% | - |
| XYZ | 26.93 | 35.92 | 25.25 | - |
| YUV | 152.98 | 112.77 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 174 | 126 | 0.30 | 0 | 0.28 | 0.32 | 124.62 | 0.24 | 0.58 |
| Hex | 7A | AE | 7E | 1E | 0 | 1C | 20 | 7D | 18 | 3A |
| Octal | 172 | 256 | 176 | 36 | 0 | 34 | 40 | 175 | 30 | 72 |
| Binary | 1111010 | 10101110 | 1111110 | 11110 | 0 | 11100 | 100000 | 1111101 | 11000 | 111010 |
Color Harmonies of #7AAE7E
Complementary color
Monochromatic Colors of #7AAE7E
Black with #7AAE7E
Text Example
Text Example
White with #7AAE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAE7E; }
p { color: rgb(122,174,126); }
H1.HeaderClassName
{
color: #7AAE7E;
}
.AnyTagClassName
{
color: #7AAE7E;
}
</style>
background-color css
<style>
a { background-color: #7AAE7E; }
a { background-color: rgb(122,174,126); }
div.DivClassName
{
background-color: #7AAE7E;
}
.BgClassName
{
background-color: #7AAE7E;
}
</style>
border-color css
<style>
span { border-color: #7AAE7E; }
span { border-color: rgb(122,174,126); }
td.TdClassName
{
border-color: #7AAE7E;
}
.TagClassName
{
border-color: #7AAE7E;
}
</style>