Shades of Asparagus #7CA44A
Tints of Asparagus #7CA44A
RGB
CMYK
RGB Variations
Color information
#7CA44A (or 0x7CA44A) is known color: Asparagus. HEX triplet: 7C, A4 and 4A. RGB value is (124,164,74). Sum of RGB (Red+Green+Blue) = 124+164+74=362 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.25% from 362); Green value is 164 (64.45% from 255 or 45.30% from 362); Blue value is 74 (29.30% from 255 or 20.44% from 362); Max value from RGB is 164 - color contains mainly: green. Hex color #7CA44A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CA44A is #835BB5. Grayscale: #8E8E8E. Windows color (decimal): -8608694 or 4891772. OLE color: 4891772.
HSL color Cylindrical-coordinate representation of color #7CA44A: hue angle of 86.67º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7CA44A is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 124 | 164 | 74 | - |
| CMYK | 0.24 | 0 | 0.55 | 0.36 |
| HSL | 86.67º | 0.38% | 0.47% | - |
| HSV(B) | 86.67º | 0.55% | 0.64% | - |
| XYZ | 22.82 | 31.33 | 11.32 | - |
| YUV | 141.78 | 89.75 | 115.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 164 | 74 | 0.24 | 0 | 0.55 | 0.36 | 86.67 | 0.38 | 0.47 |
| Hex | 7C | A4 | 4A | 18 | 0 | 37 | 24 | 57 | 26 | 2F |
| Octal | 174 | 244 | 112 | 30 | 0 | 67 | 44 | 127 | 46 | 57 |
| Binary | 1111100 | 10100100 | 1001010 | 11000 | 0 | 110111 | 100100 | 1010111 | 100110 | 101111 |
Color Harmonies of #7CA44A
Complementary color
Monochromatic Colors of #7CA44A
Black with #7CA44A
Text Example
Text Example
White with #7CA44A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA44A; }
p { color: rgb(124,164,74); }
H1.HeaderClassName
{
color: #7CA44A;
}
.AnyTagClassName
{
color: #7CA44A;
}
</style>
background-color css
<style>
a { background-color: #7CA44A; }
a { background-color: rgb(124,164,74); }
div.DivClassName
{
background-color: #7CA44A;
}
.BgClassName
{
background-color: #7CA44A;
}
</style>
border-color css
<style>
span { border-color: #7CA44A; }
span { border-color: rgb(124,164,74); }
td.TdClassName
{
border-color: #7CA44A;
}
.TagClassName
{
border-color: #7CA44A;
}
</style>