Shades of Asparagus #7CA251
Tints of Asparagus #7CA251
RGB
CMYK
RGB Variations
Color information
#7CA251 (or 0x7CA251) is known color: Asparagus. HEX triplet: 7C, A2 and 51. RGB value is (124,162,81). Sum of RGB (Red+Green+Blue) = 124+162+81=367 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.79% from 367); Green value is 162 (63.67% from 255 or 44.14% from 367); Blue value is 81 (32.03% from 255 or 22.07% from 367); Max value from RGB is 162 - color contains mainly: green. Hex color #7CA251 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CA251 is #835DAE. Grayscale: #8D8D8D. Windows color (decimal): -8609199 or 5350012. OLE color: 5350012.
HSL color Cylindrical-coordinate representation of color #7CA251: hue angle of 88.15º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7CA251 is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 124 | 162 | 81 | - |
| CMYK | 0.23 | 0 | 0.50 | 0.36 |
| HSL | 88.15º | 0.33% | 0.48% | - |
| HSV(B) | 88.15º | 0.5% | 0.64% | - |
| XYZ | 22.72 | 30.72 | 12.52 | - |
| YUV | 141.4 | 93.91 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 162 | 81 | 0.23 | 0 | 0.50 | 0.36 | 88.15 | 0.33 | 0.48 |
| Hex | 7C | A2 | 51 | 17 | 0 | 32 | 24 | 58 | 21 | 30 |
| Octal | 174 | 242 | 121 | 27 | 0 | 62 | 44 | 130 | 41 | 60 |
| Binary | 1111100 | 10100010 | 1010001 | 10111 | 0 | 110010 | 100100 | 1011000 | 100001 | 110000 |
Color Harmonies of #7CA251
Complementary color
Monochromatic Colors of #7CA251
Black with #7CA251
Text Example
Text Example
White with #7CA251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA251; }
p { color: rgb(124,162,81); }
H1.HeaderClassName
{
color: #7CA251;
}
.AnyTagClassName
{
color: #7CA251;
}
</style>
background-color css
<style>
a { background-color: #7CA251; }
a { background-color: rgb(124,162,81); }
div.DivClassName
{
background-color: #7CA251;
}
.BgClassName
{
background-color: #7CA251;
}
</style>
border-color css
<style>
span { border-color: #7CA251; }
span { border-color: rgb(124,162,81); }
td.TdClassName
{
border-color: #7CA251;
}
.TagClassName
{
border-color: #7CA251;
}
</style>