Shades of Asparagus #7D984A
Tints of Asparagus #7D984A
RGB
CMYK
RGB Variations
Color information
#7D984A (or 0x7D984A) is known color: Asparagus. HEX triplet: 7D, 98 and 4A. RGB value is (125,152,74). Sum of RGB (Red+Green+Blue) = 125+152+74=351 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.61% from 351); Green value is 152 (59.77% from 255 or 43.30% from 351); Blue value is 74 (29.30% from 255 or 21.08% from 351); Max value from RGB is 152 - color contains mainly: green. Hex color #7D984A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D984A is #8267B5. Grayscale: #878787. Windows color (decimal): -8546230 or 4888701. OLE color: 4888701.
HSL color Cylindrical-coordinate representation of color #7D984A: hue angle of 80.77º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7D984A is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 125 | 152 | 74 | - |
| CMYK | 0.18 | 0 | 0.51 | 0.40 |
| HSL | 80.77º | 0.35% | 0.44% | - |
| HSV(B) | 80.77º | 0.51% | 0.6% | - |
| XYZ | 20.92 | 27.31 | 10.65 | - |
| YUV | 135.04 | 93.55 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 152 | 74 | 0.18 | 0 | 0.51 | 0.40 | 80.77 | 0.35 | 0.44 |
| Hex | 7D | 98 | 4A | 12 | 0 | 33 | 28 | 51 | 23 | 2C |
| Octal | 175 | 230 | 112 | 22 | 0 | 63 | 50 | 121 | 43 | 54 |
| Binary | 1111101 | 10011000 | 1001010 | 10010 | 0 | 110011 | 101000 | 1010001 | 100011 | 101100 |
Color Harmonies of #7D984A
Complementary color
Monochromatic Colors of #7D984A
Black with #7D984A
Text Example
Text Example
White with #7D984A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D984A; }
p { color: rgb(125,152,74); }
H1.HeaderClassName
{
color: #7D984A;
}
.AnyTagClassName
{
color: #7D984A;
}
</style>
background-color css
<style>
a { background-color: #7D984A; }
a { background-color: rgb(125,152,74); }
div.DivClassName
{
background-color: #7D984A;
}
.BgClassName
{
background-color: #7D984A;
}
</style>
border-color css
<style>
span { border-color: #7D984A; }
span { border-color: rgb(125,152,74); }
td.TdClassName
{
border-color: #7D984A;
}
.TagClassName
{
border-color: #7D984A;
}
</style>