Shades of Asparagus #7C9D55
Tints of Asparagus #7C9D55
RGB
CMYK
RGB Variations
Color information
#7C9D55 (or 0x7C9D55) is known color: Asparagus. HEX triplet: 7C, 9D and 55. RGB value is (124,157,85). Sum of RGB (Red+Green+Blue) = 124+157+85=366 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.88% from 366); Green value is 157 (61.72% from 255 or 42.90% from 366); Blue value is 85 (33.59% from 255 or 23.22% from 366); Max value from RGB is 157 - color contains mainly: green. Hex color #7C9D55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C9D55 is #8362AA. Grayscale: #8B8B8B. Windows color (decimal): -8610475 or 5610876. OLE color: 5610876.
HSL color Cylindrical-coordinate representation of color #7C9D55: hue angle of 87.5º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7C9D55 is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 124 | 157 | 85 | - |
| CMYK | 0.21 | 0 | 0.46 | 0.38 |
| HSL | 87.5º | 0.3% | 0.47% | - |
| HSV(B) | 87.5º | 0.46% | 0.62% | - |
| XYZ | 22.01 | 29.05 | 13.04 | - |
| YUV | 138.93 | 97.57 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 157 | 85 | 0.21 | 0 | 0.46 | 0.38 | 87.5 | 0.3 | 0.47 |
| Hex | 7C | 9D | 55 | 15 | 0 | 2E | 26 | 57 | 1E | 2F |
| Octal | 174 | 235 | 125 | 25 | 0 | 56 | 46 | 127 | 36 | 57 |
| Binary | 1111100 | 10011101 | 1010101 | 10101 | 0 | 101110 | 100110 | 1010111 | 11110 | 101111 |
Color Harmonies of #7C9D55
Complementary color
Monochromatic Colors of #7C9D55
Black with #7C9D55
Text Example
Text Example
White with #7C9D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9D55; }
p { color: rgb(124,157,85); }
H1.HeaderClassName
{
color: #7C9D55;
}
.AnyTagClassName
{
color: #7C9D55;
}
</style>
background-color css
<style>
a { background-color: #7C9D55; }
a { background-color: rgb(124,157,85); }
div.DivClassName
{
background-color: #7C9D55;
}
.BgClassName
{
background-color: #7C9D55;
}
</style>
border-color css
<style>
span { border-color: #7C9D55; }
span { border-color: rgb(124,157,85); }
td.TdClassName
{
border-color: #7C9D55;
}
.TagClassName
{
border-color: #7C9D55;
}
</style>