Shades of Mantis #76C360
Tints of Mantis #76C360
RGB
CMYK
RGB Variations
Color information
#76C360 (or 0x76C360) is known color: Mantis. HEX triplet: 76, C3 and 60. RGB value is (118,195,96). Sum of RGB (Red+Green+Blue) = 118+195+96=409 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.85% from 409); Green value is 195 (76.56% from 255 or 47.68% from 409); Blue value is 96 (37.89% from 255 or 23.47% from 409); Max value from RGB is 195 - color contains mainly: green. Hex color #76C360 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C360 is #893C9F. Grayscale: #A1A1A1. Windows color (decimal): -8993952 or 6341494. OLE color: 6341494.
HSL color Cylindrical-coordinate representation of color #76C360: hue angle of 106.67º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76C360 is Cyan = 0.39, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 118 | 195 | 96 | - |
| CMYK | 0.39 | 0 | 0.51 | 0.24 |
| HSL | 106.67º | 0.45% | 0.57% | - |
| HSV(B) | 106.67º | 0.51% | 0.76% | - |
| XYZ | 29.1 | 43.73 | 17.97 | - |
| YUV | 160.69 | 91.49 | 97.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 195 | 96 | 0.39 | 0 | 0.51 | 0.24 | 106.67 | 0.45 | 0.57 |
| Hex | 76 | C3 | 60 | 27 | 0 | 33 | 18 | 6B | 2D | 39 |
| Octal | 166 | 303 | 140 | 47 | 0 | 63 | 30 | 153 | 55 | 71 |
| Binary | 1110110 | 11000011 | 1100000 | 100111 | 0 | 110011 | 11000 | 1101011 | 101101 | 111001 |
Color Harmonies of #76C360
Complementary color
Monochromatic Colors of #76C360
Black with #76C360
Text Example
Text Example
White with #76C360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C360; }
p { color: rgb(118,195,96); }
H1.HeaderClassName
{
color: #76C360;
}
.AnyTagClassName
{
color: #76C360;
}
</style>
background-color css
<style>
a { background-color: #76C360; }
a { background-color: rgb(118,195,96); }
div.DivClassName
{
background-color: #76C360;
}
.BgClassName
{
background-color: #76C360;
}
</style>
border-color css
<style>
span { border-color: #76C360; }
span { border-color: rgb(118,195,96); }
td.TdClassName
{
border-color: #76C360;
}
.TagClassName
{
border-color: #76C360;
}
</style>