Shades of Mantis #76C165
Tints of Mantis #76C165
RGB
CMYK
RGB Variations
Color information
#76C165 (or 0x76C165) is known color: Mantis. HEX triplet: 76, C1 and 65. RGB value is (118,193,101). Sum of RGB (Red+Green+Blue) = 118+193+101=412 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.64% from 412); Green value is 193 (75.78% from 255 or 46.84% from 412); Blue value is 101 (39.84% from 255 or 24.51% from 412); Max value from RGB is 193 - color contains mainly: green. Hex color #76C165 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C165 is #893E9A. Grayscale: #A0A0A0. Windows color (decimal): -8994459 or 6668662. OLE color: 6668662.
HSL color Cylindrical-coordinate representation of color #76C165: hue angle of 108.91º degrees, saturation: 0.43, 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 #76C165 is Cyan = 0.39, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 118 | 193 | 101 | - |
| CMYK | 0.39 | 0 | 0.48 | 0.24 |
| HSL | 108.91º | 0.43% | 0.58% | - |
| HSV(B) | 108.91º | 0.48% | 0.76% | - |
| XYZ | 28.89 | 42.93 | 19.08 | - |
| YUV | 160.09 | 94.65 | 97.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 193 | 101 | 0.39 | 0 | 0.48 | 0.24 | 108.91 | 0.43 | 0.58 |
| Hex | 76 | C1 | 65 | 27 | 0 | 30 | 18 | 6D | 2B | 3A |
| Octal | 166 | 301 | 145 | 47 | 0 | 60 | 30 | 155 | 53 | 72 |
| Binary | 1110110 | 11000001 | 1100101 | 100111 | 0 | 110000 | 11000 | 1101101 | 101011 | 111010 |
Color Harmonies of #76C165
Complementary color
Monochromatic Colors of #76C165
Black with #76C165
Text Example
Text Example
White with #76C165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C165; }
p { color: rgb(118,193,101); }
H1.HeaderClassName
{
color: #76C165;
}
.AnyTagClassName
{
color: #76C165;
}
</style>
background-color css
<style>
a { background-color: #76C165; }
a { background-color: rgb(118,193,101); }
div.DivClassName
{
background-color: #76C165;
}
.BgClassName
{
background-color: #76C165;
}
</style>
border-color css
<style>
span { border-color: #76C165; }
span { border-color: rgb(118,193,101); }
td.TdClassName
{
border-color: #76C165;
}
.TagClassName
{
border-color: #76C165;
}
</style>