Shades of Mantis #76C761
Tints of Mantis #76C761
RGB
CMYK
RGB Variations
Color information
#76C761 (or 0x76C761) is known color: Mantis. HEX triplet: 76, C7 and 61. RGB value is (118,199,97). Sum of RGB (Red+Green+Blue) = 118+199+97=414 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.50% from 414); Green value is 199 (78.12% from 255 or 48.07% from 414); Blue value is 97 (38.28% from 255 or 23.43% from 414); Max value from RGB is 199 - color contains mainly: green. Hex color #76C761 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C761 is #89389E. Grayscale: #A3A3A3. Windows color (decimal): -8992927 or 6408054. OLE color: 6408054.
HSL color Cylindrical-coordinate representation of color #76C761: hue angle of 107.65º degrees, saturation: 0.48, 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 #76C761 is Cyan = 0.41, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 118 | 199 | 97 | - |
| CMYK | 0.41 | 0 | 0.51 | 0.22 |
| HSL | 107.65º | 0.48% | 0.58% | - |
| HSV(B) | 107.65º | 0.51% | 0.78% | - |
| XYZ | 30.05 | 45.56 | 18.52 | - |
| YUV | 163.15 | 90.66 | 95.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 199 | 97 | 0.41 | 0 | 0.51 | 0.22 | 107.65 | 0.48 | 0.58 |
| Hex | 76 | C7 | 61 | 29 | 0 | 33 | 16 | 6C | 30 | 3A |
| Octal | 166 | 307 | 141 | 51 | 0 | 63 | 26 | 154 | 60 | 72 |
| Binary | 1110110 | 11000111 | 1100001 | 101001 | 0 | 110011 | 10110 | 1101100 | 110000 | 111010 |
Color Harmonies of #76C761
Complementary color
Monochromatic Colors of #76C761
Black with #76C761
Text Example
Text Example
White with #76C761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C761; }
p { color: rgb(118,199,97); }
H1.HeaderClassName
{
color: #76C761;
}
.AnyTagClassName
{
color: #76C761;
}
</style>
background-color css
<style>
a { background-color: #76C761; }
a { background-color: rgb(118,199,97); }
div.DivClassName
{
background-color: #76C761;
}
.BgClassName
{
background-color: #76C761;
}
</style>
border-color css
<style>
span { border-color: #76C761; }
span { border-color: rgb(118,199,97); }
td.TdClassName
{
border-color: #76C761;
}
.TagClassName
{
border-color: #76C761;
}
</style>