Shades of Asparagus #76A25B
Tints of Asparagus #76A25B
RGB
CMYK
RGB Variations
Color information
#76A25B (or 0x76A25B) is known color: Asparagus. HEX triplet: 76, A2 and 5B. RGB value is (118,162,91). Sum of RGB (Red+Green+Blue) = 118+162+91=371 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.81% from 371); Green value is 162 (63.67% from 255 or 43.67% from 371); Blue value is 91 (35.94% from 255 or 24.53% from 371); Max value from RGB is 162 - color contains mainly: green. Hex color #76A25B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A25B is #895DA4. Grayscale: #8C8C8C. Windows color (decimal): -9002405 or 6005366. OLE color: 6005366.
HSL color Cylindrical-coordinate representation of color #76A25B: hue angle of 97.18º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #76A25B is Cyan = 0.27, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 118 | 162 | 91 | - |
| CMYK | 0.27 | 0 | 0.44 | 0.36 |
| HSL | 97.18º | 0.28% | 0.5% | - |
| HSV(B) | 97.18º | 0.44% | 0.64% | - |
| XYZ | 22.28 | 30.45 | 14.6 | - |
| YUV | 140.75 | 99.92 | 111.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 162 | 91 | 0.27 | 0 | 0.44 | 0.36 | 97.18 | 0.28 | 0.5 |
| Hex | 76 | A2 | 5B | 1B | 0 | 2C | 24 | 61 | 1C | 32 |
| Octal | 166 | 242 | 133 | 33 | 0 | 54 | 44 | 141 | 34 | 62 |
| Binary | 1110110 | 10100010 | 1011011 | 11011 | 0 | 101100 | 100100 | 1100001 | 11100 | 110010 |
Color Harmonies of #76A25B
Complementary color
Monochromatic Colors of #76A25B
Black with #76A25B
Text Example
Text Example
White with #76A25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A25B; }
p { color: rgb(118,162,91); }
H1.HeaderClassName
{
color: #76A25B;
}
.AnyTagClassName
{
color: #76A25B;
}
</style>
background-color css
<style>
a { background-color: #76A25B; }
a { background-color: rgb(118,162,91); }
div.DivClassName
{
background-color: #76A25B;
}
.BgClassName
{
background-color: #76A25B;
}
</style>
border-color css
<style>
span { border-color: #76A25B; }
span { border-color: rgb(118,162,91); }
td.TdClassName
{
border-color: #76A25B;
}
.TagClassName
{
border-color: #76A25B;
}
</style>