Shades of Asparagus #7CA458
Tints of Asparagus #7CA458
RGB
CMYK
RGB Variations
Color information
#7CA458 (or 0x7CA458) is known color: Asparagus. HEX triplet: 7C, A4 and 58. RGB value is (124,164,88). Sum of RGB (Red+Green+Blue) = 124+164+88=376 (49% of max value = 765). Red value is 124 (48.83% from 255 or 32.98% from 376); Green value is 164 (64.45% from 255 or 43.62% from 376); Blue value is 88 (34.77% from 255 or 23.40% from 376); Max value from RGB is 164 - color contains mainly: green. Hex color #7CA458 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CA458 is #835BA7. Grayscale: #8F8F8F. Windows color (decimal): -8608680 or 5809276. OLE color: 5809276.
HSL color Cylindrical-coordinate representation of color #7CA458: hue angle of 91.58º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7CA458 is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 124 | 164 | 88 | - |
| CMYK | 0.24 | 0 | 0.46 | 0.36 |
| HSL | 91.58º | 0.3% | 0.49% | - |
| HSV(B) | 91.58º | 0.46% | 0.64% | - |
| XYZ | 23.35 | 31.54 | 14.09 | - |
| YUV | 143.38 | 96.75 | 114.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 164 | 88 | 0.24 | 0 | 0.46 | 0.36 | 91.58 | 0.3 | 0.49 |
| Hex | 7C | A4 | 58 | 18 | 0 | 2E | 24 | 5C | 1E | 31 |
| Octal | 174 | 244 | 130 | 30 | 0 | 56 | 44 | 134 | 36 | 61 |
| Binary | 1111100 | 10100100 | 1011000 | 11000 | 0 | 101110 | 100100 | 1011100 | 11110 | 110001 |
Color Harmonies of #7CA458
Complementary color
Monochromatic Colors of #7CA458
Black with #7CA458
Text Example
Text Example
White with #7CA458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA458; }
p { color: rgb(124,164,88); }
H1.HeaderClassName
{
color: #7CA458;
}
.AnyTagClassName
{
color: #7CA458;
}
</style>
background-color css
<style>
a { background-color: #7CA458; }
a { background-color: rgb(124,164,88); }
div.DivClassName
{
background-color: #7CA458;
}
.BgClassName
{
background-color: #7CA458;
}
</style>
border-color css
<style>
span { border-color: #7CA458; }
span { border-color: rgb(124,164,88); }
td.TdClassName
{
border-color: #7CA458;
}
.TagClassName
{
border-color: #7CA458;
}
</style>