Shades of Asparagus #7C9D60
Tints of Asparagus #7C9D60
RGB
CMYK
RGB Variations
Color information
#7C9D60 (or 0x7C9D60) is known color: Asparagus. HEX triplet: 7C, 9D and 60. RGB value is (124,157,96). Sum of RGB (Red+Green+Blue) = 124+157+96=377 (49% of max value = 765). Red value is 124 (48.83% from 255 or 32.89% from 377); Green value is 157 (61.72% from 255 or 41.64% from 377); Blue value is 96 (37.89% from 255 or 25.46% from 377); Max value from RGB is 157 - color contains mainly: green. Hex color #7C9D60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C9D60 is #83629F. Grayscale: #8C8C8C. Windows color (decimal): -8610464 or 6331772. OLE color: 6331772.
HSL color Cylindrical-coordinate representation of color #7C9D60: hue angle of 92.46º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7C9D60 is Cyan = 0.21, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 124 | 157 | 96 | - |
| CMYK | 0.21 | 0 | 0.39 | 0.38 |
| HSL | 92.46º | 0.24% | 0.5% | - |
| HSV(B) | 92.46º | 0.39% | 0.62% | - |
| XYZ | 22.48 | 29.24 | 15.53 | - |
| YUV | 140.18 | 103.07 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 157 | 96 | 0.21 | 0 | 0.39 | 0.38 | 92.46 | 0.24 | 0.5 |
| Hex | 7C | 9D | 60 | 15 | 0 | 27 | 26 | 5C | 18 | 32 |
| Octal | 174 | 235 | 140 | 25 | 0 | 47 | 46 | 134 | 30 | 62 |
| Binary | 1111100 | 10011101 | 1100000 | 10101 | 0 | 100111 | 100110 | 1011100 | 11000 | 110010 |
Color Harmonies of #7C9D60
Complementary color
Monochromatic Colors of #7C9D60
Black with #7C9D60
Text Example
Text Example
White with #7C9D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9D60; }
p { color: rgb(124,157,96); }
H1.HeaderClassName
{
color: #7C9D60;
}
.AnyTagClassName
{
color: #7C9D60;
}
</style>
background-color css
<style>
a { background-color: #7C9D60; }
a { background-color: rgb(124,157,96); }
div.DivClassName
{
background-color: #7C9D60;
}
.BgClassName
{
background-color: #7C9D60;
}
</style>
border-color css
<style>
span { border-color: #7C9D60; }
span { border-color: rgb(124,157,96); }
td.TdClassName
{
border-color: #7C9D60;
}
.TagClassName
{
border-color: #7C9D60;
}
</style>