Shades of Asparagus #7C9D50
Tints of Asparagus #7C9D50
RGB
CMYK
RGB Variations
Color information
#7C9D50 (or 0x7C9D50) is known color: Asparagus. HEX triplet: 7C, 9D and 50. RGB value is (124,157,80). Sum of RGB (Red+Green+Blue) = 124+157+80=361 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.35% from 361); Green value is 157 (61.72% from 255 or 43.49% from 361); Blue value is 80 (31.64% from 255 or 22.16% from 361); Max value from RGB is 157 - color contains mainly: green. Hex color #7C9D50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C9D50 is #8362AF. Grayscale: #8A8A8A. Windows color (decimal): -8610480 or 5283196. OLE color: 5283196.
HSL color Cylindrical-coordinate representation of color #7C9D50: hue angle of 85.71º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7C9D50 is Cyan = 0.21, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 124 | 157 | 80 | - |
| CMYK | 0.21 | 0 | 0.49 | 0.38 |
| HSL | 85.71º | 0.32% | 0.46% | - |
| HSV(B) | 85.71º | 0.49% | 0.62% | - |
| XYZ | 21.82 | 28.98 | 12.03 | - |
| YUV | 138.36 | 95.07 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 157 | 80 | 0.21 | 0 | 0.49 | 0.38 | 85.71 | 0.32 | 0.46 |
| Hex | 7C | 9D | 50 | 15 | 0 | 31 | 26 | 56 | 20 | 2E |
| Octal | 174 | 235 | 120 | 25 | 0 | 61 | 46 | 126 | 40 | 56 |
| Binary | 1111100 | 10011101 | 1010000 | 10101 | 0 | 110001 | 100110 | 1010110 | 100000 | 101110 |
Color Harmonies of #7C9D50
Complementary color
Monochromatic Colors of #7C9D50
Black with #7C9D50
Text Example
Text Example
White with #7C9D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9D50; }
p { color: rgb(124,157,80); }
H1.HeaderClassName
{
color: #7C9D50;
}
.AnyTagClassName
{
color: #7C9D50;
}
</style>
background-color css
<style>
a { background-color: #7C9D50; }
a { background-color: rgb(124,157,80); }
div.DivClassName
{
background-color: #7C9D50;
}
.BgClassName
{
background-color: #7C9D50;
}
</style>
border-color css
<style>
span { border-color: #7C9D50; }
span { border-color: rgb(124,157,80); }
td.TdClassName
{
border-color: #7C9D50;
}
.TagClassName
{
border-color: #7C9D50;
}
</style>