Shades of Asparagus #7CA164
Tints of Asparagus #7CA164
RGB
CMYK
RGB Variations
Color information
#7CA164 (or 0x7CA164) is known color: Asparagus. HEX triplet: 7C, A1 and 64. RGB value is (124,161,100). Sum of RGB (Red+Green+Blue) = 124+161+100=385 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.21% from 385); Green value is 161 (63.28% from 255 or 41.82% from 385); Blue value is 100 (39.45% from 255 or 25.97% from 385); Max value from RGB is 161 - color contains mainly: green. Hex color #7CA164 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CA164 is #835E9B. Grayscale: #8F8F8F. Windows color (decimal): -8609436 or 6594940. OLE color: 6594940.
HSL color Cylindrical-coordinate representation of color #7CA164: hue angle of 96.39º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7CA164 is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 124 | 161 | 100 | - |
| CMYK | 0.23 | 0 | 0.38 | 0.37 |
| HSL | 96.39º | 0.24% | 0.51% | - |
| HSV(B) | 96.39º | 0.38% | 0.63% | - |
| XYZ | 23.36 | 30.69 | 16.75 | - |
| YUV | 142.98 | 103.74 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 161 | 100 | 0.23 | 0 | 0.38 | 0.37 | 96.39 | 0.24 | 0.51 |
| Hex | 7C | A1 | 64 | 17 | 0 | 26 | 25 | 60 | 18 | 33 |
| Octal | 174 | 241 | 144 | 27 | 0 | 46 | 45 | 140 | 30 | 63 |
| Binary | 1111100 | 10100001 | 1100100 | 10111 | 0 | 100110 | 100101 | 1100000 | 11000 | 110011 |
Color Harmonies of #7CA164
Complementary color
Monochromatic Colors of #7CA164
Black with #7CA164
Text Example
Text Example
White with #7CA164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA164; }
p { color: rgb(124,161,100); }
H1.HeaderClassName
{
color: #7CA164;
}
.AnyTagClassName
{
color: #7CA164;
}
</style>
background-color css
<style>
a { background-color: #7CA164; }
a { background-color: rgb(124,161,100); }
div.DivClassName
{
background-color: #7CA164;
}
.BgClassName
{
background-color: #7CA164;
}
</style>
border-color css
<style>
span { border-color: #7CA164; }
span { border-color: rgb(124,161,100); }
td.TdClassName
{
border-color: #7CA164;
}
.TagClassName
{
border-color: #7CA164;
}
</style>