Shades of Envy #7AAD7B
Tints of Envy #7AAD7B
RGB
CMYK
RGB Variations
Color information
#7AAD7B (or 0x7AAD7B) is known color: Envy. HEX triplet: 7A, AD and 7B. RGB value is (122,173,123). Sum of RGB (Red+Green+Blue) = 122+173+123=418 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.19% from 418); Green value is 173 (67.97% from 255 or 41.39% from 418); Blue value is 123 (48.44% from 255 or 29.43% from 418); Max value from RGB is 173 - color contains mainly: green. Hex color #7AAD7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAD7B is #855284. Grayscale: #989898. Windows color (decimal): -8737413 or 8105338. OLE color: 8105338.
HSL color Cylindrical-coordinate representation of color #7AAD7B: hue angle of 121.18º 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 #7AAD7B is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 122 | 173 | 123 | - |
| CMYK | 0.29 | 0 | 0.29 | 0.32 |
| HSL | 121.18º | 0.24% | 0.58% | - |
| HSV(B) | 121.18º | 0.29% | 0.68% | - |
| XYZ | 26.54 | 35.45 | 24.18 | - |
| YUV | 152.05 | 111.6 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 173 | 123 | 0.29 | 0 | 0.29 | 0.32 | 121.18 | 0.24 | 0.58 |
| Hex | 7A | AD | 7B | 1D | 0 | 1D | 20 | 79 | 18 | 3A |
| Octal | 172 | 255 | 173 | 35 | 0 | 35 | 40 | 171 | 30 | 72 |
| Binary | 1111010 | 10101101 | 1111011 | 11101 | 0 | 11101 | 100000 | 1111001 | 11000 | 111010 |
Color Harmonies of #7AAD7B
Complementary color
Monochromatic Colors of #7AAD7B
Black with #7AAD7B
Text Example
Text Example
White with #7AAD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAD7B; }
p { color: rgb(122,173,123); }
H1.HeaderClassName
{
color: #7AAD7B;
}
.AnyTagClassName
{
color: #7AAD7B;
}
</style>
background-color css
<style>
a { background-color: #7AAD7B; }
a { background-color: rgb(122,173,123); }
div.DivClassName
{
background-color: #7AAD7B;
}
.BgClassName
{
background-color: #7AAD7B;
}
</style>
border-color css
<style>
span { border-color: #7AAD7B; }
span { border-color: rgb(122,173,123); }
td.TdClassName
{
border-color: #7AAD7B;
}
.TagClassName
{
border-color: #7AAD7B;
}
</style>