Shades of Asparagus #7C9651
Tints of Asparagus #7C9651
RGB
CMYK
RGB Variations
Color information
#7C9651 (or 0x7C9651) is known color: Asparagus. HEX triplet: 7C, 96 and 51. RGB value is (124,150,81). Sum of RGB (Red+Green+Blue) = 124+150+81=355 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.93% from 355); Green value is 150 (58.98% from 255 or 42.25% from 355); Blue value is 81 (32.03% from 255 or 22.82% from 355); Max value from RGB is 150 - color contains mainly: green. Hex color #7C9651 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C9651 is #8369AE. Grayscale: #868686. Windows color (decimal): -8612271 or 5346940. OLE color: 5346940.
HSL color Cylindrical-coordinate representation of color #7C9651: hue angle of 82.61º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7C9651 is Cyan = 0.17, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 124 | 150 | 81 | - |
| CMYK | 0.17 | 0 | 0.46 | 0.41 |
| HSL | 82.61º | 0.3% | 0.45% | - |
| HSV(B) | 82.61º | 0.46% | 0.59% | - |
| XYZ | 20.7 | 26.69 | 11.85 | - |
| YUV | 134.36 | 97.89 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 150 | 81 | 0.17 | 0 | 0.46 | 0.41 | 82.61 | 0.3 | 0.45 |
| Hex | 7C | 96 | 51 | 11 | 0 | 2E | 29 | 53 | 1E | 2D |
| Octal | 174 | 226 | 121 | 21 | 0 | 56 | 51 | 123 | 36 | 55 |
| Binary | 1111100 | 10010110 | 1010001 | 10001 | 0 | 101110 | 101001 | 1010011 | 11110 | 101101 |
Color Harmonies of #7C9651
Complementary color
Monochromatic Colors of #7C9651
Black with #7C9651
Text Example
Text Example
White with #7C9651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9651; }
p { color: rgb(124,150,81); }
H1.HeaderClassName
{
color: #7C9651;
}
.AnyTagClassName
{
color: #7C9651;
}
</style>
background-color css
<style>
a { background-color: #7C9651; }
a { background-color: rgb(124,150,81); }
div.DivClassName
{
background-color: #7C9651;
}
.BgClassName
{
background-color: #7C9651;
}
</style>
border-color css
<style>
span { border-color: #7C9651; }
span { border-color: rgb(124,150,81); }
td.TdClassName
{
border-color: #7C9651;
}
.TagClassName
{
border-color: #7C9651;
}
</style>