Shades of Asparagus #7C9C62
Tints of Asparagus #7C9C62
RGB
CMYK
RGB Variations
Color information
#7C9C62 (or 0x7C9C62) is known color: Asparagus. HEX triplet: 7C, 9C and 62. RGB value is (124,156,98). Sum of RGB (Red+Green+Blue) = 124+156+98=378 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.80% from 378); Green value is 156 (61.33% from 255 or 41.27% from 378); Blue value is 98 (38.67% from 255 or 25.93% from 378); Max value from RGB is 156 - color contains mainly: green. Hex color #7C9C62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C9C62 is #83639D. Grayscale: #8C8C8C. Windows color (decimal): -8610718 or 6462588. OLE color: 6462588.
HSL color Cylindrical-coordinate representation of color #7C9C62: hue angle of 93.1º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7C9C62 is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 124 | 156 | 98 | - |
| CMYK | 0.21 | 0 | 0.37 | 0.39 |
| HSL | 93.1º | 0.23% | 0.5% | - |
| HSV(B) | 93.1º | 0.37% | 0.61% | - |
| XYZ | 22.41 | 28.94 | 15.96 | - |
| YUV | 139.82 | 104.4 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 156 | 98 | 0.21 | 0 | 0.37 | 0.39 | 93.1 | 0.23 | 0.5 |
| Hex | 7C | 9C | 62 | 15 | 0 | 25 | 27 | 5D | 17 | 32 |
| Octal | 174 | 234 | 142 | 25 | 0 | 45 | 47 | 135 | 27 | 62 |
| Binary | 1111100 | 10011100 | 1100010 | 10101 | 0 | 100101 | 100111 | 1011101 | 10111 | 110010 |
Color Harmonies of #7C9C62
Complementary color
Monochromatic Colors of #7C9C62
Black with #7C9C62
Text Example
Text Example
White with #7C9C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9C62; }
p { color: rgb(124,156,98); }
H1.HeaderClassName
{
color: #7C9C62;
}
.AnyTagClassName
{
color: #7C9C62;
}
</style>
background-color css
<style>
a { background-color: #7C9C62; }
a { background-color: rgb(124,156,98); }
div.DivClassName
{
background-color: #7C9C62;
}
.BgClassName
{
background-color: #7C9C62;
}
</style>
border-color css
<style>
span { border-color: #7C9C62; }
span { border-color: rgb(124,156,98); }
td.TdClassName
{
border-color: #7C9C62;
}
.TagClassName
{
border-color: #7C9C62;
}
</style>