Shades of Envy #7AAD7D
Tints of Envy #7AAD7D
RGB
CMYK
RGB Variations
Color information
#7AAD7D (or 0x7AAD7D) is known color: Envy. HEX triplet: 7A, AD and 7D. RGB value is (122,173,125). Sum of RGB (Red+Green+Blue) = 122+173+125=420 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.05% from 420); Green value is 173 (67.97% from 255 or 41.19% from 420); Blue value is 125 (49.22% from 255 or 29.76% from 420); Max value from RGB is 173 - color contains mainly: green. Hex color #7AAD7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAD7D is #855282. Grayscale: #989898. Windows color (decimal): -8737411 or 8236410. OLE color: 8236410.
HSL color Cylindrical-coordinate representation of color #7AAD7D: hue angle of 123.53º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7AAD7D is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 122 | 173 | 125 | - |
| CMYK | 0.29 | 0 | 0.28 | 0.32 |
| HSL | 123.53º | 0.24% | 0.58% | - |
| HSV(B) | 123.53º | 0.29% | 0.68% | - |
| XYZ | 26.67 | 35.51 | 24.85 | - |
| YUV | 152.28 | 112.6 | 106.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 173 | 125 | 0.29 | 0 | 0.28 | 0.32 | 123.53 | 0.24 | 0.58 |
| Hex | 7A | AD | 7D | 1D | 0 | 1C | 20 | 7C | 18 | 3A |
| Octal | 172 | 255 | 175 | 35 | 0 | 34 | 40 | 174 | 30 | 72 |
| Binary | 1111010 | 10101101 | 1111101 | 11101 | 0 | 11100 | 100000 | 1111100 | 11000 | 111010 |
Color Harmonies of #7AAD7D
Complementary color
Monochromatic Colors of #7AAD7D
Black with #7AAD7D
Text Example
Text Example
White with #7AAD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAD7D; }
p { color: rgb(122,173,125); }
H1.HeaderClassName
{
color: #7AAD7D;
}
.AnyTagClassName
{
color: #7AAD7D;
}
</style>
background-color css
<style>
a { background-color: #7AAD7D; }
a { background-color: rgb(122,173,125); }
div.DivClassName
{
background-color: #7AAD7D;
}
.BgClassName
{
background-color: #7AAD7D;
}
</style>
border-color css
<style>
span { border-color: #7AAD7D; }
span { border-color: rgb(122,173,125); }
td.TdClassName
{
border-color: #7AAD7D;
}
.TagClassName
{
border-color: #7AAD7D;
}
</style>