Shades of Asparagus #7DAD64
Tints of Asparagus #7DAD64
RGB
CMYK
RGB Variations
Color information
#7DAD64 (or 0x7DAD64) is known color: Asparagus. HEX triplet: 7D, AD and 64. RGB value is (125,173,100). Sum of RGB (Red+Green+Blue) = 125+173+100=398 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.41% from 398); Green value is 173 (67.97% from 255 or 43.47% from 398); Blue value is 100 (39.45% from 255 or 25.13% from 398); Max value from RGB is 173 - color contains mainly: green. Hex color #7DAD64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAD64 is #82529B. Grayscale: #969696. Windows color (decimal): -8540828 or 6598013. OLE color: 6598013.
HSL color Cylindrical-coordinate representation of color #7DAD64: hue angle of 99.45º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7DAD64 is Cyan = 0.28, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 125 | 173 | 100 | - |
| CMYK | 0.28 | 0 | 0.42 | 0.32 |
| HSL | 99.45º | 0.31% | 0.54% | - |
| HSV(B) | 99.45º | 0.42% | 0.68% | - |
| XYZ | 25.7 | 35.17 | 17.49 | - |
| YUV | 150.33 | 99.6 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 173 | 100 | 0.28 | 0 | 0.42 | 0.32 | 99.45 | 0.31 | 0.54 |
| Hex | 7D | AD | 64 | 1C | 0 | 2A | 20 | 63 | 1F | 36 |
| Octal | 175 | 255 | 144 | 34 | 0 | 52 | 40 | 143 | 37 | 66 |
| Binary | 1111101 | 10101101 | 1100100 | 11100 | 0 | 101010 | 100000 | 1100011 | 11111 | 110110 |
Color Harmonies of #7DAD64
Complementary color
Monochromatic Colors of #7DAD64
Black with #7DAD64
Text Example
Text Example
White with #7DAD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAD64; }
p { color: rgb(125,173,100); }
H1.HeaderClassName
{
color: #7DAD64;
}
.AnyTagClassName
{
color: #7DAD64;
}
</style>
background-color css
<style>
a { background-color: #7DAD64; }
a { background-color: rgb(125,173,100); }
div.DivClassName
{
background-color: #7DAD64;
}
.BgClassName
{
background-color: #7DAD64;
}
</style>
border-color css
<style>
span { border-color: #7DAD64; }
span { border-color: rgb(125,173,100); }
td.TdClassName
{
border-color: #7DAD64;
}
.TagClassName
{
border-color: #7DAD64;
}
</style>