Shades of Asparagus #76A648
Tints of Asparagus #76A648
RGB
CMYK
RGB Variations
Color information
#76A648 (or 0x76A648) is known color: Asparagus. HEX triplet: 76, A6 and 48. RGB value is (118,166,72). Sum of RGB (Red+Green+Blue) = 118+166+72=356 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.15% from 356); Green value is 166 (65.23% from 255 or 46.63% from 356); Blue value is 72 (28.52% from 255 or 20.22% from 356); Max value from RGB is 166 - color contains mainly: green. Hex color #76A648 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A648 is #8959B7. Grayscale: #8D8D8D. Windows color (decimal): -9001400 or 4761206. OLE color: 4761206.
HSL color Cylindrical-coordinate representation of color #76A648: hue angle of 90.64º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #76A648 is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 118 | 166 | 72 | - |
| CMYK | 0.29 | 0 | 0.57 | 0.35 |
| HSL | 90.64º | 0.39% | 0.47% | - |
| HSV(B) | 90.64º | 0.57% | 0.65% | - |
| XYZ | 22.28 | 31.59 | 11.05 | - |
| YUV | 140.93 | 89.1 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 166 | 72 | 0.29 | 0 | 0.57 | 0.35 | 90.64 | 0.39 | 0.47 |
| Hex | 76 | A6 | 48 | 1D | 0 | 39 | 23 | 5B | 27 | 2F |
| Octal | 166 | 246 | 110 | 35 | 0 | 71 | 43 | 133 | 47 | 57 |
| Binary | 1110110 | 10100110 | 1001000 | 11101 | 0 | 111001 | 100011 | 1011011 | 100111 | 101111 |
Color Harmonies of #76A648
Complementary color
Monochromatic Colors of #76A648
Black with #76A648
Text Example
Text Example
White with #76A648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A648; }
p { color: rgb(118,166,72); }
H1.HeaderClassName
{
color: #76A648;
}
.AnyTagClassName
{
color: #76A648;
}
</style>
background-color css
<style>
a { background-color: #76A648; }
a { background-color: rgb(118,166,72); }
div.DivClassName
{
background-color: #76A648;
}
.BgClassName
{
background-color: #76A648;
}
</style>
border-color css
<style>
span { border-color: #76A648; }
span { border-color: rgb(118,166,72); }
td.TdClassName
{
border-color: #76A648;
}
.TagClassName
{
border-color: #76A648;
}
</style>