Shades of Asparagus #7AA048
Tints of Asparagus #7AA048
RGB
CMYK
RGB Variations
Color information
#7AA048 (or 0x7AA048) is known color: Asparagus. HEX triplet: 7A, A0 and 48. RGB value is (122,160,72). Sum of RGB (Red+Green+Blue) = 122+160+72=354 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.46% from 354); Green value is 160 (62.89% from 255 or 45.20% from 354); Blue value is 72 (28.52% from 255 or 20.34% from 354); Max value from RGB is 160 - color contains mainly: green. Hex color #7AA048 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AA048 is #855FB7. Grayscale: #8A8A8A. Windows color (decimal): -8740792 or 4759674. OLE color: 4759674.
HSL color Cylindrical-coordinate representation of color #7AA048: hue angle of 85.91º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7AA048 is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 122 | 160 | 72 | - |
| CMYK | 0.24 | 0 | 0.55 | 0.37 |
| HSL | 85.91º | 0.38% | 0.45% | - |
| HSV(B) | 85.91º | 0.55% | 0.63% | - |
| XYZ | 21.77 | 29.75 | 10.73 | - |
| YUV | 138.61 | 90.41 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 160 | 72 | 0.24 | 0 | 0.55 | 0.37 | 85.91 | 0.38 | 0.45 |
| Hex | 7A | A0 | 48 | 18 | 0 | 37 | 25 | 56 | 26 | 2D |
| Octal | 172 | 240 | 110 | 30 | 0 | 67 | 45 | 126 | 46 | 55 |
| Binary | 1111010 | 10100000 | 1001000 | 11000 | 0 | 110111 | 100101 | 1010110 | 100110 | 101101 |
Color Harmonies of #7AA048
Complementary color
Monochromatic Colors of #7AA048
Black with #7AA048
Text Example
Text Example
White with #7AA048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA048; }
p { color: rgb(122,160,72); }
H1.HeaderClassName
{
color: #7AA048;
}
.AnyTagClassName
{
color: #7AA048;
}
</style>
background-color css
<style>
a { background-color: #7AA048; }
a { background-color: rgb(122,160,72); }
div.DivClassName
{
background-color: #7AA048;
}
.BgClassName
{
background-color: #7AA048;
}
</style>
border-color css
<style>
span { border-color: #7AA048; }
span { border-color: rgb(122,160,72); }
td.TdClassName
{
border-color: #7AA048;
}
.TagClassName
{
border-color: #7AA048;
}
</style>