Shades of Mantis #76C661
Tints of Mantis #76C661
RGB
CMYK
RGB Variations
Color information
#76C661 (or 0x76C661) is known color: Mantis. HEX triplet: 76, C6 and 61. RGB value is (118,198,97). Sum of RGB (Red+Green+Blue) = 118+198+97=413 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.57% from 413); Green value is 198 (77.73% from 255 or 47.94% from 413); Blue value is 97 (38.28% from 255 or 23.49% from 413); Max value from RGB is 198 - color contains mainly: green. Hex color #76C661 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C661 is #89399E. Grayscale: #A2A2A2. Windows color (decimal): -8993183 or 6407798. OLE color: 6407798.
HSL color Cylindrical-coordinate representation of color #76C661: hue angle of 107.52º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76C661 is Cyan = 0.40, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 118 | 198 | 97 | - |
| CMYK | 0.40 | 0 | 0.51 | 0.22 |
| HSL | 107.52º | 0.47% | 0.58% | - |
| HSV(B) | 107.52º | 0.51% | 0.78% | - |
| XYZ | 29.82 | 45.1 | 18.44 | - |
| YUV | 162.57 | 91 | 96.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 198 | 97 | 0.40 | 0 | 0.51 | 0.22 | 107.52 | 0.47 | 0.58 |
| Hex | 76 | C6 | 61 | 28 | 0 | 33 | 16 | 6C | 2F | 3A |
| Octal | 166 | 306 | 141 | 50 | 0 | 63 | 26 | 154 | 57 | 72 |
| Binary | 1110110 | 11000110 | 1100001 | 101000 | 0 | 110011 | 10110 | 1101100 | 101111 | 111010 |
Color Harmonies of #76C661
Complementary color
Monochromatic Colors of #76C661
Black with #76C661
Text Example
Text Example
White with #76C661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C661; }
p { color: rgb(118,198,97); }
H1.HeaderClassName
{
color: #76C661;
}
.AnyTagClassName
{
color: #76C661;
}
</style>
background-color css
<style>
a { background-color: #76C661; }
a { background-color: rgb(118,198,97); }
div.DivClassName
{
background-color: #76C661;
}
.BgClassName
{
background-color: #76C661;
}
</style>
border-color css
<style>
span { border-color: #76C661; }
span { border-color: rgb(118,198,97); }
td.TdClassName
{
border-color: #76C661;
}
.TagClassName
{
border-color: #76C661;
}
</style>