Shades of Asparagus #7DAB66
Tints of Asparagus #7DAB66
RGB
CMYK
RGB Variations
Color information
#7DAB66 (or 0x7DAB66) is known color: Asparagus. HEX triplet: 7D, AB and 66. RGB value is (125,171,102). Sum of RGB (Red+Green+Blue) = 125+171+102=398 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.41% from 398); Green value is 171 (67.19% from 255 or 42.96% from 398); Blue value is 102 (40.23% from 255 or 25.63% from 398); Max value from RGB is 171 - color contains mainly: green. Hex color #7DAB66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAB66 is #825499. Grayscale: #959595. Windows color (decimal): -8541338 or 6728573. OLE color: 6728573.
HSL color Cylindrical-coordinate representation of color #7DAB66: hue angle of 100º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DAB66 is Cyan = 0.27, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 171 | 102 | - |
| CMYK | 0.27 | 0 | 0.40 | 0.33 |
| HSL | 100º | 0.29% | 0.54% | - |
| HSV(B) | 100º | 0.4% | 0.67% | - |
| XYZ | 25.42 | 34.45 | 17.88 | - |
| YUV | 149.38 | 101.26 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 171 | 102 | 0.27 | 0 | 0.40 | 0.33 | 100 | 0.29 | 0.54 |
| Hex | 7D | AB | 66 | 1B | 0 | 28 | 21 | 64 | 1D | 36 |
| Octal | 175 | 253 | 146 | 33 | 0 | 50 | 41 | 144 | 35 | 66 |
| Binary | 1111101 | 10101011 | 1100110 | 11011 | 0 | 101000 | 100001 | 1100100 | 11101 | 110110 |
Color Harmonies of #7DAB66
Complementary color
Monochromatic Colors of #7DAB66
Black with #7DAB66
Text Example
Text Example
White with #7DAB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAB66; }
p { color: rgb(125,171,102); }
H1.HeaderClassName
{
color: #7DAB66;
}
.AnyTagClassName
{
color: #7DAB66;
}
</style>
background-color css
<style>
a { background-color: #7DAB66; }
a { background-color: rgb(125,171,102); }
div.DivClassName
{
background-color: #7DAB66;
}
.BgClassName
{
background-color: #7DAB66;
}
</style>
border-color css
<style>
span { border-color: #7DAB66; }
span { border-color: rgb(125,171,102); }
td.TdClassName
{
border-color: #7DAB66;
}
.TagClassName
{
border-color: #7DAB66;
}
</style>