Shades of Asparagus #7DA465
Tints of Asparagus #7DA465
RGB
CMYK
RGB Variations
Color information
#7DA465 (or 0x7DA465) is known color: Asparagus. HEX triplet: 7D, A4 and 65. RGB value is (125,164,101). Sum of RGB (Red+Green+Blue) = 125+164+101=390 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.05% from 390); Green value is 164 (64.45% from 255 or 42.05% from 390); Blue value is 101 (39.84% from 255 or 25.90% from 390); Max value from RGB is 164 - color contains mainly: green. Hex color #7DA465 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA465 is #825B9A. Grayscale: #919191. Windows color (decimal): -8543131 or 6661245. OLE color: 6661245.
HSL color Cylindrical-coordinate representation of color #7DA465: hue angle of 97.14º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7DA465 is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 125 | 164 | 101 | - |
| CMYK | 0.24 | 0 | 0.38 | 0.36 |
| HSL | 97.14º | 0.26% | 0.52% | - |
| HSV(B) | 97.14º | 0.38% | 0.64% | - |
| XYZ | 24.08 | 31.85 | 17.19 | - |
| YUV | 145.16 | 103.08 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 164 | 101 | 0.24 | 0 | 0.38 | 0.36 | 97.14 | 0.26 | 0.52 |
| Hex | 7D | A4 | 65 | 18 | 0 | 26 | 24 | 61 | 1A | 34 |
| Octal | 175 | 244 | 145 | 30 | 0 | 46 | 44 | 141 | 32 | 64 |
| Binary | 1111101 | 10100100 | 1100101 | 11000 | 0 | 100110 | 100100 | 1100001 | 11010 | 110100 |
Color Harmonies of #7DA465
Complementary color
Monochromatic Colors of #7DA465
Black with #7DA465
Text Example
Text Example
White with #7DA465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA465; }
p { color: rgb(125,164,101); }
H1.HeaderClassName
{
color: #7DA465;
}
.AnyTagClassName
{
color: #7DA465;
}
</style>
background-color css
<style>
a { background-color: #7DA465; }
a { background-color: rgb(125,164,101); }
div.DivClassName
{
background-color: #7DA465;
}
.BgClassName
{
background-color: #7DA465;
}
</style>
border-color css
<style>
span { border-color: #7DA465; }
span { border-color: rgb(125,164,101); }
td.TdClassName
{
border-color: #7DA465;
}
.TagClassName
{
border-color: #7DA465;
}
</style>