Shades of Asparagus #7DA953
Tints of Asparagus #7DA953
RGB
CMYK
RGB Variations
Color information
#7DA953 (or 0x7DA953) is known color: Asparagus. HEX triplet: 7D, A9 and 53. RGB value is (125,169,83). Sum of RGB (Red+Green+Blue) = 125+169+83=377 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.16% from 377); Green value is 169 (66.41% from 255 or 44.83% from 377); Blue value is 83 (32.81% from 255 or 22.02% from 377); Max value from RGB is 169 - color contains mainly: green. Hex color #7DA953 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA953 is #8256AC. Grayscale: #929292. Windows color (decimal): -8541869 or 5482877. OLE color: 5482877.
HSL color Cylindrical-coordinate representation of color #7DA953: hue angle of 90.7º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DA953 is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 125 | 169 | 83 | - |
| CMYK | 0.26 | 0 | 0.51 | 0.34 |
| HSL | 90.7º | 0.34% | 0.49% | - |
| HSV(B) | 90.7º | 0.51% | 0.66% | - |
| XYZ | 24.21 | 33.36 | 13.35 | - |
| YUV | 146.04 | 92.42 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 169 | 83 | 0.26 | 0 | 0.51 | 0.34 | 90.7 | 0.34 | 0.49 |
| Hex | 7D | A9 | 53 | 1A | 0 | 33 | 22 | 5B | 22 | 31 |
| Octal | 175 | 251 | 123 | 32 | 0 | 63 | 42 | 133 | 42 | 61 |
| Binary | 1111101 | 10101001 | 1010011 | 11010 | 0 | 110011 | 100010 | 1011011 | 100010 | 110001 |
Color Harmonies of #7DA953
Complementary color
Monochromatic Colors of #7DA953
Black with #7DA953
Text Example
Text Example
White with #7DA953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA953; }
p { color: rgb(125,169,83); }
H1.HeaderClassName
{
color: #7DA953;
}
.AnyTagClassName
{
color: #7DA953;
}
</style>
background-color css
<style>
a { background-color: #7DA953; }
a { background-color: rgb(125,169,83); }
div.DivClassName
{
background-color: #7DA953;
}
.BgClassName
{
background-color: #7DA953;
}
</style>
border-color css
<style>
span { border-color: #7DA953; }
span { border-color: rgb(125,169,83); }
td.TdClassName
{
border-color: #7DA953;
}
.TagClassName
{
border-color: #7DA953;
}
</style>