Shades of Asparagus #76A644
Tints of Asparagus #76A644
RGB
CMYK
RGB Variations
Color information
#76A644 (or 0x76A644) is known color: Asparagus. HEX triplet: 76, A6 and 44. RGB value is (118,166,68). Sum of RGB (Red+Green+Blue) = 118+166+68=352 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.52% from 352); Green value is 166 (65.23% from 255 or 47.16% from 352); Blue value is 68 (26.95% from 255 or 19.32% from 352); Max value from RGB is 166 - color contains mainly: green. Hex color #76A644 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A644 is #8959BB. Grayscale: #8C8C8C. Windows color (decimal): -9001404 or 4499062. OLE color: 4499062.
HSL color Cylindrical-coordinate representation of color #76A644: hue angle of 89.39º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #76A644 is Cyan = 0.29, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 118 | 166 | 68 | - |
| CMYK | 0.29 | 0 | 0.59 | 0.35 |
| HSL | 89.39º | 0.42% | 0.46% | - |
| HSV(B) | 89.39º | 0.59% | 0.65% | - |
| XYZ | 22.15 | 31.54 | 10.39 | - |
| YUV | 140.48 | 87.1 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 166 | 68 | 0.29 | 0 | 0.59 | 0.35 | 89.39 | 0.42 | 0.46 |
| Hex | 76 | A6 | 44 | 1D | 0 | 3B | 23 | 59 | 2A | 2E |
| Octal | 166 | 246 | 104 | 35 | 0 | 73 | 43 | 131 | 52 | 56 |
| Binary | 1110110 | 10100110 | 1000100 | 11101 | 0 | 111011 | 100011 | 1011001 | 101010 | 101110 |
Color Harmonies of #76A644
Complementary color
Monochromatic Colors of #76A644
Black with #76A644
Text Example
Text Example
White with #76A644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A644; }
p { color: rgb(118,166,68); }
H1.HeaderClassName
{
color: #76A644;
}
.AnyTagClassName
{
color: #76A644;
}
</style>
background-color css
<style>
a { background-color: #76A644; }
a { background-color: rgb(118,166,68); }
div.DivClassName
{
background-color: #76A644;
}
.BgClassName
{
background-color: #76A644;
}
</style>
border-color css
<style>
span { border-color: #76A644; }
span { border-color: rgb(118,166,68); }
td.TdClassName
{
border-color: #76A644;
}
.TagClassName
{
border-color: #76A644;
}
</style>