Shades of Asparagus #7C9B5E
Tints of Asparagus #7C9B5E
RGB
CMYK
RGB Variations
Color information
#7C9B5E (or 0x7C9B5E) is known color: Asparagus. HEX triplet: 7C, 9B and 5E. RGB value is (124,155,94). Sum of RGB (Red+Green+Blue) = 124+155+94=373 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.24% from 373); Green value is 155 (60.94% from 255 or 41.55% from 373); Blue value is 94 (37.11% from 255 or 25.20% from 373); Max value from RGB is 155 - color contains mainly: green. Hex color #7C9B5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C9B5E is #8364A1. Grayscale: #8A8A8A. Windows color (decimal): -8610978 or 6200188. OLE color: 6200188.
HSL color Cylindrical-coordinate representation of color #7C9B5E: hue angle of 90.49º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7C9B5E is Cyan = 0.2, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 124 | 155 | 94 | - |
| CMYK | 0.2 | 0 | 0.39 | 0.39 |
| HSL | 90.49º | 0.24% | 0.49% | - |
| HSV(B) | 90.49º | 0.39% | 0.61% | - |
| XYZ | 22.05 | 28.54 | 14.94 | - |
| YUV | 138.78 | 102.73 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 155 | 94 | 0.2 | 0 | 0.39 | 0.39 | 90.49 | 0.24 | 0.49 |
| Hex | 7C | 9B | 5E | 14 | 0 | 27 | 27 | 5A | 18 | 31 |
| Octal | 174 | 233 | 136 | 24 | 0 | 47 | 47 | 132 | 30 | 61 |
| Binary | 1111100 | 10011011 | 1011110 | 10100 | 0 | 100111 | 100111 | 1011010 | 11000 | 110001 |
Color Harmonies of #7C9B5E
Complementary color
Monochromatic Colors of #7C9B5E
Black with #7C9B5E
Text Example
Text Example
White with #7C9B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9B5E; }
p { color: rgb(124,155,94); }
H1.HeaderClassName
{
color: #7C9B5E;
}
.AnyTagClassName
{
color: #7C9B5E;
}
</style>
background-color css
<style>
a { background-color: #7C9B5E; }
a { background-color: rgb(124,155,94); }
div.DivClassName
{
background-color: #7C9B5E;
}
.BgClassName
{
background-color: #7C9B5E;
}
</style>
border-color css
<style>
span { border-color: #7C9B5E; }
span { border-color: rgb(124,155,94); }
td.TdClassName
{
border-color: #7C9B5E;
}
.TagClassName
{
border-color: #7C9B5E;
}
</style>