Shades of Asparagus #7CA45D
Tints of Asparagus #7CA45D
RGB
CMYK
RGB Variations
Color information
#7CA45D (or 0x7CA45D) is known color: Asparagus. HEX triplet: 7C, A4 and 5D. RGB value is (124,164,93). Sum of RGB (Red+Green+Blue) = 124+164+93=381 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.55% from 381); Green value is 164 (64.45% from 255 or 43.04% from 381); Blue value is 93 (36.72% from 255 or 24.41% from 381); Max value from RGB is 164 - color contains mainly: green. Hex color #7CA45D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CA45D is #835BA2. Grayscale: #909090. Windows color (decimal): -8608675 or 6136956. OLE color: 6136956.
HSL color Cylindrical-coordinate representation of color #7CA45D: hue angle of 93.8º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7CA45D is Cyan = 0.24, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 124 | 164 | 93 | - |
| CMYK | 0.24 | 0 | 0.43 | 0.36 |
| HSL | 93.8º | 0.28% | 0.5% | - |
| HSV(B) | 93.8º | 0.43% | 0.64% | - |
| XYZ | 23.56 | 31.63 | 15.22 | - |
| YUV | 143.95 | 99.25 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 164 | 93 | 0.24 | 0 | 0.43 | 0.36 | 93.8 | 0.28 | 0.5 |
| Hex | 7C | A4 | 5D | 18 | 0 | 2B | 24 | 5E | 1C | 32 |
| Octal | 174 | 244 | 135 | 30 | 0 | 53 | 44 | 136 | 34 | 62 |
| Binary | 1111100 | 10100100 | 1011101 | 11000 | 0 | 101011 | 100100 | 1011110 | 11100 | 110010 |
Color Harmonies of #7CA45D
Complementary color
Monochromatic Colors of #7CA45D
Black with #7CA45D
Text Example
Text Example
White with #7CA45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA45D; }
p { color: rgb(124,164,93); }
H1.HeaderClassName
{
color: #7CA45D;
}
.AnyTagClassName
{
color: #7CA45D;
}
</style>
background-color css
<style>
a { background-color: #7CA45D; }
a { background-color: rgb(124,164,93); }
div.DivClassName
{
background-color: #7CA45D;
}
.BgClassName
{
background-color: #7CA45D;
}
</style>
border-color css
<style>
span { border-color: #7CA45D; }
span { border-color: rgb(124,164,93); }
td.TdClassName
{
border-color: #7CA45D;
}
.TagClassName
{
border-color: #7CA45D;
}
</style>