Shades of Asparagus #7AA560
Tints of Asparagus #7AA560
RGB
CMYK
RGB Variations
Color information
#7AA560 (or 0x7AA560) is known color: Asparagus. HEX triplet: 7A, A5 and 60. RGB value is (122,165,96). Sum of RGB (Red+Green+Blue) = 122+165+96=383 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.85% from 383); Green value is 165 (64.84% from 255 or 43.08% from 383); Blue value is 96 (37.89% from 255 or 25.07% from 383); Max value from RGB is 165 - color contains mainly: green. Hex color #7AA560 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA560 is #855A9F. Grayscale: #909090. Windows color (decimal): -8739488 or 6333818. OLE color: 6333818.
HSL color Cylindrical-coordinate representation of color #7AA560: hue angle of 97.39º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7AA560 is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 122 | 165 | 96 | - |
| CMYK | 0.26 | 0 | 0.42 | 0.35 |
| HSL | 97.39º | 0.28% | 0.51% | - |
| HSV(B) | 97.39º | 0.42% | 0.65% | - |
| XYZ | 23.59 | 31.89 | 15.98 | - |
| YUV | 144.28 | 100.75 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 165 | 96 | 0.26 | 0 | 0.42 | 0.35 | 97.39 | 0.28 | 0.51 |
| Hex | 7A | A5 | 60 | 1A | 0 | 2A | 23 | 61 | 1C | 33 |
| Octal | 172 | 245 | 140 | 32 | 0 | 52 | 43 | 141 | 34 | 63 |
| Binary | 1111010 | 10100101 | 1100000 | 11010 | 0 | 101010 | 100011 | 1100001 | 11100 | 110011 |
Color Harmonies of #7AA560
Complementary color
Monochromatic Colors of #7AA560
Black with #7AA560
Text Example
Text Example
White with #7AA560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA560; }
p { color: rgb(122,165,96); }
H1.HeaderClassName
{
color: #7AA560;
}
.AnyTagClassName
{
color: #7AA560;
}
</style>
background-color css
<style>
a { background-color: #7AA560; }
a { background-color: rgb(122,165,96); }
div.DivClassName
{
background-color: #7AA560;
}
.BgClassName
{
background-color: #7AA560;
}
</style>
border-color css
<style>
span { border-color: #7AA560; }
span { border-color: rgb(122,165,96); }
td.TdClassName
{
border-color: #7AA560;
}
.TagClassName
{
border-color: #7AA560;
}
</style>