Shades of Mantis #76C364
Tints of Mantis #76C364
RGB
CMYK
RGB Variations
Color information
#76C364 (or 0x76C364) is known color: Mantis. HEX triplet: 76, C3 and 64. RGB value is (118,195,100). Sum of RGB (Red+Green+Blue) = 118+195+100=413 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.57% from 413); Green value is 195 (76.56% from 255 or 47.22% from 413); Blue value is 100 (39.45% from 255 or 24.21% from 413); Max value from RGB is 195 - color contains mainly: green. Hex color #76C364 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C364 is #893C9B. Grayscale: #A1A1A1. Windows color (decimal): -8993948 or 6603638. OLE color: 6603638.
HSL color Cylindrical-coordinate representation of color #76C364: hue angle of 108.63º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #76C364 is Cyan = 0.39, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 118 | 195 | 100 | - |
| CMYK | 0.39 | 0 | 0.49 | 0.24 |
| HSL | 108.63º | 0.44% | 0.58% | - |
| HSV(B) | 108.63º | 0.49% | 0.76% | - |
| XYZ | 29.29 | 43.8 | 18.97 | - |
| YUV | 161.15 | 93.49 | 97.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 195 | 100 | 0.39 | 0 | 0.49 | 0.24 | 108.63 | 0.44 | 0.58 |
| Hex | 76 | C3 | 64 | 27 | 0 | 31 | 18 | 6D | 2C | 3A |
| Octal | 166 | 303 | 144 | 47 | 0 | 61 | 30 | 155 | 54 | 72 |
| Binary | 1110110 | 11000011 | 1100100 | 100111 | 0 | 110001 | 11000 | 1101101 | 101100 | 111010 |
Color Harmonies of #76C364
Complementary color
Monochromatic Colors of #76C364
Black with #76C364
Text Example
Text Example
White with #76C364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C364; }
p { color: rgb(118,195,100); }
H1.HeaderClassName
{
color: #76C364;
}
.AnyTagClassName
{
color: #76C364;
}
</style>
background-color css
<style>
a { background-color: #76C364; }
a { background-color: rgb(118,195,100); }
div.DivClassName
{
background-color: #76C364;
}
.BgClassName
{
background-color: #76C364;
}
</style>
border-color css
<style>
span { border-color: #76C364; }
span { border-color: rgb(118,195,100); }
td.TdClassName
{
border-color: #76C364;
}
.TagClassName
{
border-color: #76C364;
}
</style>