Shades of Asparagus #7DA458
Tints of Asparagus #7DA458
RGB
CMYK
RGB Variations
Color information
#7DA458 (or 0x7DA458) is known color: Asparagus. HEX triplet: 7D, A4 and 58. RGB value is (125,164,88). Sum of RGB (Red+Green+Blue) = 125+164+88=377 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.16% from 377); Green value is 164 (64.45% from 255 or 43.50% from 377); Blue value is 88 (34.77% from 255 or 23.34% from 377); Max value from RGB is 164 - color contains mainly: green. Hex color #7DA458 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA458 is #825BA7. Grayscale: #8F8F8F. Windows color (decimal): -8543144 or 5809277. OLE color: 5809277.
HSL color Cylindrical-coordinate representation of color #7DA458: hue angle of 90.79º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7DA458 is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 125 | 164 | 88 | - |
| CMYK | 0.24 | 0 | 0.46 | 0.36 |
| HSL | 90.79º | 0.3% | 0.49% | - |
| HSV(B) | 90.79º | 0.46% | 0.64% | - |
| XYZ | 23.49 | 31.62 | 14.1 | - |
| YUV | 143.68 | 96.58 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 164 | 88 | 0.24 | 0 | 0.46 | 0.36 | 90.79 | 0.3 | 0.49 |
| Hex | 7D | A4 | 58 | 18 | 0 | 2E | 24 | 5B | 1E | 31 |
| Octal | 175 | 244 | 130 | 30 | 0 | 56 | 44 | 133 | 36 | 61 |
| Binary | 1111101 | 10100100 | 1011000 | 11000 | 0 | 101110 | 100100 | 1011011 | 11110 | 110001 |
Color Harmonies of #7DA458
Complementary color
Monochromatic Colors of #7DA458
Black with #7DA458
Text Example
Text Example
White with #7DA458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA458; }
p { color: rgb(125,164,88); }
H1.HeaderClassName
{
color: #7DA458;
}
.AnyTagClassName
{
color: #7DA458;
}
</style>
background-color css
<style>
a { background-color: #7DA458; }
a { background-color: rgb(125,164,88); }
div.DivClassName
{
background-color: #7DA458;
}
.BgClassName
{
background-color: #7DA458;
}
</style>
border-color css
<style>
span { border-color: #7DA458; }
span { border-color: rgb(125,164,88); }
td.TdClassName
{
border-color: #7DA458;
}
.TagClassName
{
border-color: #7DA458;
}
</style>