Shades of Asparagus #7DA955
Tints of Asparagus #7DA955
RGB
CMYK
RGB Variations
Color information
#7DA955 (or 0x7DA955) is known color: Asparagus. HEX triplet: 7D, A9 and 55. RGB value is (125,169,85). Sum of RGB (Red+Green+Blue) = 125+169+85=379 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.98% from 379); Green value is 169 (66.41% from 255 or 44.59% from 379); Blue value is 85 (33.59% from 255 or 22.43% from 379); Max value from RGB is 169 - color contains mainly: green. Hex color #7DA955 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA955 is #8256AA. Grayscale: #929292. Windows color (decimal): -8541867 or 5613949. OLE color: 5613949.
HSL color Cylindrical-coordinate representation of color #7DA955: hue angle of 91.43º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DA955 is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 125 | 169 | 85 | - |
| CMYK | 0.26 | 0 | 0.50 | 0.34 |
| HSL | 91.43º | 0.33% | 0.5% | - |
| HSV(B) | 91.43º | 0.5% | 0.66% | - |
| XYZ | 24.29 | 33.39 | 13.76 | - |
| YUV | 146.27 | 93.42 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 169 | 85 | 0.26 | 0 | 0.50 | 0.34 | 91.43 | 0.33 | 0.5 |
| Hex | 7D | A9 | 55 | 1A | 0 | 32 | 22 | 5B | 21 | 32 |
| Octal | 175 | 251 | 125 | 32 | 0 | 62 | 42 | 133 | 41 | 62 |
| Binary | 1111101 | 10101001 | 1010101 | 11010 | 0 | 110010 | 100010 | 1011011 | 100001 | 110010 |
Color Harmonies of #7DA955
Complementary color
Monochromatic Colors of #7DA955
Black with #7DA955
Text Example
Text Example
White with #7DA955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA955; }
p { color: rgb(125,169,85); }
H1.HeaderClassName
{
color: #7DA955;
}
.AnyTagClassName
{
color: #7DA955;
}
</style>
background-color css
<style>
a { background-color: #7DA955; }
a { background-color: rgb(125,169,85); }
div.DivClassName
{
background-color: #7DA955;
}
.BgClassName
{
background-color: #7DA955;
}
</style>
border-color css
<style>
span { border-color: #7DA955; }
span { border-color: rgb(125,169,85); }
td.TdClassName
{
border-color: #7DA955;
}
.TagClassName
{
border-color: #7DA955;
}
</style>