Shades of Asparagus #7DA949
Tints of Asparagus #7DA949
RGB
CMYK
RGB Variations
Color information
#7DA949 (or 0x7DA949) is known color: Asparagus. HEX triplet: 7D, A9 and 49. RGB value is (125,169,73). Sum of RGB (Red+Green+Blue) = 125+169+73=367 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.06% from 367); Green value is 169 (66.41% from 255 or 46.05% from 367); Blue value is 73 (28.91% from 255 or 19.89% from 367); Max value from RGB is 169 - color contains mainly: green. Hex color #7DA949 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DA949 is #8256B6. Grayscale: #919191. Windows color (decimal): -8541879 or 4827517. OLE color: 4827517.
HSL color Cylindrical-coordinate representation of color #7DA949: hue angle of 87.5º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7DA949 is Cyan = 0.26, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 125 | 169 | 73 | - |
| CMYK | 0.26 | 0 | 0.57 | 0.34 |
| HSL | 87.5º | 0.4% | 0.47% | - |
| HSV(B) | 87.5º | 0.57% | 0.66% | - |
| XYZ | 23.85 | 33.22 | 11.46 | - |
| YUV | 144.9 | 87.42 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 169 | 73 | 0.26 | 0 | 0.57 | 0.34 | 87.5 | 0.4 | 0.47 |
| Hex | 7D | A9 | 49 | 1A | 0 | 39 | 22 | 57 | 28 | 2F |
| Octal | 175 | 251 | 111 | 32 | 0 | 71 | 42 | 127 | 50 | 57 |
| Binary | 1111101 | 10101001 | 1001001 | 11010 | 0 | 111001 | 100010 | 1010111 | 101000 | 101111 |
Color Harmonies of #7DA949
Complementary color
Monochromatic Colors of #7DA949
Black with #7DA949
Text Example
Text Example
White with #7DA949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA949; }
p { color: rgb(125,169,73); }
H1.HeaderClassName
{
color: #7DA949;
}
.AnyTagClassName
{
color: #7DA949;
}
</style>
background-color css
<style>
a { background-color: #7DA949; }
a { background-color: rgb(125,169,73); }
div.DivClassName
{
background-color: #7DA949;
}
.BgClassName
{
background-color: #7DA949;
}
</style>
border-color css
<style>
span { border-color: #7DA949; }
span { border-color: rgb(125,169,73); }
td.TdClassName
{
border-color: #7DA949;
}
.TagClassName
{
border-color: #7DA949;
}
</style>