Shades of Asparagus #76A65E
Tints of Asparagus #76A65E
RGB
CMYK
RGB Variations
Color information
#76A65E (or 0x76A65E) is known color: Asparagus. HEX triplet: 76, A6 and 5E. RGB value is (118,166,94). Sum of RGB (Red+Green+Blue) = 118+166+94=378 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.22% from 378); Green value is 166 (65.23% from 255 or 43.92% from 378); Blue value is 94 (37.11% from 255 or 24.87% from 378); Max value from RGB is 166 - color contains mainly: green. Hex color #76A65E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A65E is #8959A1. Grayscale: #8F8F8F. Windows color (decimal): -9001378 or 6202998. OLE color: 6202998.
HSL color Cylindrical-coordinate representation of color #76A65E: hue angle of 100º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #76A65E is Cyan = 0.29, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 118 | 166 | 94 | - |
| CMYK | 0.29 | 0 | 0.43 | 0.35 |
| HSL | 100º | 0.29% | 0.51% | - |
| HSV(B) | 100º | 0.43% | 0.65% | - |
| XYZ | 23.13 | 31.93 | 15.53 | - |
| YUV | 143.44 | 100.1 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 166 | 94 | 0.29 | 0 | 0.43 | 0.35 | 100 | 0.29 | 0.51 |
| Hex | 76 | A6 | 5E | 1D | 0 | 2B | 23 | 64 | 1D | 33 |
| Octal | 166 | 246 | 136 | 35 | 0 | 53 | 43 | 144 | 35 | 63 |
| Binary | 1110110 | 10100110 | 1011110 | 11101 | 0 | 101011 | 100011 | 1100100 | 11101 | 110011 |
Color Harmonies of #76A65E
Complementary color
Monochromatic Colors of #76A65E
Black with #76A65E
Text Example
Text Example
White with #76A65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A65E; }
p { color: rgb(118,166,94); }
H1.HeaderClassName
{
color: #76A65E;
}
.AnyTagClassName
{
color: #76A65E;
}
</style>
background-color css
<style>
a { background-color: #76A65E; }
a { background-color: rgb(118,166,94); }
div.DivClassName
{
background-color: #76A65E;
}
.BgClassName
{
background-color: #76A65E;
}
</style>
border-color css
<style>
span { border-color: #76A65E; }
span { border-color: rgb(118,166,94); }
td.TdClassName
{
border-color: #76A65E;
}
.TagClassName
{
border-color: #76A65E;
}
</style>