Shades of Asparagus #7DA463
Tints of Asparagus #7DA463
RGB
CMYK
RGB Variations
Color information
#7DA463 (or 0x7DA463) is known color: Asparagus. HEX triplet: 7D, A4 and 63. RGB value is (125,164,99). Sum of RGB (Red+Green+Blue) = 125+164+99=388 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.22% from 388); Green value is 164 (64.45% from 255 or 42.27% from 388); Blue value is 99 (39.06% from 255 or 25.52% from 388); Max value from RGB is 164 - color contains mainly: green. Hex color #7DA463 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA463 is #825B9C. Grayscale: #919191. Windows color (decimal): -8543133 or 6530173. OLE color: 6530173.
HSL color Cylindrical-coordinate representation of color #7DA463: hue angle of 96º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DA463 is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 125 | 164 | 99 | - |
| CMYK | 0.24 | 0 | 0.40 | 0.36 |
| HSL | 96º | 0.26% | 0.52% | - |
| HSV(B) | 96º | 0.4% | 0.64% | - |
| XYZ | 23.99 | 31.81 | 16.68 | - |
| YUV | 144.93 | 102.08 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 164 | 99 | 0.24 | 0 | 0.40 | 0.36 | 96 | 0.26 | 0.52 |
| Hex | 7D | A4 | 63 | 18 | 0 | 28 | 24 | 60 | 1A | 34 |
| Octal | 175 | 244 | 143 | 30 | 0 | 50 | 44 | 140 | 32 | 64 |
| Binary | 1111101 | 10100100 | 1100011 | 11000 | 0 | 101000 | 100100 | 1100000 | 11010 | 110100 |
Color Harmonies of #7DA463
Complementary color
Monochromatic Colors of #7DA463
Black with #7DA463
Text Example
Text Example
White with #7DA463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA463; }
p { color: rgb(125,164,99); }
H1.HeaderClassName
{
color: #7DA463;
}
.AnyTagClassName
{
color: #7DA463;
}
</style>
background-color css
<style>
a { background-color: #7DA463; }
a { background-color: rgb(125,164,99); }
div.DivClassName
{
background-color: #7DA463;
}
.BgClassName
{
background-color: #7DA463;
}
</style>
border-color css
<style>
span { border-color: #7DA463; }
span { border-color: rgb(125,164,99); }
td.TdClassName
{
border-color: #7DA463;
}
.TagClassName
{
border-color: #7DA463;
}
</style>