Shades of Asparagus #7D9E66
Tints of Asparagus #7D9E66
RGB
CMYK
RGB Variations
Color information
#7D9E66 (or 0x7D9E66) is known color: Asparagus. HEX triplet: 7D, 9E and 66. RGB value is (125,158,102). Sum of RGB (Red+Green+Blue) = 125+158+102=385 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.47% from 385); Green value is 158 (62.11% from 255 or 41.04% from 385); Blue value is 102 (40.23% from 255 or 26.49% from 385); Max value from RGB is 158 - color contains mainly: green. Hex color #7D9E66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D9E66 is #826199. Grayscale: #8D8D8D. Windows color (decimal): -8544666 or 6725245. OLE color: 6725245.
HSL color Cylindrical-coordinate representation of color #7D9E66: hue angle of 95.36º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7D9E66 is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 125 | 158 | 102 | - |
| CMYK | 0.21 | 0 | 0.35 | 0.38 |
| HSL | 95.36º | 0.22% | 0.51% | - |
| HSV(B) | 95.36º | 0.35% | 0.62% | - |
| XYZ | 23.08 | 29.77 | 17.1 | - |
| YUV | 141.75 | 105.57 | 116.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 158 | 102 | 0.21 | 0 | 0.35 | 0.38 | 95.36 | 0.22 | 0.51 |
| Hex | 7D | 9E | 66 | 15 | 0 | 23 | 26 | 5F | 16 | 33 |
| Octal | 175 | 236 | 146 | 25 | 0 | 43 | 46 | 137 | 26 | 63 |
| Binary | 1111101 | 10011110 | 1100110 | 10101 | 0 | 100011 | 100110 | 1011111 | 10110 | 110011 |
Color Harmonies of #7D9E66
Complementary color
Monochromatic Colors of #7D9E66
Black with #7D9E66
Text Example
Text Example
White with #7D9E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9E66; }
p { color: rgb(125,158,102); }
H1.HeaderClassName
{
color: #7D9E66;
}
.AnyTagClassName
{
color: #7D9E66;
}
</style>
background-color css
<style>
a { background-color: #7D9E66; }
a { background-color: rgb(125,158,102); }
div.DivClassName
{
background-color: #7D9E66;
}
.BgClassName
{
background-color: #7D9E66;
}
</style>
border-color css
<style>
span { border-color: #7D9E66; }
span { border-color: rgb(125,158,102); }
td.TdClassName
{
border-color: #7D9E66;
}
.TagClassName
{
border-color: #7D9E66;
}
</style>