Shades of Asparagus #7DA45D
Tints of Asparagus #7DA45D
RGB
CMYK
RGB Variations
Color information
#7DA45D (or 0x7DA45D) is known color: Asparagus. HEX triplet: 7D, A4 and 5D. RGB value is (125,164,93). Sum of RGB (Red+Green+Blue) = 125+164+93=382 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.72% from 382); Green value is 164 (64.45% from 255 or 42.93% from 382); Blue value is 93 (36.72% from 255 or 24.35% from 382); Max value from RGB is 164 - color contains mainly: green. Hex color #7DA45D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA45D is #825BA2. Grayscale: #909090. Windows color (decimal): -8543139 or 6136957. OLE color: 6136957.
HSL color Cylindrical-coordinate representation of color #7DA45D: hue angle of 92.96º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DA45D is Cyan = 0.24, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 125 | 164 | 93 | - |
| CMYK | 0.24 | 0 | 0.43 | 0.36 |
| HSL | 92.96º | 0.28% | 0.5% | - |
| HSV(B) | 92.96º | 0.43% | 0.64% | - |
| XYZ | 23.71 | 31.7 | 15.23 | - |
| YUV | 144.25 | 99.08 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 164 | 93 | 0.24 | 0 | 0.43 | 0.36 | 92.96 | 0.28 | 0.5 |
| Hex | 7D | A4 | 5D | 18 | 0 | 2B | 24 | 5D | 1C | 32 |
| Octal | 175 | 244 | 135 | 30 | 0 | 53 | 44 | 135 | 34 | 62 |
| Binary | 1111101 | 10100100 | 1011101 | 11000 | 0 | 101011 | 100100 | 1011101 | 11100 | 110010 |
Color Harmonies of #7DA45D
Complementary color
Monochromatic Colors of #7DA45D
Black with #7DA45D
Text Example
Text Example
White with #7DA45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA45D; }
p { color: rgb(125,164,93); }
H1.HeaderClassName
{
color: #7DA45D;
}
.AnyTagClassName
{
color: #7DA45D;
}
</style>
background-color css
<style>
a { background-color: #7DA45D; }
a { background-color: rgb(125,164,93); }
div.DivClassName
{
background-color: #7DA45D;
}
.BgClassName
{
background-color: #7DA45D;
}
</style>
border-color css
<style>
span { border-color: #7DA45D; }
span { border-color: rgb(125,164,93); }
td.TdClassName
{
border-color: #7DA45D;
}
.TagClassName
{
border-color: #7DA45D;
}
</style>