Shades of Asparagus #7AAD4A
Tints of Asparagus #7AAD4A
RGB
CMYK
RGB Variations
Color information
#7AAD4A (or 0x7AAD4A) is known color: Asparagus. HEX triplet: 7A, AD and 4A. RGB value is (122,173,74). Sum of RGB (Red+Green+Blue) = 122+173+74=369 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.06% from 369); Green value is 173 (67.97% from 255 or 46.88% from 369); Blue value is 74 (29.30% from 255 or 20.05% from 369); Max value from RGB is 173 - color contains mainly: green. Hex color #7AAD4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AAD4A is #8552B5. Grayscale: #929292. Windows color (decimal): -8737462 or 4894074. OLE color: 4894074.
HSL color Cylindrical-coordinate representation of color #7AAD4A: hue angle of 90.91º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7AAD4A is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 122 | 173 | 74 | - |
| CMYK | 0.29 | 0 | 0.57 | 0.32 |
| HSL | 90.91º | 0.4% | 0.48% | - |
| HSV(B) | 90.91º | 0.57% | 0.68% | - |
| XYZ | 24.21 | 34.52 | 11.87 | - |
| YUV | 146.47 | 87.1 | 110.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 173 | 74 | 0.29 | 0 | 0.57 | 0.32 | 90.91 | 0.4 | 0.48 |
| Hex | 7A | AD | 4A | 1D | 0 | 39 | 20 | 5B | 28 | 30 |
| Octal | 172 | 255 | 112 | 35 | 0 | 71 | 40 | 133 | 50 | 60 |
| Binary | 1111010 | 10101101 | 1001010 | 11101 | 0 | 111001 | 100000 | 1011011 | 101000 | 110000 |
Color Harmonies of #7AAD4A
Complementary color
Monochromatic Colors of #7AAD4A
Black with #7AAD4A
Text Example
Text Example
White with #7AAD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAD4A; }
p { color: rgb(122,173,74); }
H1.HeaderClassName
{
color: #7AAD4A;
}
.AnyTagClassName
{
color: #7AAD4A;
}
</style>
background-color css
<style>
a { background-color: #7AAD4A; }
a { background-color: rgb(122,173,74); }
div.DivClassName
{
background-color: #7AAD4A;
}
.BgClassName
{
background-color: #7AAD4A;
}
</style>
border-color css
<style>
span { border-color: #7AAD4A; }
span { border-color: rgb(122,173,74); }
td.TdClassName
{
border-color: #7AAD4A;
}
.TagClassName
{
border-color: #7AAD4A;
}
</style>