Shades of Envy #7AAB7D
Tints of Envy #7AAB7D
RGB
CMYK
RGB Variations
Color information
#7AAB7D (or 0x7AAB7D) is known color: Envy. HEX triplet: 7A, AB and 7D. RGB value is (122,171,125). Sum of RGB (Red+Green+Blue) = 122+171+125=418 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.19% from 418); Green value is 171 (67.19% from 255 or 40.91% from 418); Blue value is 125 (49.22% from 255 or 29.90% from 418); Max value from RGB is 171 - color contains mainly: green. Hex color #7AAB7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAB7D is #855482. Grayscale: #979797. Windows color (decimal): -8737923 or 8235898. OLE color: 8235898.
HSL color Cylindrical-coordinate representation of color #7AAB7D: hue angle of 123.67º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7AAB7D is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 171 | 125 | - |
| CMYK | 0.29 | 0 | 0.27 | 0.33 |
| HSL | 123.67º | 0.23% | 0.57% | - |
| HSV(B) | 123.67º | 0.29% | 0.67% | - |
| XYZ | 26.29 | 34.74 | 24.72 | - |
| YUV | 151.11 | 113.27 | 107.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 171 | 125 | 0.29 | 0 | 0.27 | 0.33 | 123.67 | 0.23 | 0.57 |
| Hex | 7A | AB | 7D | 1D | 0 | 1B | 21 | 7C | 17 | 39 |
| Octal | 172 | 253 | 175 | 35 | 0 | 33 | 41 | 174 | 27 | 71 |
| Binary | 1111010 | 10101011 | 1111101 | 11101 | 0 | 11011 | 100001 | 1111100 | 10111 | 111001 |
Color Harmonies of #7AAB7D
Complementary color
Monochromatic Colors of #7AAB7D
Black with #7AAB7D
Text Example
Text Example
White with #7AAB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAB7D; }
p { color: rgb(122,171,125); }
H1.HeaderClassName
{
color: #7AAB7D;
}
.AnyTagClassName
{
color: #7AAB7D;
}
</style>
background-color css
<style>
a { background-color: #7AAB7D; }
a { background-color: rgb(122,171,125); }
div.DivClassName
{
background-color: #7AAB7D;
}
.BgClassName
{
background-color: #7AAB7D;
}
</style>
border-color css
<style>
span { border-color: #7AAB7D; }
span { border-color: rgb(122,171,125); }
td.TdClassName
{
border-color: #7AAB7D;
}
.TagClassName
{
border-color: #7AAB7D;
}
</style>