Shades of Asparagus #7DA855
Tints of Asparagus #7DA855
RGB
CMYK
RGB Variations
Color information
#7DA855 (or 0x7DA855) is known color: Asparagus. HEX triplet: 7D, A8 and 55. RGB value is (125,168,85). Sum of RGB (Red+Green+Blue) = 125+168+85=378 (50% of max value = 765). Red value is 125 (49.22% from 255 or 33.07% from 378); Green value is 168 (66.02% from 255 or 44.44% from 378); Blue value is 85 (33.59% from 255 or 22.49% from 378); Max value from RGB is 168 - color contains mainly: green. Hex color #7DA855 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA855 is #8257AA. Grayscale: #919191. Windows color (decimal): -8542123 or 5613693. OLE color: 5613693.
HSL color Cylindrical-coordinate representation of color #7DA855: hue angle of 91.08º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7DA855 is Cyan = 0.26, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 125 | 168 | 85 | - |
| CMYK | 0.26 | 0 | 0.49 | 0.34 |
| HSL | 91.08º | 0.33% | 0.5% | - |
| HSV(B) | 91.08º | 0.49% | 0.66% | - |
| XYZ | 24.1 | 33.02 | 13.7 | - |
| YUV | 145.68 | 93.75 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 168 | 85 | 0.26 | 0 | 0.49 | 0.34 | 91.08 | 0.33 | 0.5 |
| Hex | 7D | A8 | 55 | 1A | 0 | 31 | 22 | 5B | 21 | 32 |
| Octal | 175 | 250 | 125 | 32 | 0 | 61 | 42 | 133 | 41 | 62 |
| Binary | 1111101 | 10101000 | 1010101 | 11010 | 0 | 110001 | 100010 | 1011011 | 100001 | 110010 |
Color Harmonies of #7DA855
Complementary color
Monochromatic Colors of #7DA855
Black with #7DA855
Text Example
Text Example
White with #7DA855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA855; }
p { color: rgb(125,168,85); }
H1.HeaderClassName
{
color: #7DA855;
}
.AnyTagClassName
{
color: #7DA855;
}
</style>
background-color css
<style>
a { background-color: #7DA855; }
a { background-color: rgb(125,168,85); }
div.DivClassName
{
background-color: #7DA855;
}
.BgClassName
{
background-color: #7DA855;
}
</style>
border-color css
<style>
span { border-color: #7DA855; }
span { border-color: rgb(125,168,85); }
td.TdClassName
{
border-color: #7DA855;
}
.TagClassName
{
border-color: #7DA855;
}
</style>