Shades of Mantis #76C647
Tints of Mantis #76C647
RGB
CMYK
RGB Variations
Color information
#76C647 (or 0x76C647) is known color: Mantis. HEX triplet: 76, C6 and 47. RGB value is (118,198,71). Sum of RGB (Red+Green+Blue) = 118+198+71=387 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.49% from 387); Green value is 198 (77.73% from 255 or 51.16% from 387); Blue value is 71 (28.12% from 255 or 18.35% from 387); Max value from RGB is 198 - color contains mainly: green. Hex color #76C647 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C647 is #8939B8. Grayscale: #A0A0A0. Windows color (decimal): -8993209 or 4703862. OLE color: 4703862.
HSL color Cylindrical-coordinate representation of color #76C647: hue angle of 97.8º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #76C647 is Cyan = 0.40, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 118 | 198 | 71 | - |
| CMYK | 0.40 | 0 | 0.64 | 0.22 |
| HSL | 97.8º | 0.53% | 0.53% | - |
| HSV(B) | 97.8º | 0.64% | 0.78% | - |
| XYZ | 28.8 | 44.69 | 13.07 | - |
| YUV | 159.6 | 78 | 98.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 198 | 71 | 0.40 | 0 | 0.64 | 0.22 | 97.8 | 0.53 | 0.53 |
| Hex | 76 | C6 | 47 | 28 | 0 | 40 | 16 | 62 | 35 | 35 |
| Octal | 166 | 306 | 107 | 50 | 0 | 100 | 26 | 142 | 65 | 65 |
| Binary | 1110110 | 11000110 | 1000111 | 101000 | 0 | 1000000 | 10110 | 1100010 | 110101 | 110101 |
Color Harmonies of #76C647
Complementary color
Monochromatic Colors of #76C647
Black with #76C647
Text Example
Text Example
White with #76C647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C647; }
p { color: rgb(118,198,71); }
H1.HeaderClassName
{
color: #76C647;
}
.AnyTagClassName
{
color: #76C647;
}
</style>
background-color css
<style>
a { background-color: #76C647; }
a { background-color: rgb(118,198,71); }
div.DivClassName
{
background-color: #76C647;
}
.BgClassName
{
background-color: #76C647;
}
</style>
border-color css
<style>
span { border-color: #76C647; }
span { border-color: rgb(118,198,71); }
td.TdClassName
{
border-color: #76C647;
}
.TagClassName
{
border-color: #76C647;
}
</style>