Shades of Asparagus #76A148
Tints of Asparagus #76A148
RGB
CMYK
RGB Variations
Color information
#76A148 (or 0x76A148) is known color: Asparagus. HEX triplet: 76, A1 and 48. RGB value is (118,161,72). Sum of RGB (Red+Green+Blue) = 118+161+72=351 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.62% from 351); Green value is 161 (63.28% from 255 or 45.87% from 351); Blue value is 72 (28.52% from 255 or 20.51% from 351); Max value from RGB is 161 - color contains mainly: green. Hex color #76A148 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A148 is #895EB7. Grayscale: #8A8A8A. Windows color (decimal): -9002680 or 4759926. OLE color: 4759926.
HSL color Cylindrical-coordinate representation of color #76A148: hue angle of 88.99º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #76A148 is Cyan = 0.27, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 118 | 161 | 72 | - |
| CMYK | 0.27 | 0 | 0.55 | 0.37 |
| HSL | 88.99º | 0.38% | 0.46% | - |
| HSV(B) | 88.99º | 0.55% | 0.63% | - |
| XYZ | 21.39 | 29.81 | 10.76 | - |
| YUV | 138 | 90.75 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 161 | 72 | 0.27 | 0 | 0.55 | 0.37 | 88.99 | 0.38 | 0.46 |
| Hex | 76 | A1 | 48 | 1B | 0 | 37 | 25 | 59 | 26 | 2E |
| Octal | 166 | 241 | 110 | 33 | 0 | 67 | 45 | 131 | 46 | 56 |
| Binary | 1110110 | 10100001 | 1001000 | 11011 | 0 | 110111 | 100101 | 1011001 | 100110 | 101110 |
Color Harmonies of #76A148
Complementary color
Monochromatic Colors of #76A148
Black with #76A148
Text Example
Text Example
White with #76A148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A148; }
p { color: rgb(118,161,72); }
H1.HeaderClassName
{
color: #76A148;
}
.AnyTagClassName
{
color: #76A148;
}
</style>
background-color css
<style>
a { background-color: #76A148; }
a { background-color: rgb(118,161,72); }
div.DivClassName
{
background-color: #76A148;
}
.BgClassName
{
background-color: #76A148;
}
</style>
border-color css
<style>
span { border-color: #76A148; }
span { border-color: rgb(118,161,72); }
td.TdClassName
{
border-color: #76A148;
}
.TagClassName
{
border-color: #76A148;
}
</style>