Shades of Asparagus #7DA255
Tints of Asparagus #7DA255
RGB
CMYK
RGB Variations
Color information
#7DA255 (or 0x7DA255) is known color: Asparagus. HEX triplet: 7D, A2 and 55. RGB value is (125,162,85). Sum of RGB (Red+Green+Blue) = 125+162+85=372 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.60% from 372); Green value is 162 (63.67% from 255 or 43.55% from 372); Blue value is 85 (33.59% from 255 or 22.85% from 372); Max value from RGB is 162 - color contains mainly: green. Hex color #7DA255 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA255 is #825DAA. Grayscale: #8E8E8E. Windows color (decimal): -8543659 or 5612157. OLE color: 5612157.
HSL color Cylindrical-coordinate representation of color #7DA255: hue angle of 88.83º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DA255 is Cyan = 0.23, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 125 | 162 | 85 | - |
| CMYK | 0.23 | 0 | 0.48 | 0.36 |
| HSL | 88.83º | 0.31% | 0.48% | - |
| HSV(B) | 88.83º | 0.48% | 0.64% | - |
| XYZ | 23.02 | 30.86 | 13.34 | - |
| YUV | 142.16 | 95.74 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 162 | 85 | 0.23 | 0 | 0.48 | 0.36 | 88.83 | 0.31 | 0.48 |
| Hex | 7D | A2 | 55 | 17 | 0 | 30 | 24 | 59 | 1F | 30 |
| Octal | 175 | 242 | 125 | 27 | 0 | 60 | 44 | 131 | 37 | 60 |
| Binary | 1111101 | 10100010 | 1010101 | 10111 | 0 | 110000 | 100100 | 1011001 | 11111 | 110000 |
Color Harmonies of #7DA255
Complementary color
Monochromatic Colors of #7DA255
Black with #7DA255
Text Example
Text Example
White with #7DA255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA255; }
p { color: rgb(125,162,85); }
H1.HeaderClassName
{
color: #7DA255;
}
.AnyTagClassName
{
color: #7DA255;
}
</style>
background-color css
<style>
a { background-color: #7DA255; }
a { background-color: rgb(125,162,85); }
div.DivClassName
{
background-color: #7DA255;
}
.BgClassName
{
background-color: #7DA255;
}
</style>
border-color css
<style>
span { border-color: #7DA255; }
span { border-color: rgb(125,162,85); }
td.TdClassName
{
border-color: #7DA255;
}
.TagClassName
{
border-color: #7DA255;
}
</style>