Shades of Envy #7AAA7E
Tints of Envy #7AAA7E
RGB
CMYK
RGB Variations
Color information
#7AAA7E (or 0x7AAA7E) is known color: Envy. HEX triplet: 7A, AA and 7E. RGB value is (122,170,126). Sum of RGB (Red+Green+Blue) = 122+170+126=418 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.19% from 418); Green value is 170 (66.80% from 255 or 40.67% from 418); Blue value is 126 (49.61% from 255 or 30.14% from 418); Max value from RGB is 170 - color contains mainly: green. Hex color #7AAA7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAA7E is #855581. Grayscale: #969696. Windows color (decimal): -8738178 or 8301178. OLE color: 8301178.
HSL color Cylindrical-coordinate representation of color #7AAA7E: hue angle of 125º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7AAA7E is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 170 | 126 | - |
| CMYK | 0.28 | 0 | 0.26 | 0.33 |
| HSL | 125º | 0.22% | 0.57% | - |
| HSV(B) | 125º | 0.28% | 0.67% | - |
| XYZ | 26.17 | 34.39 | 25 | - |
| YUV | 150.63 | 114.1 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 170 | 126 | 0.28 | 0 | 0.26 | 0.33 | 125 | 0.22 | 0.57 |
| Hex | 7A | AA | 7E | 1C | 0 | 1A | 21 | 7D | 16 | 39 |
| Octal | 172 | 252 | 176 | 34 | 0 | 32 | 41 | 175 | 26 | 71 |
| Binary | 1111010 | 10101010 | 1111110 | 11100 | 0 | 11010 | 100001 | 1111101 | 10110 | 111001 |
Color Harmonies of #7AAA7E
Complementary color
Monochromatic Colors of #7AAA7E
Black with #7AAA7E
Text Example
Text Example
White with #7AAA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAA7E; }
p { color: rgb(122,170,126); }
H1.HeaderClassName
{
color: #7AAA7E;
}
.AnyTagClassName
{
color: #7AAA7E;
}
</style>
background-color css
<style>
a { background-color: #7AAA7E; }
a { background-color: rgb(122,170,126); }
div.DivClassName
{
background-color: #7AAA7E;
}
.BgClassName
{
background-color: #7AAA7E;
}
</style>
border-color css
<style>
span { border-color: #7AAA7E; }
span { border-color: rgb(122,170,126); }
td.TdClassName
{
border-color: #7AAA7E;
}
.TagClassName
{
border-color: #7AAA7E;
}
</style>