Shades of Asparagus #7AA047
Tints of Asparagus #7AA047
RGB
CMYK
RGB Variations
Color information
#7AA047 (or 0x7AA047) is known color: Asparagus. HEX triplet: 7A, A0 and 47. RGB value is (122,160,71). Sum of RGB (Red+Green+Blue) = 122+160+71=353 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.56% from 353); Green value is 160 (62.89% from 255 or 45.33% from 353); Blue value is 71 (28.12% from 255 or 20.11% from 353); Max value from RGB is 160 - color contains mainly: green. Hex color #7AA047 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AA047 is #855FB8. Grayscale: #8A8A8A. Windows color (decimal): -8740793 or 4694138. OLE color: 4694138.
HSL color Cylindrical-coordinate representation of color #7AA047: hue angle of 85.62º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7AA047 is Cyan = 0.24, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 122 | 160 | 71 | - |
| CMYK | 0.24 | 0 | 0.56 | 0.37 |
| HSL | 85.62º | 0.39% | 0.45% | - |
| HSV(B) | 85.62º | 0.56% | 0.63% | - |
| XYZ | 21.73 | 29.73 | 10.55 | - |
| YUV | 138.49 | 89.91 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 160 | 71 | 0.24 | 0 | 0.56 | 0.37 | 85.62 | 0.39 | 0.45 |
| Hex | 7A | A0 | 47 | 18 | 0 | 38 | 25 | 56 | 27 | 2D |
| Octal | 172 | 240 | 107 | 30 | 0 | 70 | 45 | 126 | 47 | 55 |
| Binary | 1111010 | 10100000 | 1000111 | 11000 | 0 | 111000 | 100101 | 1010110 | 100111 | 101101 |
Color Harmonies of #7AA047
Complementary color
Monochromatic Colors of #7AA047
Black with #7AA047
Text Example
Text Example
White with #7AA047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA047; }
p { color: rgb(122,160,71); }
H1.HeaderClassName
{
color: #7AA047;
}
.AnyTagClassName
{
color: #7AA047;
}
</style>
background-color css
<style>
a { background-color: #7AA047; }
a { background-color: rgb(122,160,71); }
div.DivClassName
{
background-color: #7AA047;
}
.BgClassName
{
background-color: #7AA047;
}
</style>
border-color css
<style>
span { border-color: #7AA047; }
span { border-color: rgb(122,160,71); }
td.TdClassName
{
border-color: #7AA047;
}
.TagClassName
{
border-color: #7AA047;
}
</style>