Shades of Asparagus #7AAF56
Tints of Asparagus #7AAF56
RGB
CMYK
RGB Variations
Color information
#7AAF56 (or 0x7AAF56) is known color: Asparagus. HEX triplet: 7A, AF and 56. RGB value is (122,175,86). Sum of RGB (Red+Green+Blue) = 122+175+86=383 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.85% from 383); Green value is 175 (68.75% from 255 or 45.69% from 383); Blue value is 86 (33.98% from 255 or 22.45% from 383); Max value from RGB is 175 - color contains mainly: green. Hex color #7AAF56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAF56 is #8550A9. Grayscale: #959595. Windows color (decimal): -8736938 or 5681018. OLE color: 5681018.
HSL color Cylindrical-coordinate representation of color #7AAF56: hue angle of 95.73º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AAF56 is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 122 | 175 | 86 | - |
| CMYK | 0.30 | 0 | 0.51 | 0.31 |
| HSL | 95.73º | 0.36% | 0.51% | - |
| HSV(B) | 95.73º | 0.51% | 0.69% | - |
| XYZ | 25.04 | 35.47 | 14.33 | - |
| YUV | 149.01 | 92.44 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 175 | 86 | 0.30 | 0 | 0.51 | 0.31 | 95.73 | 0.36 | 0.51 |
| Hex | 7A | AF | 56 | 1E | 0 | 33 | 1F | 60 | 24 | 33 |
| Octal | 172 | 257 | 126 | 36 | 0 | 63 | 37 | 140 | 44 | 63 |
| Binary | 1111010 | 10101111 | 1010110 | 11110 | 0 | 110011 | 11111 | 1100000 | 100100 | 110011 |
Color Harmonies of #7AAF56
Complementary color
Monochromatic Colors of #7AAF56
Black with #7AAF56
Text Example
Text Example
White with #7AAF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAF56; }
p { color: rgb(122,175,86); }
H1.HeaderClassName
{
color: #7AAF56;
}
.AnyTagClassName
{
color: #7AAF56;
}
</style>
background-color css
<style>
a { background-color: #7AAF56; }
a { background-color: rgb(122,175,86); }
div.DivClassName
{
background-color: #7AAF56;
}
.BgClassName
{
background-color: #7AAF56;
}
</style>
border-color css
<style>
span { border-color: #7AAF56; }
span { border-color: rgb(122,175,86); }
td.TdClassName
{
border-color: #7AAF56;
}
.TagClassName
{
border-color: #7AAF56;
}
</style>