Shades of Asparagus #7AA756
Tints of Asparagus #7AA756
RGB
CMYK
RGB Variations
Color information
#7AA756 (or 0x7AA756) is known color: Asparagus. HEX triplet: 7A, A7 and 56. RGB value is (122,167,86). Sum of RGB (Red+Green+Blue) = 122+167+86=375 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.53% from 375); Green value is 167 (65.62% from 255 or 44.53% from 375); Blue value is 86 (33.98% from 255 or 22.93% from 375); Max value from RGB is 167 - color contains mainly: green. Hex color #7AA756 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA756 is #8558A9. Grayscale: #909090. Windows color (decimal): -8738986 or 5678970. OLE color: 5678970.
HSL color Cylindrical-coordinate representation of color #7AA756: hue angle of 93.33º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7AA756 is Cyan = 0.27, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 122 | 167 | 86 | - |
| CMYK | 0.27 | 0 | 0.49 | 0.35 |
| HSL | 93.33º | 0.32% | 0.5% | - |
| HSV(B) | 93.33º | 0.49% | 0.65% | - |
| XYZ | 23.52 | 32.45 | 13.83 | - |
| YUV | 144.31 | 95.09 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 167 | 86 | 0.27 | 0 | 0.49 | 0.35 | 93.33 | 0.32 | 0.5 |
| Hex | 7A | A7 | 56 | 1B | 0 | 31 | 23 | 5D | 20 | 32 |
| Octal | 172 | 247 | 126 | 33 | 0 | 61 | 43 | 135 | 40 | 62 |
| Binary | 1111010 | 10100111 | 1010110 | 11011 | 0 | 110001 | 100011 | 1011101 | 100000 | 110010 |
Color Harmonies of #7AA756
Complementary color
Monochromatic Colors of #7AA756
Black with #7AA756
Text Example
Text Example
White with #7AA756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA756; }
p { color: rgb(122,167,86); }
H1.HeaderClassName
{
color: #7AA756;
}
.AnyTagClassName
{
color: #7AA756;
}
</style>
background-color css
<style>
a { background-color: #7AA756; }
a { background-color: rgb(122,167,86); }
div.DivClassName
{
background-color: #7AA756;
}
.BgClassName
{
background-color: #7AA756;
}
</style>
border-color css
<style>
span { border-color: #7AA756; }
span { border-color: rgb(122,167,86); }
td.TdClassName
{
border-color: #7AA756;
}
.TagClassName
{
border-color: #7AA756;
}
</style>