Shades of Asparagus #7DAC65
Tints of Asparagus #7DAC65
RGB
CMYK
RGB Variations
Color information
#7DAC65 (or 0x7DAC65) is known color: Asparagus. HEX triplet: 7D, AC and 65. RGB value is (125,172,101). Sum of RGB (Red+Green+Blue) = 125+172+101=398 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.41% from 398); Green value is 172 (67.58% from 255 or 43.22% from 398); Blue value is 101 (39.84% from 255 or 25.38% from 398); Max value from RGB is 172 - color contains mainly: green. Hex color #7DAC65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAC65 is #82539A. Grayscale: #969696. Windows color (decimal): -8541083 or 6663293. OLE color: 6663293.
HSL color Cylindrical-coordinate representation of color #7DAC65: hue angle of 99.72º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7DAC65 is Cyan = 0.27, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 172 | 101 | - |
| CMYK | 0.27 | 0 | 0.41 | 0.33 |
| HSL | 99.72º | 0.3% | 0.54% | - |
| HSV(B) | 99.72º | 0.41% | 0.67% | - |
| XYZ | 25.56 | 34.8 | 17.68 | - |
| YUV | 149.85 | 100.43 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 172 | 101 | 0.27 | 0 | 0.41 | 0.33 | 99.72 | 0.3 | 0.54 |
| Hex | 7D | AC | 65 | 1B | 0 | 29 | 21 | 64 | 1E | 36 |
| Octal | 175 | 254 | 145 | 33 | 0 | 51 | 41 | 144 | 36 | 66 |
| Binary | 1111101 | 10101100 | 1100101 | 11011 | 0 | 101001 | 100001 | 1100100 | 11110 | 110110 |
Color Harmonies of #7DAC65
Complementary color
Monochromatic Colors of #7DAC65
Black with #7DAC65
Text Example
Text Example
White with #7DAC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAC65; }
p { color: rgb(125,172,101); }
H1.HeaderClassName
{
color: #7DAC65;
}
.AnyTagClassName
{
color: #7DAC65;
}
</style>
background-color css
<style>
a { background-color: #7DAC65; }
a { background-color: rgb(125,172,101); }
div.DivClassName
{
background-color: #7DAC65;
}
.BgClassName
{
background-color: #7DAC65;
}
</style>
border-color css
<style>
span { border-color: #7DAC65; }
span { border-color: rgb(125,172,101); }
td.TdClassName
{
border-color: #7DAC65;
}
.TagClassName
{
border-color: #7DAC65;
}
</style>