Shades of Mantis #76C16D
Tints of Mantis #76C16D
RGB
CMYK
RGB Variations
Color information
#76C16D (or 0x76C16D) is known color: Mantis. HEX triplet: 76, C1 and 6D. RGB value is (118,193,109). Sum of RGB (Red+Green+Blue) = 118+193+109=420 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.10% from 420); Green value is 193 (75.78% from 255 or 45.95% from 420); Blue value is 109 (42.97% from 255 or 25.95% from 420); Max value from RGB is 193 - color contains mainly: green. Hex color #76C16D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C16D is #893E92. Grayscale: #A1A1A1. Windows color (decimal): -8994451 or 7192950. OLE color: 7192950.
HSL color Cylindrical-coordinate representation of color #76C16D: hue angle of 113.57º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #76C16D is Cyan = 0.39, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 118 | 193 | 109 | - |
| CMYK | 0.39 | 0 | 0.44 | 0.24 |
| HSL | 113.57º | 0.4% | 0.59% | - |
| HSV(B) | 113.57º | 0.44% | 0.76% | - |
| XYZ | 29.3 | 43.1 | 21.24 | - |
| YUV | 161 | 98.65 | 97.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 193 | 109 | 0.39 | 0 | 0.44 | 0.24 | 113.57 | 0.4 | 0.59 |
| Hex | 76 | C1 | 6D | 27 | 0 | 2C | 18 | 72 | 28 | 3B |
| Octal | 166 | 301 | 155 | 47 | 0 | 54 | 30 | 162 | 50 | 73 |
| Binary | 1110110 | 11000001 | 1101101 | 100111 | 0 | 101100 | 11000 | 1110010 | 101000 | 111011 |
Color Harmonies of #76C16D
Complementary color
Monochromatic Colors of #76C16D
Black with #76C16D
Text Example
Text Example
White with #76C16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C16D; }
p { color: rgb(118,193,109); }
H1.HeaderClassName
{
color: #76C16D;
}
.AnyTagClassName
{
color: #76C16D;
}
</style>
background-color css
<style>
a { background-color: #76C16D; }
a { background-color: rgb(118,193,109); }
div.DivClassName
{
background-color: #76C16D;
}
.BgClassName
{
background-color: #76C16D;
}
</style>
border-color css
<style>
span { border-color: #76C16D; }
span { border-color: rgb(118,193,109); }
td.TdClassName
{
border-color: #76C16D;
}
.TagClassName
{
border-color: #76C16D;
}
</style>