Shades of Envy #7AAA7F
Tints of Envy #7AAA7F
RGB
CMYK
RGB Variations
Color information
#7AAA7F (or 0x7AAA7F) is known color: Envy. HEX triplet: 7A, AA and 7F. RGB value is (122,170,127). Sum of RGB (Red+Green+Blue) = 122+170+127=419 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.12% from 419); Green value is 170 (66.80% from 255 or 40.57% from 419); Blue value is 127 (50% from 255 or 30.31% from 419); Max value from RGB is 170 - color contains mainly: green. Hex color #7AAA7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAA7F is #855580. Grayscale: #969696. Windows color (decimal): -8738177 or 8366714. OLE color: 8366714.
HSL color Cylindrical-coordinate representation of color #7AAA7F: hue angle of 126.25º 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 #7AAA7F is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 170 | 127 | - |
| CMYK | 0.28 | 0 | 0.25 | 0.33 |
| HSL | 126.25º | 0.22% | 0.57% | - |
| HSV(B) | 126.25º | 0.28% | 0.67% | - |
| XYZ | 26.23 | 34.42 | 25.34 | - |
| YUV | 150.75 | 114.6 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 170 | 127 | 0.28 | 0 | 0.25 | 0.33 | 126.25 | 0.22 | 0.57 |
| Hex | 7A | AA | 7F | 1C | 0 | 19 | 21 | 7E | 16 | 39 |
| Octal | 172 | 252 | 177 | 34 | 0 | 31 | 41 | 176 | 26 | 71 |
| Binary | 1111010 | 10101010 | 1111111 | 11100 | 0 | 11001 | 100001 | 1111110 | 10110 | 111001 |
Color Harmonies of #7AAA7F
Complementary color
Monochromatic Colors of #7AAA7F
Black with #7AAA7F
Text Example
Text Example
White with #7AAA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAA7F; }
p { color: rgb(122,170,127); }
H1.HeaderClassName
{
color: #7AAA7F;
}
.AnyTagClassName
{
color: #7AAA7F;
}
</style>
background-color css
<style>
a { background-color: #7AAA7F; }
a { background-color: rgb(122,170,127); }
div.DivClassName
{
background-color: #7AAA7F;
}
.BgClassName
{
background-color: #7AAA7F;
}
</style>
border-color css
<style>
span { border-color: #7AAA7F; }
span { border-color: rgb(122,170,127); }
td.TdClassName
{
border-color: #7AAA7F;
}
.TagClassName
{
border-color: #7AAA7F;
}
</style>