Shades of Asparagus #7AA050
Tints of Asparagus #7AA050
RGB
CMYK
RGB Variations
Color information
#7AA050 (or 0x7AA050) is known color: Asparagus. HEX triplet: 7A, A0 and 50. RGB value is (122,160,80). Sum of RGB (Red+Green+Blue) = 122+160+80=362 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.70% from 362); Green value is 160 (62.89% from 255 or 44.20% from 362); Blue value is 80 (31.64% from 255 or 22.10% from 362); Max value from RGB is 160 - color contains mainly: green. Hex color #7AA050 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA050 is #855FAF. Grayscale: #8B8B8B. Windows color (decimal): -8740784 or 5283962. OLE color: 5283962.
HSL color Cylindrical-coordinate representation of color #7AA050: hue angle of 88.5º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7AA050 is Cyan = 0.24, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 122 | 160 | 80 | - |
| CMYK | 0.24 | 0 | 0.5 | 0.37 |
| HSL | 88.5º | 0.33% | 0.47% | - |
| HSV(B) | 88.5º | 0.5% | 0.63% | - |
| XYZ | 22.04 | 29.86 | 12.19 | - |
| YUV | 139.52 | 94.41 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 160 | 80 | 0.24 | 0 | 0.5 | 0.37 | 88.5 | 0.33 | 0.47 |
| Hex | 7A | A0 | 50 | 18 | 0 | 32 | 25 | 58 | 21 | 2F |
| Octal | 172 | 240 | 120 | 30 | 0 | 62 | 45 | 130 | 41 | 57 |
| Binary | 1111010 | 10100000 | 1010000 | 11000 | 0 | 110010 | 100101 | 1011000 | 100001 | 101111 |
Color Harmonies of #7AA050
Complementary color
Monochromatic Colors of #7AA050
Black with #7AA050
Text Example
Text Example
White with #7AA050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA050; }
p { color: rgb(122,160,80); }
H1.HeaderClassName
{
color: #7AA050;
}
.AnyTagClassName
{
color: #7AA050;
}
</style>
background-color css
<style>
a { background-color: #7AA050; }
a { background-color: rgb(122,160,80); }
div.DivClassName
{
background-color: #7AA050;
}
.BgClassName
{
background-color: #7AA050;
}
</style>
border-color css
<style>
span { border-color: #7AA050; }
span { border-color: rgb(122,160,80); }
td.TdClassName
{
border-color: #7AA050;
}
.TagClassName
{
border-color: #7AA050;
}
</style>