Shades of Asparagus #7D9F64
Tints of Asparagus #7D9F64
RGB
CMYK
RGB Variations
Color information
#7D9F64 (or 0x7D9F64) is known color: Asparagus. HEX triplet: 7D, 9F and 64. RGB value is (125,159,100). Sum of RGB (Red+Green+Blue) = 125+159+100=384 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.55% from 384); Green value is 159 (62.5% from 255 or 41.41% from 384); Blue value is 100 (39.45% from 255 or 26.04% from 384); Max value from RGB is 159 - color contains mainly: green. Hex color #7D9F64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D9F64 is #82609B. Grayscale: #8E8E8E. Windows color (decimal): -8544412 or 6594429. OLE color: 6594429.
HSL color Cylindrical-coordinate representation of color #7D9F64: hue angle of 94.58º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7D9F64 is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 125 | 159 | 100 | - |
| CMYK | 0.21 | 0 | 0.37 | 0.38 |
| HSL | 94.58º | 0.24% | 0.51% | - |
| HSV(B) | 94.58º | 0.37% | 0.62% | - |
| XYZ | 23.16 | 30.08 | 16.64 | - |
| YUV | 142.11 | 104.24 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 159 | 100 | 0.21 | 0 | 0.37 | 0.38 | 94.58 | 0.24 | 0.51 |
| Hex | 7D | 9F | 64 | 15 | 0 | 25 | 26 | 5F | 18 | 33 |
| Octal | 175 | 237 | 144 | 25 | 0 | 45 | 46 | 137 | 30 | 63 |
| Binary | 1111101 | 10011111 | 1100100 | 10101 | 0 | 100101 | 100110 | 1011111 | 11000 | 110011 |
Color Harmonies of #7D9F64
Complementary color
Monochromatic Colors of #7D9F64
Black with #7D9F64
Text Example
Text Example
White with #7D9F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9F64; }
p { color: rgb(125,159,100); }
H1.HeaderClassName
{
color: #7D9F64;
}
.AnyTagClassName
{
color: #7D9F64;
}
</style>
background-color css
<style>
a { background-color: #7D9F64; }
a { background-color: rgb(125,159,100); }
div.DivClassName
{
background-color: #7D9F64;
}
.BgClassName
{
background-color: #7D9F64;
}
</style>
border-color css
<style>
span { border-color: #7D9F64; }
span { border-color: rgb(125,159,100); }
td.TdClassName
{
border-color: #7D9F64;
}
.TagClassName
{
border-color: #7D9F64;
}
</style>