Shades of Asparagus #7DA358
Tints of Asparagus #7DA358
RGB
CMYK
RGB Variations
Color information
#7DA358 (or 0x7DA358) is known color: Asparagus. HEX triplet: 7D, A3 and 58. RGB value is (125,163,88). Sum of RGB (Red+Green+Blue) = 125+163+88=376 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.24% from 376); Green value is 163 (64.06% from 255 or 43.35% from 376); Blue value is 88 (34.77% from 255 or 23.40% from 376); Max value from RGB is 163 - color contains mainly: green. Hex color #7DA358 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA358 is #825CA7. Grayscale: #8F8F8F. Windows color (decimal): -8543400 or 5809021. OLE color: 5809021.
HSL color Cylindrical-coordinate representation of color #7DA358: hue angle of 90.4º 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 #7DA358 is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 125 | 163 | 88 | - |
| CMYK | 0.23 | 0 | 0.46 | 0.36 |
| HSL | 90.4º | 0.3% | 0.49% | - |
| HSV(B) | 90.4º | 0.46% | 0.64% | - |
| XYZ | 23.32 | 31.26 | 14.04 | - |
| YUV | 143.09 | 96.91 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 163 | 88 | 0.23 | 0 | 0.46 | 0.36 | 90.4 | 0.3 | 0.49 |
| Hex | 7D | A3 | 58 | 17 | 0 | 2E | 24 | 5A | 1E | 31 |
| Octal | 175 | 243 | 130 | 27 | 0 | 56 | 44 | 132 | 36 | 61 |
| Binary | 1111101 | 10100011 | 1011000 | 10111 | 0 | 101110 | 100100 | 1011010 | 11110 | 110001 |
Color Harmonies of #7DA358
Complementary color
Monochromatic Colors of #7DA358
Black with #7DA358
Text Example
Text Example
White with #7DA358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA358; }
p { color: rgb(125,163,88); }
H1.HeaderClassName
{
color: #7DA358;
}
.AnyTagClassName
{
color: #7DA358;
}
</style>
background-color css
<style>
a { background-color: #7DA358; }
a { background-color: rgb(125,163,88); }
div.DivClassName
{
background-color: #7DA358;
}
.BgClassName
{
background-color: #7DA358;
}
</style>
border-color css
<style>
span { border-color: #7DA358; }
span { border-color: rgb(125,163,88); }
td.TdClassName
{
border-color: #7DA358;
}
.TagClassName
{
border-color: #7DA358;
}
</style>