Shades of Asparagus #7AA059
Tints of Asparagus #7AA059
RGB
CMYK
RGB Variations
Color information
#7AA059 (or 0x7AA059) is known color: Asparagus. HEX triplet: 7A, A0 and 59. RGB value is (122,160,89). Sum of RGB (Red+Green+Blue) = 122+160+89=371 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.88% from 371); Green value is 160 (62.89% from 255 or 43.13% from 371); Blue value is 89 (35.16% from 255 or 23.99% from 371); Max value from RGB is 160 - color contains mainly: green. Hex color #7AA059 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA059 is #855FA6. Grayscale: #8C8C8C. Windows color (decimal): -8740775 or 5873786. OLE color: 5873786.
HSL color Cylindrical-coordinate representation of color #7AA059: hue angle of 92.11º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7AA059 is Cyan = 0.24, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 122 | 160 | 89 | - |
| CMYK | 0.24 | 0 | 0.44 | 0.37 |
| HSL | 92.11º | 0.29% | 0.49% | - |
| HSV(B) | 92.11º | 0.44% | 0.63% | - |
| XYZ | 22.4 | 30 | 14.06 | - |
| YUV | 140.54 | 98.91 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 160 | 89 | 0.24 | 0 | 0.44 | 0.37 | 92.11 | 0.29 | 0.49 |
| Hex | 7A | A0 | 59 | 18 | 0 | 2C | 25 | 5C | 1D | 31 |
| Octal | 172 | 240 | 131 | 30 | 0 | 54 | 45 | 134 | 35 | 61 |
| Binary | 1111010 | 10100000 | 1011001 | 11000 | 0 | 101100 | 100101 | 1011100 | 11101 | 110001 |
Color Harmonies of #7AA059
Complementary color
Monochromatic Colors of #7AA059
Black with #7AA059
Text Example
Text Example
White with #7AA059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA059; }
p { color: rgb(122,160,89); }
H1.HeaderClassName
{
color: #7AA059;
}
.AnyTagClassName
{
color: #7AA059;
}
</style>
background-color css
<style>
a { background-color: #7AA059; }
a { background-color: rgb(122,160,89); }
div.DivClassName
{
background-color: #7AA059;
}
.BgClassName
{
background-color: #7AA059;
}
</style>
border-color css
<style>
span { border-color: #7AA059; }
span { border-color: rgb(122,160,89); }
td.TdClassName
{
border-color: #7AA059;
}
.TagClassName
{
border-color: #7AA059;
}
</style>