Shades of Asparagus #76A849
Tints of Asparagus #76A849
RGB
CMYK
RGB Variations
Color information
#76A849 (or 0x76A849) is known color: Asparagus. HEX triplet: 76, A8 and 49. RGB value is (118,168,73). Sum of RGB (Red+Green+Blue) = 118+168+73=359 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.87% from 359); Green value is 168 (66.02% from 255 or 46.80% from 359); Blue value is 73 (28.91% from 255 or 20.33% from 359); Max value from RGB is 168 - color contains mainly: green. Hex color #76A849 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A849 is #8957B6. Grayscale: #8E8E8E. Windows color (decimal): -9000887 or 4827254. OLE color: 4827254.
HSL color Cylindrical-coordinate representation of color #76A849: hue angle of 91.58º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #76A849 is Cyan = 0.30, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 118 | 168 | 73 | - |
| CMYK | 0.30 | 0 | 0.57 | 0.34 |
| HSL | 91.58º | 0.39% | 0.47% | - |
| HSV(B) | 91.58º | 0.57% | 0.66% | - |
| XYZ | 22.68 | 32.34 | 11.35 | - |
| YUV | 142.22 | 88.94 | 110.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 168 | 73 | 0.30 | 0 | 0.57 | 0.34 | 91.58 | 0.39 | 0.47 |
| Hex | 76 | A8 | 49 | 1E | 0 | 39 | 22 | 5C | 27 | 2F |
| Octal | 166 | 250 | 111 | 36 | 0 | 71 | 42 | 134 | 47 | 57 |
| Binary | 1110110 | 10101000 | 1001001 | 11110 | 0 | 111001 | 100010 | 1011100 | 100111 | 101111 |
Color Harmonies of #76A849
Complementary color
Monochromatic Colors of #76A849
Black with #76A849
Text Example
Text Example
White with #76A849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A849; }
p { color: rgb(118,168,73); }
H1.HeaderClassName
{
color: #76A849;
}
.AnyTagClassName
{
color: #76A849;
}
</style>
background-color css
<style>
a { background-color: #76A849; }
a { background-color: rgb(118,168,73); }
div.DivClassName
{
background-color: #76A849;
}
.BgClassName
{
background-color: #76A849;
}
</style>
border-color css
<style>
span { border-color: #76A849; }
span { border-color: rgb(118,168,73); }
td.TdClassName
{
border-color: #76A849;
}
.TagClassName
{
border-color: #76A849;
}
</style>