Shades of Mantis #76C766
Tints of Mantis #76C766
RGB
CMYK
RGB Variations
Color information
#76C766 (or 0x76C766) is known color: Mantis. HEX triplet: 76, C7 and 66. RGB value is (118,199,102). Sum of RGB (Red+Green+Blue) = 118+199+102=419 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.16% from 419); Green value is 199 (78.12% from 255 or 47.49% from 419); Blue value is 102 (40.23% from 255 or 24.34% from 419); Max value from RGB is 199 - color contains mainly: green. Hex color #76C766 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C766 is #893899. Grayscale: #A4A4A4. Windows color (decimal): -8992922 or 6735734. OLE color: 6735734.
HSL color Cylindrical-coordinate representation of color #76C766: hue angle of 110.1º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #76C766 is Cyan = 0.41, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 118 | 199 | 102 | - |
| CMYK | 0.41 | 0 | 0.49 | 0.22 |
| HSL | 110.1º | 0.46% | 0.59% | - |
| HSV(B) | 110.1º | 0.49% | 0.78% | - |
| XYZ | 30.29 | 45.66 | 19.79 | - |
| YUV | 163.72 | 93.16 | 95.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 199 | 102 | 0.41 | 0 | 0.49 | 0.22 | 110.1 | 0.46 | 0.59 |
| Hex | 76 | C7 | 66 | 29 | 0 | 31 | 16 | 6E | 2E | 3B |
| Octal | 166 | 307 | 146 | 51 | 0 | 61 | 26 | 156 | 56 | 73 |
| Binary | 1110110 | 11000111 | 1100110 | 101001 | 0 | 110001 | 10110 | 1101110 | 101110 | 111011 |
Color Harmonies of #76C766
Complementary color
Monochromatic Colors of #76C766
Black with #76C766
Text Example
Text Example
White with #76C766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C766; }
p { color: rgb(118,199,102); }
H1.HeaderClassName
{
color: #76C766;
}
.AnyTagClassName
{
color: #76C766;
}
</style>
background-color css
<style>
a { background-color: #76C766; }
a { background-color: rgb(118,199,102); }
div.DivClassName
{
background-color: #76C766;
}
.BgClassName
{
background-color: #76C766;
}
</style>
border-color css
<style>
span { border-color: #76C766; }
span { border-color: rgb(118,199,102); }
td.TdClassName
{
border-color: #76C766;
}
.TagClassName
{
border-color: #76C766;
}
</style>