Shades of Asparagus #76A55E
Tints of Asparagus #76A55E
RGB
CMYK
RGB Variations
Color information
#76A55E (or 0x76A55E) is known color: Asparagus. HEX triplet: 76, A5 and 5E. RGB value is (118,165,94). Sum of RGB (Red+Green+Blue) = 118+165+94=377 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.30% from 377); Green value is 165 (64.84% from 255 or 43.77% from 377); Blue value is 94 (37.11% from 255 or 24.93% from 377); Max value from RGB is 165 - color contains mainly: green. Hex color #76A55E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A55E is #895AA1. Grayscale: #8F8F8F. Windows color (decimal): -9001634 or 6202742. OLE color: 6202742.
HSL color Cylindrical-coordinate representation of color #76A55E: hue angle of 99.72º degrees, saturation: 0.28, 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 #76A55E is Cyan = 0.28, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 118 | 165 | 94 | - |
| CMYK | 0.28 | 0 | 0.43 | 0.35 |
| HSL | 99.72º | 0.28% | 0.51% | - |
| HSV(B) | 99.72º | 0.43% | 0.65% | - |
| XYZ | 22.95 | 31.57 | 15.47 | - |
| YUV | 142.85 | 100.43 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 165 | 94 | 0.28 | 0 | 0.43 | 0.35 | 99.72 | 0.28 | 0.51 |
| Hex | 76 | A5 | 5E | 1C | 0 | 2B | 23 | 64 | 1C | 33 |
| Octal | 166 | 245 | 136 | 34 | 0 | 53 | 43 | 144 | 34 | 63 |
| Binary | 1110110 | 10100101 | 1011110 | 11100 | 0 | 101011 | 100011 | 1100100 | 11100 | 110011 |
Color Harmonies of #76A55E
Complementary color
Monochromatic Colors of #76A55E
Black with #76A55E
Text Example
Text Example
White with #76A55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A55E; }
p { color: rgb(118,165,94); }
H1.HeaderClassName
{
color: #76A55E;
}
.AnyTagClassName
{
color: #76A55E;
}
</style>
background-color css
<style>
a { background-color: #76A55E; }
a { background-color: rgb(118,165,94); }
div.DivClassName
{
background-color: #76A55E;
}
.BgClassName
{
background-color: #76A55E;
}
</style>
border-color css
<style>
span { border-color: #76A55E; }
span { border-color: rgb(118,165,94); }
td.TdClassName
{
border-color: #76A55E;
}
.TagClassName
{
border-color: #76A55E;
}
</style>