Shades of Asparagus #76A756
Tints of Asparagus #76A756
RGB
CMYK
RGB Variations
Color information
#76A756 (or 0x76A756) is known color: Asparagus. HEX triplet: 76, A7 and 56. RGB value is (118,167,86). Sum of RGB (Red+Green+Blue) = 118+167+86=371 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.81% from 371); Green value is 167 (65.62% from 255 or 45.01% from 371); Blue value is 86 (33.98% from 255 or 23.18% from 371); Max value from RGB is 167 - color contains mainly: green. Hex color #76A756 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A756 is #8958A9. Grayscale: #8F8F8F. Windows color (decimal): -9001130 or 5678966. OLE color: 5678966.
HSL color Cylindrical-coordinate representation of color #76A756: hue angle of 96.3º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #76A756 is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 118 | 167 | 86 | - |
| CMYK | 0.29 | 0 | 0.49 | 0.35 |
| HSL | 96.3º | 0.32% | 0.5% | - |
| HSV(B) | 96.3º | 0.49% | 0.65% | - |
| XYZ | 22.97 | 32.16 | 13.8 | - |
| YUV | 143.12 | 95.77 | 110.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 167 | 86 | 0.29 | 0 | 0.49 | 0.35 | 96.3 | 0.32 | 0.5 |
| Hex | 76 | A7 | 56 | 1D | 0 | 31 | 23 | 60 | 20 | 32 |
| Octal | 166 | 247 | 126 | 35 | 0 | 61 | 43 | 140 | 40 | 62 |
| Binary | 1110110 | 10100111 | 1010110 | 11101 | 0 | 110001 | 100011 | 1100000 | 100000 | 110010 |
Color Harmonies of #76A756
Complementary color
Monochromatic Colors of #76A756
Black with #76A756
Text Example
Text Example
White with #76A756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A756; }
p { color: rgb(118,167,86); }
H1.HeaderClassName
{
color: #76A756;
}
.AnyTagClassName
{
color: #76A756;
}
</style>
background-color css
<style>
a { background-color: #76A756; }
a { background-color: rgb(118,167,86); }
div.DivClassName
{
background-color: #76A756;
}
.BgClassName
{
background-color: #76A756;
}
</style>
border-color css
<style>
span { border-color: #76A756; }
span { border-color: rgb(118,167,86); }
td.TdClassName
{
border-color: #76A756;
}
.TagClassName
{
border-color: #76A756;
}
</style>