Shades of Asparagus #7D974C
Tints of Asparagus #7D974C
RGB
CMYK
RGB Variations
Color information
#7D974C (or 0x7D974C) is known color: Asparagus. HEX triplet: 7D, 97 and 4C. RGB value is (125,151,76). Sum of RGB (Red+Green+Blue) = 125+151+76=352 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.51% from 352); Green value is 151 (59.38% from 255 or 42.90% from 352); Blue value is 76 (30.08% from 255 or 21.59% from 352); Max value from RGB is 151 - color contains mainly: green. Hex color #7D974C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D974C is #8268B3. Grayscale: #868686. Windows color (decimal): -8546484 or 5019517. OLE color: 5019517.
HSL color Cylindrical-coordinate representation of color #7D974C: hue angle of 80.8º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7D974C is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 125 | 151 | 76 | - |
| CMYK | 0.17 | 0 | 0.50 | 0.41 |
| HSL | 80.8º | 0.33% | 0.45% | - |
| HSV(B) | 80.8º | 0.5% | 0.59% | - |
| XYZ | 20.83 | 27.02 | 10.95 | - |
| YUV | 134.68 | 94.89 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 151 | 76 | 0.17 | 0 | 0.50 | 0.41 | 80.8 | 0.33 | 0.45 |
| Hex | 7D | 97 | 4C | 11 | 0 | 32 | 29 | 51 | 21 | 2D |
| Octal | 175 | 227 | 114 | 21 | 0 | 62 | 51 | 121 | 41 | 55 |
| Binary | 1111101 | 10010111 | 1001100 | 10001 | 0 | 110010 | 101001 | 1010001 | 100001 | 101101 |
Color Harmonies of #7D974C
Complementary color
Monochromatic Colors of #7D974C
Black with #7D974C
Text Example
Text Example
White with #7D974C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D974C; }
p { color: rgb(125,151,76); }
H1.HeaderClassName
{
color: #7D974C;
}
.AnyTagClassName
{
color: #7D974C;
}
</style>
background-color css
<style>
a { background-color: #7D974C; }
a { background-color: rgb(125,151,76); }
div.DivClassName
{
background-color: #7D974C;
}
.BgClassName
{
background-color: #7D974C;
}
</style>
border-color css
<style>
span { border-color: #7D974C; }
span { border-color: rgb(125,151,76); }
td.TdClassName
{
border-color: #7D974C;
}
.TagClassName
{
border-color: #7D974C;
}
</style>