Shades of Asparagus #7CAC64
Tints of Asparagus #7CAC64
RGB
CMYK
RGB Variations
Color information
#7CAC64 (or 0x7CAC64) is known color: Asparagus. HEX triplet: 7C, AC and 64. RGB value is (124,172,100). Sum of RGB (Red+Green+Blue) = 124+172+100=396 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.31% from 396); Green value is 172 (67.58% from 255 or 43.43% from 396); Blue value is 100 (39.45% from 255 or 25.25% from 396); Max value from RGB is 172 - color contains mainly: green. Hex color #7CAC64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CAC64 is #83539B. Grayscale: #959595. Windows color (decimal): -8606620 or 6597756. OLE color: 6597756.
HSL color Cylindrical-coordinate representation of color #7CAC64: hue angle of 100º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7CAC64 is Cyan = 0.28, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 172 | 100 | - |
| CMYK | 0.28 | 0 | 0.42 | 0.33 |
| HSL | 100º | 0.3% | 0.53% | - |
| HSV(B) | 100º | 0.42% | 0.67% | - |
| XYZ | 25.36 | 34.71 | 17.42 | - |
| YUV | 149.44 | 100.1 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 172 | 100 | 0.28 | 0 | 0.42 | 0.33 | 100 | 0.3 | 0.53 |
| Hex | 7C | AC | 64 | 1C | 0 | 2A | 21 | 64 | 1E | 35 |
| Octal | 174 | 254 | 144 | 34 | 0 | 52 | 41 | 144 | 36 | 65 |
| Binary | 1111100 | 10101100 | 1100100 | 11100 | 0 | 101010 | 100001 | 1100100 | 11110 | 110101 |
Color Harmonies of #7CAC64
Complementary color
Monochromatic Colors of #7CAC64
Black with #7CAC64
Text Example
Text Example
White with #7CAC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CAC64; }
p { color: rgb(124,172,100); }
H1.HeaderClassName
{
color: #7CAC64;
}
.AnyTagClassName
{
color: #7CAC64;
}
</style>
background-color css
<style>
a { background-color: #7CAC64; }
a { background-color: rgb(124,172,100); }
div.DivClassName
{
background-color: #7CAC64;
}
.BgClassName
{
background-color: #7CAC64;
}
</style>
border-color css
<style>
span { border-color: #7CAC64; }
span { border-color: rgb(124,172,100); }
td.TdClassName
{
border-color: #7CAC64;
}
.TagClassName
{
border-color: #7CAC64;
}
</style>