Shades of Asparagus #7C9956
Tints of Asparagus #7C9956
RGB
CMYK
RGB Variations
Color information
#7C9956 (or 0x7C9956) is known color: Asparagus. HEX triplet: 7C, 99 and 56. RGB value is (124,153,86). Sum of RGB (Red+Green+Blue) = 124+153+86=363 (48% of max value = 765). Red value is 124 (48.83% from 255 or 34.16% from 363); Green value is 153 (60.16% from 255 or 42.15% from 363); Blue value is 86 (33.98% from 255 or 23.69% from 363); Max value from RGB is 153 - color contains mainly: green. Hex color #7C9956 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C9956 is #8366A9. Grayscale: #888888. Windows color (decimal): -8611498 or 5675388. OLE color: 5675388.
HSL color Cylindrical-coordinate representation of color #7C9956: hue angle of 85.97º 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 #7C9956 is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 124 | 153 | 86 | - |
| CMYK | 0.19 | 0 | 0.44 | 0.4 |
| HSL | 85.97º | 0.28% | 0.47% | - |
| HSV(B) | 85.97º | 0.44% | 0.6% | - |
| XYZ | 21.38 | 27.74 | 13.03 | - |
| YUV | 136.69 | 99.39 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 153 | 86 | 0.19 | 0 | 0.44 | 0.4 | 85.97 | 0.28 | 0.47 |
| Hex | 7C | 99 | 56 | 13 | 0 | 2C | 28 | 56 | 1C | 2F |
| Octal | 174 | 231 | 126 | 23 | 0 | 54 | 50 | 126 | 34 | 57 |
| Binary | 1111100 | 10011001 | 1010110 | 10011 | 0 | 101100 | 101000 | 1010110 | 11100 | 101111 |
Color Harmonies of #7C9956
Complementary color
Monochromatic Colors of #7C9956
Black with #7C9956
Text Example
Text Example
White with #7C9956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9956; }
p { color: rgb(124,153,86); }
H1.HeaderClassName
{
color: #7C9956;
}
.AnyTagClassName
{
color: #7C9956;
}
</style>
background-color css
<style>
a { background-color: #7C9956; }
a { background-color: rgb(124,153,86); }
div.DivClassName
{
background-color: #7C9956;
}
.BgClassName
{
background-color: #7C9956;
}
</style>
border-color css
<style>
span { border-color: #7C9956; }
span { border-color: rgb(124,153,86); }
td.TdClassName
{
border-color: #7C9956;
}
.TagClassName
{
border-color: #7C9956;
}
</style>