Shades of Asparagus #7AAF50
Tints of Asparagus #7AAF50
RGB
CMYK
RGB Variations
Color information
#7AAF50 (or 0x7AAF50) is known color: Asparagus. HEX triplet: 7A, AF and 50. RGB value is (122,175,80). Sum of RGB (Red+Green+Blue) = 122+175+80=377 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.36% from 377); Green value is 175 (68.75% from 255 or 46.42% from 377); Blue value is 80 (31.64% from 255 or 21.22% from 377); Max value from RGB is 175 - color contains mainly: green. Hex color #7AAF50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAF50 is #8550AF. Grayscale: #949494. Windows color (decimal): -8736944 or 5287802. OLE color: 5287802.
HSL color Cylindrical-coordinate representation of color #7AAF50: hue angle of 93.47º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7AAF50 is Cyan = 0.30, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 122 | 175 | 80 | - |
| CMYK | 0.30 | 0 | 0.54 | 0.31 |
| HSL | 93.47º | 0.37% | 0.5% | - |
| HSV(B) | 93.47º | 0.54% | 0.69% | - |
| XYZ | 24.8 | 35.38 | 13.11 | - |
| YUV | 148.32 | 89.44 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 175 | 80 | 0.30 | 0 | 0.54 | 0.31 | 93.47 | 0.37 | 0.5 |
| Hex | 7A | AF | 50 | 1E | 0 | 36 | 1F | 5D | 25 | 32 |
| Octal | 172 | 257 | 120 | 36 | 0 | 66 | 37 | 135 | 45 | 62 |
| Binary | 1111010 | 10101111 | 1010000 | 11110 | 0 | 110110 | 11111 | 1011101 | 100101 | 110010 |
Color Harmonies of #7AAF50
Complementary color
Monochromatic Colors of #7AAF50
Black with #7AAF50
Text Example
Text Example
White with #7AAF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAF50; }
p { color: rgb(122,175,80); }
H1.HeaderClassName
{
color: #7AAF50;
}
.AnyTagClassName
{
color: #7AAF50;
}
</style>
background-color css
<style>
a { background-color: #7AAF50; }
a { background-color: rgb(122,175,80); }
div.DivClassName
{
background-color: #7AAF50;
}
.BgClassName
{
background-color: #7AAF50;
}
</style>
border-color css
<style>
span { border-color: #7AAF50; }
span { border-color: rgb(122,175,80); }
td.TdClassName
{
border-color: #7AAF50;
}
.TagClassName
{
border-color: #7AAF50;
}
</style>