Shades of Asparagus #76A65B
Tints of Asparagus #76A65B
RGB
CMYK
RGB Variations
Color information
#76A65B (or 0x76A65B) is known color: Asparagus. HEX triplet: 76, A6 and 5B. RGB value is (118,166,91). Sum of RGB (Red+Green+Blue) = 118+166+91=375 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.47% from 375); Green value is 166 (65.23% from 255 or 44.27% from 375); Blue value is 91 (35.94% from 255 or 24.27% from 375); Max value from RGB is 166 - color contains mainly: green. Hex color #76A65B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A65B is #8959A4. Grayscale: #8F8F8F. Windows color (decimal): -9001381 or 6006390. OLE color: 6006390.
HSL color Cylindrical-coordinate representation of color #76A65B: hue angle of 98.4º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #76A65B is Cyan = 0.29, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 118 | 166 | 91 | - |
| CMYK | 0.29 | 0 | 0.45 | 0.35 |
| HSL | 98.4º | 0.3% | 0.5% | - |
| HSV(B) | 98.4º | 0.45% | 0.65% | - |
| XYZ | 23 | 31.88 | 14.84 | - |
| YUV | 143.1 | 98.6 | 110.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 166 | 91 | 0.29 | 0 | 0.45 | 0.35 | 98.4 | 0.3 | 0.5 |
| Hex | 76 | A6 | 5B | 1D | 0 | 2D | 23 | 62 | 1E | 32 |
| Octal | 166 | 246 | 133 | 35 | 0 | 55 | 43 | 142 | 36 | 62 |
| Binary | 1110110 | 10100110 | 1011011 | 11101 | 0 | 101101 | 100011 | 1100010 | 11110 | 110010 |
Color Harmonies of #76A65B
Complementary color
Monochromatic Colors of #76A65B
Black with #76A65B
Text Example
Text Example
White with #76A65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A65B; }
p { color: rgb(118,166,91); }
H1.HeaderClassName
{
color: #76A65B;
}
.AnyTagClassName
{
color: #76A65B;
}
</style>
background-color css
<style>
a { background-color: #76A65B; }
a { background-color: rgb(118,166,91); }
div.DivClassName
{
background-color: #76A65B;
}
.BgClassName
{
background-color: #76A65B;
}
</style>
border-color css
<style>
span { border-color: #76A65B; }
span { border-color: rgb(118,166,91); }
td.TdClassName
{
border-color: #76A65B;
}
.TagClassName
{
border-color: #76A65B;
}
</style>