Shades of Asparagus #7AAB50
Tints of Asparagus #7AAB50
RGB
CMYK
RGB Variations
Color information
#7AAB50 (or 0x7AAB50) is known color: Asparagus. HEX triplet: 7A, AB and 50. RGB value is (122,171,80). Sum of RGB (Red+Green+Blue) = 122+171+80=373 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.71% from 373); Green value is 171 (67.19% from 255 or 45.84% from 373); Blue value is 80 (31.64% from 255 or 21.45% from 373); Max value from RGB is 171 - color contains mainly: green. Hex color #7AAB50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAB50 is #8554AF. Grayscale: #929292. Windows color (decimal): -8737968 or 5286778. OLE color: 5286778.
HSL color Cylindrical-coordinate representation of color #7AAB50: hue angle of 92.31º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7AAB50 is Cyan = 0.29, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 171 | 80 | - |
| CMYK | 0.29 | 0 | 0.53 | 0.33 |
| HSL | 92.31º | 0.36% | 0.49% | - |
| HSV(B) | 92.31º | 0.53% | 0.67% | - |
| XYZ | 24.04 | 33.84 | 12.85 | - |
| YUV | 145.98 | 90.77 | 110.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 171 | 80 | 0.29 | 0 | 0.53 | 0.33 | 92.31 | 0.36 | 0.49 |
| Hex | 7A | AB | 50 | 1D | 0 | 35 | 21 | 5C | 24 | 31 |
| Octal | 172 | 253 | 120 | 35 | 0 | 65 | 41 | 134 | 44 | 61 |
| Binary | 1111010 | 10101011 | 1010000 | 11101 | 0 | 110101 | 100001 | 1011100 | 100100 | 110001 |
Color Harmonies of #7AAB50
Complementary color
Monochromatic Colors of #7AAB50
Black with #7AAB50
Text Example
Text Example
White with #7AAB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAB50; }
p { color: rgb(122,171,80); }
H1.HeaderClassName
{
color: #7AAB50;
}
.AnyTagClassName
{
color: #7AAB50;
}
</style>
background-color css
<style>
a { background-color: #7AAB50; }
a { background-color: rgb(122,171,80); }
div.DivClassName
{
background-color: #7AAB50;
}
.BgClassName
{
background-color: #7AAB50;
}
</style>
border-color css
<style>
span { border-color: #7AAB50; }
span { border-color: rgb(122,171,80); }
td.TdClassName
{
border-color: #7AAB50;
}
.TagClassName
{
border-color: #7AAB50;
}
</style>