Shades of Asparagus #7D964C
Tints of Asparagus #7D964C
RGB
CMYK
RGB Variations
Color information
#7D964C (or 0x7D964C) is known color: Asparagus. HEX triplet: 7D, 96 and 4C. RGB value is (125,150,76). Sum of RGB (Red+Green+Blue) = 125+150+76=351 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.61% from 351); Green value is 150 (58.98% from 255 or 42.74% from 351); Blue value is 76 (30.08% from 255 or 21.65% from 351); Max value from RGB is 150 - color contains mainly: green. Hex color #7D964C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D964C is #8269B3. Grayscale: #868686. Windows color (decimal): -8546740 or 5019261. OLE color: 5019261.
HSL color Cylindrical-coordinate representation of color #7D964C: hue angle of 80.27º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7D964C is Cyan = 0.17, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 125 | 150 | 76 | - |
| CMYK | 0.17 | 0 | 0.49 | 0.41 |
| HSL | 80.27º | 0.33% | 0.44% | - |
| HSV(B) | 80.27º | 0.49% | 0.59% | - |
| XYZ | 20.67 | 26.69 | 10.9 | - |
| YUV | 134.09 | 95.22 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 150 | 76 | 0.17 | 0 | 0.49 | 0.41 | 80.27 | 0.33 | 0.44 |
| Hex | 7D | 96 | 4C | 11 | 0 | 31 | 29 | 50 | 21 | 2C |
| Octal | 175 | 226 | 114 | 21 | 0 | 61 | 51 | 120 | 41 | 54 |
| Binary | 1111101 | 10010110 | 1001100 | 10001 | 0 | 110001 | 101001 | 1010000 | 100001 | 101100 |
Color Harmonies of #7D964C
Complementary color
Monochromatic Colors of #7D964C
Black with #7D964C
Text Example
Text Example
White with #7D964C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D964C; }
p { color: rgb(125,150,76); }
H1.HeaderClassName
{
color: #7D964C;
}
.AnyTagClassName
{
color: #7D964C;
}
</style>
background-color css
<style>
a { background-color: #7D964C; }
a { background-color: rgb(125,150,76); }
div.DivClassName
{
background-color: #7D964C;
}
.BgClassName
{
background-color: #7D964C;
}
</style>
border-color css
<style>
span { border-color: #7D964C; }
span { border-color: rgb(125,150,76); }
td.TdClassName
{
border-color: #7D964C;
}
.TagClassName
{
border-color: #7D964C;
}
</style>