Shades of Asparagus #7A9956
Tints of Asparagus #7A9956
RGB
CMYK
RGB Variations
Color information
#7A9956 (or 0x7A9956) is known color: Asparagus. HEX triplet: 7A, 99 and 56. RGB value is (122,153,86). Sum of RGB (Red+Green+Blue) = 122+153+86=361 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.80% from 361); Green value is 153 (60.16% from 255 or 42.38% from 361); Blue value is 86 (33.98% from 255 or 23.82% from 361); Max value from RGB is 153 - color contains mainly: green. Hex color #7A9956 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A9956 is #8566A9. Grayscale: #888888. Windows color (decimal): -8742570 or 5675386. OLE color: 5675386.
HSL color Cylindrical-coordinate representation of color #7A9956: hue angle of 87.76º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7A9956 is Cyan = 0.20, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 122 | 153 | 86 | - |
| CMYK | 0.20 | 0 | 0.44 | 0.4 |
| HSL | 87.76º | 0.28% | 0.47% | - |
| HSV(B) | 87.76º | 0.44% | 0.6% | - |
| XYZ | 21.1 | 27.59 | 13.02 | - |
| YUV | 136.09 | 99.73 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 153 | 86 | 0.20 | 0 | 0.44 | 0.4 | 87.76 | 0.28 | 0.47 |
| Hex | 7A | 99 | 56 | 14 | 0 | 2C | 28 | 58 | 1C | 2F |
| Octal | 172 | 231 | 126 | 24 | 0 | 54 | 50 | 130 | 34 | 57 |
| Binary | 1111010 | 10011001 | 1010110 | 10100 | 0 | 101100 | 101000 | 1011000 | 11100 | 101111 |
Color Harmonies of #7A9956
Complementary color
Monochromatic Colors of #7A9956
Black with #7A9956
Text Example
Text Example
White with #7A9956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9956; }
p { color: rgb(122,153,86); }
H1.HeaderClassName
{
color: #7A9956;
}
.AnyTagClassName
{
color: #7A9956;
}
</style>
background-color css
<style>
a { background-color: #7A9956; }
a { background-color: rgb(122,153,86); }
div.DivClassName
{
background-color: #7A9956;
}
.BgClassName
{
background-color: #7A9956;
}
</style>
border-color css
<style>
span { border-color: #7A9956; }
span { border-color: rgb(122,153,86); }
td.TdClassName
{
border-color: #7A9956;
}
.TagClassName
{
border-color: #7A9956;
}
</style>