Shades of Asparagus #7C9C53
Tints of Asparagus #7C9C53
RGB
CMYK
RGB Variations
Color information
#7C9C53 (or 0x7C9C53) is known color: Asparagus. HEX triplet: 7C, 9C and 53. RGB value is (124,156,83). Sum of RGB (Red+Green+Blue) = 124+156+83=363 (48% of max value = 765). Red value is 124 (48.83% from 255 or 34.16% from 363); Green value is 156 (61.33% from 255 or 42.98% from 363); Blue value is 83 (32.81% from 255 or 22.87% from 363); Max value from RGB is 156 - color contains mainly: green. Hex color #7C9C53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C9C53 is #8363AC. Grayscale: #8A8A8A. Windows color (decimal): -8610733 or 5479548. OLE color: 5479548.
HSL color Cylindrical-coordinate representation of color #7C9C53: hue angle of 86.3º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7C9C53 is Cyan = 0.21, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 124 | 156 | 83 | - |
| CMYK | 0.21 | 0 | 0.47 | 0.39 |
| HSL | 86.3º | 0.31% | 0.47% | - |
| HSV(B) | 86.3º | 0.47% | 0.61% | - |
| XYZ | 21.76 | 28.69 | 12.57 | - |
| YUV | 138.11 | 96.9 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 156 | 83 | 0.21 | 0 | 0.47 | 0.39 | 86.3 | 0.31 | 0.47 |
| Hex | 7C | 9C | 53 | 15 | 0 | 2F | 27 | 56 | 1F | 2F |
| Octal | 174 | 234 | 123 | 25 | 0 | 57 | 47 | 126 | 37 | 57 |
| Binary | 1111100 | 10011100 | 1010011 | 10101 | 0 | 101111 | 100111 | 1010110 | 11111 | 101111 |
Color Harmonies of #7C9C53
Complementary color
Monochromatic Colors of #7C9C53
Black with #7C9C53
Text Example
Text Example
White with #7C9C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9C53; }
p { color: rgb(124,156,83); }
H1.HeaderClassName
{
color: #7C9C53;
}
.AnyTagClassName
{
color: #7C9C53;
}
</style>
background-color css
<style>
a { background-color: #7C9C53; }
a { background-color: rgb(124,156,83); }
div.DivClassName
{
background-color: #7C9C53;
}
.BgClassName
{
background-color: #7C9C53;
}
</style>
border-color css
<style>
span { border-color: #7C9C53; }
span { border-color: rgb(124,156,83); }
td.TdClassName
{
border-color: #7C9C53;
}
.TagClassName
{
border-color: #7C9C53;
}
</style>