Shades of Asparagus #7CA160
Tints of Asparagus #7CA160
RGB
CMYK
RGB Variations
Color information
#7CA160 (or 0x7CA160) is known color: Asparagus. HEX triplet: 7C, A1 and 60. RGB value is (124,161,96). Sum of RGB (Red+Green+Blue) = 124+161+96=381 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.55% from 381); Green value is 161 (63.28% from 255 or 42.26% from 381); Blue value is 96 (37.89% from 255 or 25.20% from 381); Max value from RGB is 161 - color contains mainly: green. Hex color #7CA160 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CA160 is #835E9F. Grayscale: #8E8E8E. Windows color (decimal): -8609440 or 6332796. OLE color: 6332796.
HSL color Cylindrical-coordinate representation of color #7CA160: hue angle of 94.15º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7CA160 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 124 | 161 | 96 | - |
| CMYK | 0.23 | 0 | 0.40 | 0.37 |
| HSL | 94.15º | 0.26% | 0.5% | - |
| HSV(B) | 94.15º | 0.4% | 0.63% | - |
| XYZ | 23.17 | 30.62 | 15.76 | - |
| YUV | 142.53 | 101.74 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 161 | 96 | 0.23 | 0 | 0.40 | 0.37 | 94.15 | 0.26 | 0.5 |
| Hex | 7C | A1 | 60 | 17 | 0 | 28 | 25 | 5E | 1A | 32 |
| Octal | 174 | 241 | 140 | 27 | 0 | 50 | 45 | 136 | 32 | 62 |
| Binary | 1111100 | 10100001 | 1100000 | 10111 | 0 | 101000 | 100101 | 1011110 | 11010 | 110010 |
Color Harmonies of #7CA160
Complementary color
Monochromatic Colors of #7CA160
Black with #7CA160
Text Example
Text Example
White with #7CA160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA160; }
p { color: rgb(124,161,96); }
H1.HeaderClassName
{
color: #7CA160;
}
.AnyTagClassName
{
color: #7CA160;
}
</style>
background-color css
<style>
a { background-color: #7CA160; }
a { background-color: rgb(124,161,96); }
div.DivClassName
{
background-color: #7CA160;
}
.BgClassName
{
background-color: #7CA160;
}
</style>
border-color css
<style>
span { border-color: #7CA160; }
span { border-color: rgb(124,161,96); }
td.TdClassName
{
border-color: #7CA160;
}
.TagClassName
{
border-color: #7CA160;
}
</style>