Shades of Mantis #76C965
Tints of Mantis #76C965
RGB
CMYK
RGB Variations
Color information
#76C965 (or 0x76C965) is known color: Mantis. HEX triplet: 76, C9 and 65. RGB value is (118,201,101). Sum of RGB (Red+Green+Blue) = 118+201+101=420 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.10% from 420); Green value is 201 (78.91% from 255 or 47.86% from 420); Blue value is 101 (39.84% from 255 or 24.05% from 420); Max value from RGB is 201 - color contains mainly: green. Hex color #76C965 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C965 is #89369A. Grayscale: #A5A5A5. Windows color (decimal): -8992411 or 6670710. OLE color: 6670710.
HSL color Cylindrical-coordinate representation of color #76C965: hue angle of 109.8º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76C965 is Cyan = 0.41, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 118 | 201 | 101 | - |
| CMYK | 0.41 | 0 | 0.50 | 0.21 |
| HSL | 109.8º | 0.48% | 0.59% | - |
| HSV(B) | 109.8º | 0.5% | 0.79% | - |
| XYZ | 30.71 | 46.56 | 19.68 | - |
| YUV | 164.78 | 92 | 94.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 201 | 101 | 0.41 | 0 | 0.50 | 0.21 | 109.8 | 0.48 | 0.59 |
| Hex | 76 | C9 | 65 | 29 | 0 | 32 | 15 | 6E | 30 | 3B |
| Octal | 166 | 311 | 145 | 51 | 0 | 62 | 25 | 156 | 60 | 73 |
| Binary | 1110110 | 11001001 | 1100101 | 101001 | 0 | 110010 | 10101 | 1101110 | 110000 | 111011 |
Color Harmonies of #76C965
Complementary color
Monochromatic Colors of #76C965
Black with #76C965
Text Example
Text Example
White with #76C965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C965; }
p { color: rgb(118,201,101); }
H1.HeaderClassName
{
color: #76C965;
}
.AnyTagClassName
{
color: #76C965;
}
</style>
background-color css
<style>
a { background-color: #76C965; }
a { background-color: rgb(118,201,101); }
div.DivClassName
{
background-color: #76C965;
}
.BgClassName
{
background-color: #76C965;
}
</style>
border-color css
<style>
span { border-color: #76C965; }
span { border-color: rgb(118,201,101); }
td.TdClassName
{
border-color: #76C965;
}
.TagClassName
{
border-color: #76C965;
}
</style>