Shades of Asparagus #7CAC55
Tints of Asparagus #7CAC55
RGB
CMYK
RGB Variations
Color information
#7CAC55 (or 0x7CAC55) is known color: Asparagus. HEX triplet: 7C, AC and 55. RGB value is (124,172,85). Sum of RGB (Red+Green+Blue) = 124+172+85=381 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.55% from 381); Green value is 172 (67.58% from 255 or 45.14% from 381); Blue value is 85 (33.59% from 255 or 22.31% from 381); Max value from RGB is 172 - color contains mainly: green. Hex color #7CAC55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CAC55 is #8353AA. Grayscale: #949494. Windows color (decimal): -8606635 or 5614716. OLE color: 5614716.
HSL color Cylindrical-coordinate representation of color #7CAC55: hue angle of 93.1º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7CAC55 is Cyan = 0.28, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 172 | 85 | - |
| CMYK | 0.28 | 0 | 0.51 | 0.33 |
| HSL | 93.1º | 0.34% | 0.5% | - |
| HSV(B) | 93.1º | 0.51% | 0.67% | - |
| XYZ | 24.7 | 34.45 | 13.94 | - |
| YUV | 147.73 | 92.6 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 172 | 85 | 0.28 | 0 | 0.51 | 0.33 | 93.1 | 0.34 | 0.5 |
| Hex | 7C | AC | 55 | 1C | 0 | 33 | 21 | 5D | 22 | 32 |
| Octal | 174 | 254 | 125 | 34 | 0 | 63 | 41 | 135 | 42 | 62 |
| Binary | 1111100 | 10101100 | 1010101 | 11100 | 0 | 110011 | 100001 | 1011101 | 100010 | 110010 |
Color Harmonies of #7CAC55
Complementary color
Monochromatic Colors of #7CAC55
Black with #7CAC55
Text Example
Text Example
White with #7CAC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CAC55; }
p { color: rgb(124,172,85); }
H1.HeaderClassName
{
color: #7CAC55;
}
.AnyTagClassName
{
color: #7CAC55;
}
</style>
background-color css
<style>
a { background-color: #7CAC55; }
a { background-color: rgb(124,172,85); }
div.DivClassName
{
background-color: #7CAC55;
}
.BgClassName
{
background-color: #7CAC55;
}
</style>
border-color css
<style>
span { border-color: #7CAC55; }
span { border-color: rgb(124,172,85); }
td.TdClassName
{
border-color: #7CAC55;
}
.TagClassName
{
border-color: #7CAC55;
}
</style>