Shades of Mantis #76C846
Tints of Mantis #76C846
RGB
CMYK
RGB Variations
Color information
#76C846 (or 0x76C846) is known color: Mantis. HEX triplet: 76, C8 and 46. RGB value is (118,200,70). Sum of RGB (Red+Green+Blue) = 118+200+70=388 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.41% from 388); Green value is 200 (78.52% from 255 or 51.55% from 388); Blue value is 70 (27.73% from 255 or 18.04% from 388); Max value from RGB is 200 - color contains mainly: green. Hex color #76C846 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C846 is #8937B9. Grayscale: #A1A1A1. Windows color (decimal): -8992698 or 4638838. OLE color: 4638838.
HSL color Cylindrical-coordinate representation of color #76C846: hue angle of 97.85º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #76C846 is Cyan = 0.41, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 118 | 200 | 70 | - |
| CMYK | 0.41 | 0 | 0.65 | 0.22 |
| HSL | 97.85º | 0.54% | 0.53% | - |
| HSV(B) | 97.85º | 0.65% | 0.78% | - |
| XYZ | 29.23 | 45.6 | 13.06 | - |
| YUV | 160.66 | 76.83 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 200 | 70 | 0.41 | 0 | 0.65 | 0.22 | 97.85 | 0.54 | 0.53 |
| Hex | 76 | C8 | 46 | 29 | 0 | 41 | 16 | 62 | 36 | 35 |
| Octal | 166 | 310 | 106 | 51 | 0 | 101 | 26 | 142 | 66 | 65 |
| Binary | 1110110 | 11001000 | 1000110 | 101001 | 0 | 1000001 | 10110 | 1100010 | 110110 | 110101 |
Color Harmonies of #76C846
Complementary color
Monochromatic Colors of #76C846
Black with #76C846
Text Example
Text Example
White with #76C846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C846; }
p { color: rgb(118,200,70); }
H1.HeaderClassName
{
color: #76C846;
}
.AnyTagClassName
{
color: #76C846;
}
</style>
background-color css
<style>
a { background-color: #76C846; }
a { background-color: rgb(118,200,70); }
div.DivClassName
{
background-color: #76C846;
}
.BgClassName
{
background-color: #76C846;
}
</style>
border-color css
<style>
span { border-color: #76C846; }
span { border-color: rgb(118,200,70); }
td.TdClassName
{
border-color: #76C846;
}
.TagClassName
{
border-color: #76C846;
}
</style>