Shades of Asparagus #7AA149
Tints of Asparagus #7AA149
RGB
CMYK
RGB Variations
Color information
#7AA149 (or 0x7AA149) is known color: Asparagus. HEX triplet: 7A, A1 and 49. RGB value is (122,161,73). Sum of RGB (Red+Green+Blue) = 122+161+73=356 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.27% from 356); Green value is 161 (63.28% from 255 or 45.22% from 356); Blue value is 73 (28.91% from 255 or 20.51% from 356); Max value from RGB is 161 - color contains mainly: green. Hex color #7AA149 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AA149 is #855EB6. Grayscale: #8B8B8B. Windows color (decimal): -8740535 or 4825466. OLE color: 4825466.
HSL color Cylindrical-coordinate representation of color #7AA149: hue angle of 86.59º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7AA149 is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 122 | 161 | 73 | - |
| CMYK | 0.24 | 0 | 0.55 | 0.37 |
| HSL | 86.59º | 0.38% | 0.46% | - |
| HSV(B) | 86.59º | 0.55% | 0.63% | - |
| XYZ | 21.97 | 30.11 | 10.96 | - |
| YUV | 139.31 | 90.58 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 161 | 73 | 0.24 | 0 | 0.55 | 0.37 | 86.59 | 0.38 | 0.46 |
| Hex | 7A | A1 | 49 | 18 | 0 | 37 | 25 | 57 | 26 | 2E |
| Octal | 172 | 241 | 111 | 30 | 0 | 67 | 45 | 127 | 46 | 56 |
| Binary | 1111010 | 10100001 | 1001001 | 11000 | 0 | 110111 | 100101 | 1010111 | 100110 | 101110 |
Color Harmonies of #7AA149
Complementary color
Monochromatic Colors of #7AA149
Black with #7AA149
Text Example
Text Example
White with #7AA149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA149; }
p { color: rgb(122,161,73); }
H1.HeaderClassName
{
color: #7AA149;
}
.AnyTagClassName
{
color: #7AA149;
}
</style>
background-color css
<style>
a { background-color: #7AA149; }
a { background-color: rgb(122,161,73); }
div.DivClassName
{
background-color: #7AA149;
}
.BgClassName
{
background-color: #7AA149;
}
</style>
border-color css
<style>
span { border-color: #7AA149; }
span { border-color: rgb(122,161,73); }
td.TdClassName
{
border-color: #7AA149;
}
.TagClassName
{
border-color: #7AA149;
}
</style>