Shades of Asparagus #7CA048
Tints of Asparagus #7CA048
RGB
CMYK
RGB Variations
Color information
#7CA048 (or 0x7CA048) is known color: Asparagus. HEX triplet: 7C, A0 and 48. RGB value is (124,160,72). Sum of RGB (Red+Green+Blue) = 124+160+72=356 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.83% from 356); Green value is 160 (62.89% from 255 or 44.94% from 356); Blue value is 72 (28.52% from 255 or 20.22% from 356); Max value from RGB is 160 - color contains mainly: green. Hex color #7CA048 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CA048 is #835FB7. Grayscale: #8B8B8B. Windows color (decimal): -8609720 or 4759676. OLE color: 4759676.
HSL color Cylindrical-coordinate representation of color #7CA048: hue angle of 84.55º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7CA048 is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 124 | 160 | 72 | - |
| CMYK | 0.22 | 0 | 0.55 | 0.37 |
| HSL | 84.55º | 0.38% | 0.45% | - |
| HSV(B) | 84.55º | 0.55% | 0.63% | - |
| XYZ | 22.05 | 29.89 | 10.74 | - |
| YUV | 139.2 | 90.07 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 160 | 72 | 0.22 | 0 | 0.55 | 0.37 | 84.55 | 0.38 | 0.45 |
| Hex | 7C | A0 | 48 | 16 | 0 | 37 | 25 | 55 | 26 | 2D |
| Octal | 174 | 240 | 110 | 26 | 0 | 67 | 45 | 125 | 46 | 55 |
| Binary | 1111100 | 10100000 | 1001000 | 10110 | 0 | 110111 | 100101 | 1010101 | 100110 | 101101 |
Color Harmonies of #7CA048
Complementary color
Monochromatic Colors of #7CA048
Black with #7CA048
Text Example
Text Example
White with #7CA048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA048; }
p { color: rgb(124,160,72); }
H1.HeaderClassName
{
color: #7CA048;
}
.AnyTagClassName
{
color: #7CA048;
}
</style>
background-color css
<style>
a { background-color: #7CA048; }
a { background-color: rgb(124,160,72); }
div.DivClassName
{
background-color: #7CA048;
}
.BgClassName
{
background-color: #7CA048;
}
</style>
border-color css
<style>
span { border-color: #7CA048; }
span { border-color: rgb(124,160,72); }
td.TdClassName
{
border-color: #7CA048;
}
.TagClassName
{
border-color: #7CA048;
}
</style>