Shades of Mantis #76C365
Tints of Mantis #76C365
RGB
CMYK
RGB Variations
Color information
#76C365 (or 0x76C365) is known color: Mantis. HEX triplet: 76, C3 and 65. RGB value is (118,195,101). Sum of RGB (Red+Green+Blue) = 118+195+101=414 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.50% from 414); Green value is 195 (76.56% from 255 or 47.10% from 414); Blue value is 101 (39.84% from 255 or 24.40% from 414); Max value from RGB is 195 - color contains mainly: green. Hex color #76C365 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C365 is #893C9A. Grayscale: #A1A1A1. Windows color (decimal): -8993947 or 6669174. OLE color: 6669174.
HSL color Cylindrical-coordinate representation of color #76C365: hue angle of 109.15º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #76C365 is Cyan = 0.39, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 118 | 195 | 101 | - |
| CMYK | 0.39 | 0 | 0.48 | 0.24 |
| HSL | 109.15º | 0.44% | 0.58% | - |
| HSV(B) | 109.15º | 0.48% | 0.76% | - |
| XYZ | 29.34 | 43.82 | 19.22 | - |
| YUV | 161.26 | 93.99 | 97.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 195 | 101 | 0.39 | 0 | 0.48 | 0.24 | 109.15 | 0.44 | 0.58 |
| Hex | 76 | C3 | 65 | 27 | 0 | 30 | 18 | 6D | 2C | 3A |
| Octal | 166 | 303 | 145 | 47 | 0 | 60 | 30 | 155 | 54 | 72 |
| Binary | 1110110 | 11000011 | 1100101 | 100111 | 0 | 110000 | 11000 | 1101101 | 101100 | 111010 |
Color Harmonies of #76C365
Complementary color
Monochromatic Colors of #76C365
Black with #76C365
Text Example
Text Example
White with #76C365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C365; }
p { color: rgb(118,195,101); }
H1.HeaderClassName
{
color: #76C365;
}
.AnyTagClassName
{
color: #76C365;
}
</style>
background-color css
<style>
a { background-color: #76C365; }
a { background-color: rgb(118,195,101); }
div.DivClassName
{
background-color: #76C365;
}
.BgClassName
{
background-color: #76C365;
}
</style>
border-color css
<style>
span { border-color: #76C365; }
span { border-color: rgb(118,195,101); }
td.TdClassName
{
border-color: #76C365;
}
.TagClassName
{
border-color: #76C365;
}
</style>