Shades of Asparagus #7CA147
Tints of Asparagus #7CA147
RGB
CMYK
RGB Variations
Color information
#7CA147 (or 0x7CA147) is known color: Asparagus. HEX triplet: 7C, A1 and 47. RGB value is (124,161,71). Sum of RGB (Red+Green+Blue) = 124+161+71=356 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.83% from 356); Green value is 161 (63.28% from 255 or 45.22% from 356); Blue value is 71 (28.12% from 255 or 19.94% from 356); Max value from RGB is 161 - color contains mainly: green. Hex color #7CA147 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CA147 is #835EB8. Grayscale: #8C8C8C. Windows color (decimal): -8609465 or 4694396. OLE color: 4694396.
HSL color Cylindrical-coordinate representation of color #7CA147: hue angle of 84.67º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7CA147 is Cyan = 0.23, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 124 | 161 | 71 | - |
| CMYK | 0.23 | 0 | 0.56 | 0.37 |
| HSL | 84.67º | 0.39% | 0.45% | - |
| HSV(B) | 84.67º | 0.56% | 0.63% | - |
| XYZ | 22.19 | 30.23 | 10.63 | - |
| YUV | 139.68 | 89.24 | 116.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 161 | 71 | 0.23 | 0 | 0.56 | 0.37 | 84.67 | 0.39 | 0.45 |
| Hex | 7C | A1 | 47 | 17 | 0 | 38 | 25 | 55 | 27 | 2D |
| Octal | 174 | 241 | 107 | 27 | 0 | 70 | 45 | 125 | 47 | 55 |
| Binary | 1111100 | 10100001 | 1000111 | 10111 | 0 | 111000 | 100101 | 1010101 | 100111 | 101101 |
Color Harmonies of #7CA147
Complementary color
Monochromatic Colors of #7CA147
Black with #7CA147
Text Example
Text Example
White with #7CA147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA147; }
p { color: rgb(124,161,71); }
H1.HeaderClassName
{
color: #7CA147;
}
.AnyTagClassName
{
color: #7CA147;
}
</style>
background-color css
<style>
a { background-color: #7CA147; }
a { background-color: rgb(124,161,71); }
div.DivClassName
{
background-color: #7CA147;
}
.BgClassName
{
background-color: #7CA147;
}
</style>
border-color css
<style>
span { border-color: #7CA147; }
span { border-color: rgb(124,161,71); }
td.TdClassName
{
border-color: #7CA147;
}
.TagClassName
{
border-color: #7CA147;
}
</style>