Shades of Mantis #76C059
Tints of Mantis #76C059
RGB
CMYK
RGB Variations
Color information
#76C059 (or 0x76C059) is known color: Mantis. HEX triplet: 76, C0 and 59. RGB value is (118,192,89). Sum of RGB (Red+Green+Blue) = 118+192+89=399 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.57% from 399); Green value is 192 (75.39% from 255 or 48.12% from 399); Blue value is 89 (35.16% from 255 or 22.31% from 399); Max value from RGB is 192 - color contains mainly: green. Hex color #76C059 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C059 is #893FA6. Grayscale: #9E9E9E. Windows color (decimal): -8994727 or 5881974. OLE color: 5881974.
HSL color Cylindrical-coordinate representation of color #76C059: hue angle of 103.11º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76C059 is Cyan = 0.39, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 118 | 192 | 89 | - |
| CMYK | 0.39 | 0 | 0.54 | 0.25 |
| HSL | 103.11º | 0.45% | 0.55% | - |
| HSV(B) | 103.11º | 0.54% | 0.75% | - |
| XYZ | 28.12 | 42.27 | 16.13 | - |
| YUV | 158.13 | 88.98 | 99.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 192 | 89 | 0.39 | 0 | 0.54 | 0.25 | 103.11 | 0.45 | 0.55 |
| Hex | 76 | C0 | 59 | 27 | 0 | 36 | 19 | 67 | 2D | 37 |
| Octal | 166 | 300 | 131 | 47 | 0 | 66 | 31 | 147 | 55 | 67 |
| Binary | 1110110 | 11000000 | 1011001 | 100111 | 0 | 110110 | 11001 | 1100111 | 101101 | 110111 |
Color Harmonies of #76C059
Complementary color
Monochromatic Colors of #76C059
Black with #76C059
Text Example
Text Example
White with #76C059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C059; }
p { color: rgb(118,192,89); }
H1.HeaderClassName
{
color: #76C059;
}
.AnyTagClassName
{
color: #76C059;
}
</style>
background-color css
<style>
a { background-color: #76C059; }
a { background-color: rgb(118,192,89); }
div.DivClassName
{
background-color: #76C059;
}
.BgClassName
{
background-color: #76C059;
}
</style>
border-color css
<style>
span { border-color: #76C059; }
span { border-color: rgb(118,192,89); }
td.TdClassName
{
border-color: #76C059;
}
.TagClassName
{
border-color: #76C059;
}
</style>