Shades of Asparagus #7C9848
Tints of Asparagus #7C9848
RGB
CMYK
RGB Variations
Color information
#7C9848 (or 0x7C9848) is known color: Asparagus. HEX triplet: 7C, 98 and 48. RGB value is (124,152,72). Sum of RGB (Red+Green+Blue) = 124+152+72=348 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.63% from 348); Green value is 152 (59.77% from 255 or 43.68% from 348); Blue value is 72 (28.52% from 255 or 20.69% from 348); Max value from RGB is 152 - color contains mainly: green. Hex color #7C9848 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C9848 is #8367B7. Grayscale: #868686. Windows color (decimal): -8611768 or 4757628. OLE color: 4757628.
HSL color Cylindrical-coordinate representation of color #7C9848: hue angle of 81º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7C9848 is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 124 | 152 | 72 | - |
| CMYK | 0.18 | 0 | 0.53 | 0.40 |
| HSL | 81º | 0.36% | 0.44% | - |
| HSV(B) | 81º | 0.53% | 0.6% | - |
| XYZ | 20.71 | 27.21 | 10.29 | - |
| YUV | 134.51 | 92.72 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 152 | 72 | 0.18 | 0 | 0.53 | 0.40 | 81 | 0.36 | 0.44 |
| Hex | 7C | 98 | 48 | 12 | 0 | 35 | 28 | 51 | 24 | 2C |
| Octal | 174 | 230 | 110 | 22 | 0 | 65 | 50 | 121 | 44 | 54 |
| Binary | 1111100 | 10011000 | 1001000 | 10010 | 0 | 110101 | 101000 | 1010001 | 100100 | 101100 |
Color Harmonies of #7C9848
Complementary color
Monochromatic Colors of #7C9848
Black with #7C9848
Text Example
Text Example
White with #7C9848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9848; }
p { color: rgb(124,152,72); }
H1.HeaderClassName
{
color: #7C9848;
}
.AnyTagClassName
{
color: #7C9848;
}
</style>
background-color css
<style>
a { background-color: #7C9848; }
a { background-color: rgb(124,152,72); }
div.DivClassName
{
background-color: #7C9848;
}
.BgClassName
{
background-color: #7C9848;
}
</style>
border-color css
<style>
span { border-color: #7C9848; }
span { border-color: rgb(124,152,72); }
td.TdClassName
{
border-color: #7C9848;
}
.TagClassName
{
border-color: #7C9848;
}
</style>