Shades of Asparagus #76A353
Tints of Asparagus #76A353
RGB
CMYK
RGB Variations
Color information
#76A353 (or 0x76A353) is known color: Asparagus. HEX triplet: 76, A3 and 53. RGB value is (118,163,83). Sum of RGB (Red+Green+Blue) = 118+163+83=364 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.42% from 364); Green value is 163 (64.06% from 255 or 44.78% from 364); Blue value is 83 (32.81% from 255 or 22.80% from 364); Max value from RGB is 163 - color contains mainly: green. Hex color #76A353 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A353 is #895CAC. Grayscale: #8C8C8C. Windows color (decimal): -9002157 or 5481334. OLE color: 5481334.
HSL color Cylindrical-coordinate representation of color #76A353: hue angle of 93.75º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #76A353 is Cyan = 0.28, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 118 | 163 | 83 | - |
| CMYK | 0.28 | 0 | 0.49 | 0.36 |
| HSL | 93.75º | 0.33% | 0.48% | - |
| HSV(B) | 93.75º | 0.49% | 0.64% | - |
| XYZ | 22.13 | 30.67 | 12.94 | - |
| YUV | 140.43 | 95.59 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 163 | 83 | 0.28 | 0 | 0.49 | 0.36 | 93.75 | 0.33 | 0.48 |
| Hex | 76 | A3 | 53 | 1C | 0 | 31 | 24 | 5E | 21 | 30 |
| Octal | 166 | 243 | 123 | 34 | 0 | 61 | 44 | 136 | 41 | 60 |
| Binary | 1110110 | 10100011 | 1010011 | 11100 | 0 | 110001 | 100100 | 1011110 | 100001 | 110000 |
Color Harmonies of #76A353
Complementary color
Monochromatic Colors of #76A353
Black with #76A353
Text Example
Text Example
White with #76A353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A353; }
p { color: rgb(118,163,83); }
H1.HeaderClassName
{
color: #76A353;
}
.AnyTagClassName
{
color: #76A353;
}
</style>
background-color css
<style>
a { background-color: #76A353; }
a { background-color: rgb(118,163,83); }
div.DivClassName
{
background-color: #76A353;
}
.BgClassName
{
background-color: #76A353;
}
</style>
border-color css
<style>
span { border-color: #76A353; }
span { border-color: rgb(118,163,83); }
td.TdClassName
{
border-color: #76A353;
}
.TagClassName
{
border-color: #76A353;
}
</style>