Shades of Asparagus #7DA165
Tints of Asparagus #7DA165
RGB
CMYK
RGB Variations
Color information
#7DA165 (or 0x7DA165) is known color: Asparagus. HEX triplet: 7D, A1 and 65. RGB value is (125,161,101). Sum of RGB (Red+Green+Blue) = 125+161+101=387 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.30% from 387); Green value is 161 (63.28% from 255 or 41.60% from 387); Blue value is 101 (39.84% from 255 or 26.10% from 387); Max value from RGB is 161 - color contains mainly: green. Hex color #7DA165 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA165 is #825E9A. Grayscale: #8F8F8F. Windows color (decimal): -8543899 or 6660477. OLE color: 6660477.
HSL color Cylindrical-coordinate representation of color #7DA165: hue angle of 96º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7DA165 is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 125 | 161 | 101 | - |
| CMYK | 0.22 | 0 | 0.37 | 0.37 |
| HSL | 96º | 0.24% | 0.51% | - |
| HSV(B) | 96º | 0.37% | 0.63% | - |
| XYZ | 23.55 | 30.79 | 17.01 | - |
| YUV | 143.4 | 104.07 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 161 | 101 | 0.22 | 0 | 0.37 | 0.37 | 96 | 0.24 | 0.51 |
| Hex | 7D | A1 | 65 | 16 | 0 | 25 | 25 | 60 | 18 | 33 |
| Octal | 175 | 241 | 145 | 26 | 0 | 45 | 45 | 140 | 30 | 63 |
| Binary | 1111101 | 10100001 | 1100101 | 10110 | 0 | 100101 | 100101 | 1100000 | 11000 | 110011 |
Color Harmonies of #7DA165
Complementary color
Monochromatic Colors of #7DA165
Black with #7DA165
Text Example
Text Example
White with #7DA165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA165; }
p { color: rgb(125,161,101); }
H1.HeaderClassName
{
color: #7DA165;
}
.AnyTagClassName
{
color: #7DA165;
}
</style>
background-color css
<style>
a { background-color: #7DA165; }
a { background-color: rgb(125,161,101); }
div.DivClassName
{
background-color: #7DA165;
}
.BgClassName
{
background-color: #7DA165;
}
</style>
border-color css
<style>
span { border-color: #7DA165; }
span { border-color: rgb(125,161,101); }
td.TdClassName
{
border-color: #7DA165;
}
.TagClassName
{
border-color: #7DA165;
}
</style>