Shades of Asparagus #76A951
Tints of Asparagus #76A951
RGB
CMYK
RGB Variations
Color information
#76A951 (or 0x76A951) is known color: Asparagus. HEX triplet: 76, A9 and 51. RGB value is (118,169,81). Sum of RGB (Red+Green+Blue) = 118+169+81=368 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.07% from 368); Green value is 169 (66.41% from 255 or 45.92% from 368); Blue value is 81 (32.03% from 255 or 22.01% from 368); Max value from RGB is 169 - color contains mainly: green. Hex color #76A951 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A951 is #8956AE. Grayscale: #909090. Windows color (decimal): -9000623 or 5351798. OLE color: 5351798.
HSL color Cylindrical-coordinate representation of color #76A951: hue angle of 94.77º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #76A951 is Cyan = 0.30, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 118 | 169 | 81 | - |
| CMYK | 0.30 | 0 | 0.52 | 0.34 |
| HSL | 94.77º | 0.35% | 0.49% | - |
| HSV(B) | 94.77º | 0.52% | 0.66% | - |
| XYZ | 23.14 | 32.82 | 12.9 | - |
| YUV | 143.72 | 92.6 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 169 | 81 | 0.30 | 0 | 0.52 | 0.34 | 94.77 | 0.35 | 0.49 |
| Hex | 76 | A9 | 51 | 1E | 0 | 34 | 22 | 5F | 23 | 31 |
| Octal | 166 | 251 | 121 | 36 | 0 | 64 | 42 | 137 | 43 | 61 |
| Binary | 1110110 | 10101001 | 1010001 | 11110 | 0 | 110100 | 100010 | 1011111 | 100011 | 110001 |
Color Harmonies of #76A951
Complementary color
Monochromatic Colors of #76A951
Black with #76A951
Text Example
Text Example
White with #76A951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A951; }
p { color: rgb(118,169,81); }
H1.HeaderClassName
{
color: #76A951;
}
.AnyTagClassName
{
color: #76A951;
}
</style>
background-color css
<style>
a { background-color: #76A951; }
a { background-color: rgb(118,169,81); }
div.DivClassName
{
background-color: #76A951;
}
.BgClassName
{
background-color: #76A951;
}
</style>
border-color css
<style>
span { border-color: #76A951; }
span { border-color: rgb(118,169,81); }
td.TdClassName
{
border-color: #76A951;
}
.TagClassName
{
border-color: #76A951;
}
</style>