Shades of Asparagus #7CA466
Tints of Asparagus #7CA466
RGB
CMYK
RGB Variations
Color information
#7CA466 (or 0x7CA466) is known color: Asparagus. HEX triplet: 7C, A4 and 66. RGB value is (124,164,102). Sum of RGB (Red+Green+Blue) = 124+164+102=390 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.79% from 390); Green value is 164 (64.45% from 255 or 42.05% from 390); Blue value is 102 (40.23% from 255 or 26.15% from 390); Max value from RGB is 164 - color contains mainly: green. Hex color #7CA466 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CA466 is #835B99. Grayscale: #919191. Windows color (decimal): -8608666 or 6726780. OLE color: 6726780.
HSL color Cylindrical-coordinate representation of color #7CA466: hue angle of 98.71º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7CA466 is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 124 | 164 | 102 | - |
| CMYK | 0.24 | 0 | 0.38 | 0.36 |
| HSL | 98.71º | 0.25% | 0.52% | - |
| HSV(B) | 98.71º | 0.38% | 0.64% | - |
| XYZ | 23.99 | 31.8 | 17.44 | - |
| YUV | 144.97 | 103.75 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 164 | 102 | 0.24 | 0 | 0.38 | 0.36 | 98.71 | 0.25 | 0.52 |
| Hex | 7C | A4 | 66 | 18 | 0 | 26 | 24 | 63 | 19 | 34 |
| Octal | 174 | 244 | 146 | 30 | 0 | 46 | 44 | 143 | 31 | 64 |
| Binary | 1111100 | 10100100 | 1100110 | 11000 | 0 | 100110 | 100100 | 1100011 | 11001 | 110100 |
Color Harmonies of #7CA466
Complementary color
Monochromatic Colors of #7CA466
Black with #7CA466
Text Example
Text Example
White with #7CA466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA466; }
p { color: rgb(124,164,102); }
H1.HeaderClassName
{
color: #7CA466;
}
.AnyTagClassName
{
color: #7CA466;
}
</style>
background-color css
<style>
a { background-color: #7CA466; }
a { background-color: rgb(124,164,102); }
div.DivClassName
{
background-color: #7CA466;
}
.BgClassName
{
background-color: #7CA466;
}
</style>
border-color css
<style>
span { border-color: #7CA466; }
span { border-color: rgb(124,164,102); }
td.TdClassName
{
border-color: #7CA466;
}
.TagClassName
{
border-color: #7CA466;
}
</style>