Shades of Asparagus #7DAD65
Tints of Asparagus #7DAD65
RGB
CMYK
RGB Variations
Color information
#7DAD65 (or 0x7DAD65) is known color: Asparagus. HEX triplet: 7D, AD and 65. RGB value is (125,173,101). Sum of RGB (Red+Green+Blue) = 125+173+101=399 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.33% from 399); Green value is 173 (67.97% from 255 or 43.36% from 399); Blue value is 101 (39.84% from 255 or 25.31% from 399); Max value from RGB is 173 - color contains mainly: green. Hex color #7DAD65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAD65 is #82529A. Grayscale: #969696. Windows color (decimal): -8540827 or 6663549. OLE color: 6663549.
HSL color Cylindrical-coordinate representation of color #7DAD65: hue angle of 100º 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 #7DAD65 is Cyan = 0.28, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 125 | 173 | 101 | - |
| CMYK | 0.28 | 0 | 0.42 | 0.32 |
| HSL | 100º | 0.31% | 0.54% | - |
| HSV(B) | 100º | 0.42% | 0.68% | - |
| XYZ | 25.75 | 35.19 | 17.75 | - |
| YUV | 150.44 | 100.1 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 173 | 101 | 0.28 | 0 | 0.42 | 0.32 | 100 | 0.31 | 0.54 |
| Hex | 7D | AD | 65 | 1C | 0 | 2A | 20 | 64 | 1F | 36 |
| Octal | 175 | 255 | 145 | 34 | 0 | 52 | 40 | 144 | 37 | 66 |
| Binary | 1111101 | 10101101 | 1100101 | 11100 | 0 | 101010 | 100000 | 1100100 | 11111 | 110110 |
Color Harmonies of #7DAD65
Complementary color
Monochromatic Colors of #7DAD65
Black with #7DAD65
Text Example
Text Example
White with #7DAD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAD65; }
p { color: rgb(125,173,101); }
H1.HeaderClassName
{
color: #7DAD65;
}
.AnyTagClassName
{
color: #7DAD65;
}
</style>
background-color css
<style>
a { background-color: #7DAD65; }
a { background-color: rgb(125,173,101); }
div.DivClassName
{
background-color: #7DAD65;
}
.BgClassName
{
background-color: #7DAD65;
}
</style>
border-color css
<style>
span { border-color: #7DAD65; }
span { border-color: rgb(125,173,101); }
td.TdClassName
{
border-color: #7DAD65;
}
.TagClassName
{
border-color: #7DAD65;
}
</style>