Shades of Asparagus #7AA450
Tints of Asparagus #7AA450
RGB
CMYK
RGB Variations
Color information
#7AA450 (or 0x7AA450) is known color: Asparagus. HEX triplet: 7A, A4 and 50. RGB value is (122,164,80). Sum of RGB (Red+Green+Blue) = 122+164+80=366 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.33% from 366); Green value is 164 (64.45% from 255 or 44.81% from 366); Blue value is 80 (31.64% from 255 or 21.86% from 366); Max value from RGB is 164 - color contains mainly: green. Hex color #7AA450 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA450 is #855BAF. Grayscale: #8E8E8E. Windows color (decimal): -8739760 or 5284986. OLE color: 5284986.
HSL color Cylindrical-coordinate representation of color #7AA450: hue angle of 90º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AA450 is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 122 | 164 | 80 | - |
| CMYK | 0.26 | 0 | 0.51 | 0.36 |
| HSL | 90º | 0.34% | 0.48% | - |
| HSV(B) | 90º | 0.51% | 0.64% | - |
| XYZ | 22.75 | 31.27 | 12.43 | - |
| YUV | 141.87 | 93.09 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 164 | 80 | 0.26 | 0 | 0.51 | 0.36 | 90 | 0.34 | 0.48 |
| Hex | 7A | A4 | 50 | 1A | 0 | 33 | 24 | 5A | 22 | 30 |
| Octal | 172 | 244 | 120 | 32 | 0 | 63 | 44 | 132 | 42 | 60 |
| Binary | 1111010 | 10100100 | 1010000 | 11010 | 0 | 110011 | 100100 | 1011010 | 100010 | 110000 |
Color Harmonies of #7AA450
Complementary color
Monochromatic Colors of #7AA450
Black with #7AA450
Text Example
Text Example
White with #7AA450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA450; }
p { color: rgb(122,164,80); }
H1.HeaderClassName
{
color: #7AA450;
}
.AnyTagClassName
{
color: #7AA450;
}
</style>
background-color css
<style>
a { background-color: #7AA450; }
a { background-color: rgb(122,164,80); }
div.DivClassName
{
background-color: #7AA450;
}
.BgClassName
{
background-color: #7AA450;
}
</style>
border-color css
<style>
span { border-color: #7AA450; }
span { border-color: rgb(122,164,80); }
td.TdClassName
{
border-color: #7AA450;
}
.TagClassName
{
border-color: #7AA450;
}
</style>