Shades of Asparagus #7CAC50
Tints of Asparagus #7CAC50
RGB
CMYK
RGB Variations
Color information
#7CAC50 (or 0x7CAC50) is known color: Asparagus. HEX triplet: 7C, AC and 50. RGB value is (124,172,80). Sum of RGB (Red+Green+Blue) = 124+172+80=376 (49% of max value = 765). Red value is 124 (48.83% from 255 or 32.98% from 376); Green value is 172 (67.58% from 255 or 45.74% from 376); Blue value is 80 (31.64% from 255 or 21.28% from 376); Max value from RGB is 172 - color contains mainly: green. Hex color #7CAC50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CAC50 is #8353AF. Grayscale: #939393. Windows color (decimal): -8606640 or 5287036. OLE color: 5287036.
HSL color Cylindrical-coordinate representation of color #7CAC50: hue angle of 91.3º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7CAC50 is Cyan = 0.28, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 172 | 80 | - |
| CMYK | 0.28 | 0 | 0.53 | 0.33 |
| HSL | 91.3º | 0.37% | 0.49% | - |
| HSV(B) | 91.3º | 0.53% | 0.67% | - |
| XYZ | 24.51 | 34.37 | 12.93 | - |
| YUV | 147.16 | 90.1 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 172 | 80 | 0.28 | 0 | 0.53 | 0.33 | 91.3 | 0.37 | 0.49 |
| Hex | 7C | AC | 50 | 1C | 0 | 35 | 21 | 5B | 25 | 31 |
| Octal | 174 | 254 | 120 | 34 | 0 | 65 | 41 | 133 | 45 | 61 |
| Binary | 1111100 | 10101100 | 1010000 | 11100 | 0 | 110101 | 100001 | 1011011 | 100101 | 110001 |
Color Harmonies of #7CAC50
Complementary color
Monochromatic Colors of #7CAC50
Black with #7CAC50
Text Example
Text Example
White with #7CAC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CAC50; }
p { color: rgb(124,172,80); }
H1.HeaderClassName
{
color: #7CAC50;
}
.AnyTagClassName
{
color: #7CAC50;
}
</style>
background-color css
<style>
a { background-color: #7CAC50; }
a { background-color: rgb(124,172,80); }
div.DivClassName
{
background-color: #7CAC50;
}
.BgClassName
{
background-color: #7CAC50;
}
</style>
border-color css
<style>
span { border-color: #7CAC50; }
span { border-color: rgb(124,172,80); }
td.TdClassName
{
border-color: #7CAC50;
}
.TagClassName
{
border-color: #7CAC50;
}
</style>