Shades of Asparagus #7D9C60
Tints of Asparagus #7D9C60
RGB
CMYK
RGB Variations
Color information
#7D9C60 (or 0x7D9C60) is known color: Asparagus. HEX triplet: 7D, 9C and 60. RGB value is (125,156,96). Sum of RGB (Red+Green+Blue) = 125+156+96=377 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.16% from 377); Green value is 156 (61.33% from 255 or 41.38% from 377); Blue value is 96 (37.89% from 255 or 25.46% from 377); Max value from RGB is 156 - color contains mainly: green. Hex color #7D9C60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D9C60 is #82639F. Grayscale: #8C8C8C. Windows color (decimal): -8545184 or 6331517. OLE color: 6331517.
HSL color Cylindrical-coordinate representation of color #7D9C60: hue angle of 91º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7D9C60 is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 125 | 156 | 96 | - |
| CMYK | 0.20 | 0 | 0.38 | 0.39 |
| HSL | 91º | 0.24% | 0.49% | - |
| HSV(B) | 91º | 0.38% | 0.61% | - |
| XYZ | 22.46 | 28.98 | 15.48 | - |
| YUV | 139.89 | 103.23 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 156 | 96 | 0.20 | 0 | 0.38 | 0.39 | 91 | 0.24 | 0.49 |
| Hex | 7D | 9C | 60 | 14 | 0 | 26 | 27 | 5B | 18 | 31 |
| Octal | 175 | 234 | 140 | 24 | 0 | 46 | 47 | 133 | 30 | 61 |
| Binary | 1111101 | 10011100 | 1100000 | 10100 | 0 | 100110 | 100111 | 1011011 | 11000 | 110001 |
Color Harmonies of #7D9C60
Complementary color
Monochromatic Colors of #7D9C60
Black with #7D9C60
Text Example
Text Example
White with #7D9C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9C60; }
p { color: rgb(125,156,96); }
H1.HeaderClassName
{
color: #7D9C60;
}
.AnyTagClassName
{
color: #7D9C60;
}
</style>
background-color css
<style>
a { background-color: #7D9C60; }
a { background-color: rgb(125,156,96); }
div.DivClassName
{
background-color: #7D9C60;
}
.BgClassName
{
background-color: #7D9C60;
}
</style>
border-color css
<style>
span { border-color: #7D9C60; }
span { border-color: rgb(125,156,96); }
td.TdClassName
{
border-color: #7D9C60;
}
.TagClassName
{
border-color: #7D9C60;
}
</style>