Shades of Mantis #76C265
Tints of Mantis #76C265
RGB
CMYK
RGB Variations
Color information
#76C265 (or 0x76C265) is known color: Mantis. HEX triplet: 76, C2 and 65. RGB value is (118,194,101). Sum of RGB (Red+Green+Blue) = 118+194+101=413 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.57% from 413); Green value is 194 (76.17% from 255 or 46.97% from 413); Blue value is 101 (39.84% from 255 or 24.46% from 413); Max value from RGB is 194 - color contains mainly: green. Hex color #76C265 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C265 is #893D9A. Grayscale: #A0A0A0. Windows color (decimal): -8994203 or 6668918. OLE color: 6668918.
HSL color Cylindrical-coordinate representation of color #76C265: hue angle of 109.03º 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 #76C265 is Cyan = 0.39, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 118 | 194 | 101 | - |
| CMYK | 0.39 | 0 | 0.48 | 0.24 |
| HSL | 109.03º | 0.43% | 0.58% | - |
| HSV(B) | 109.03º | 0.48% | 0.76% | - |
| XYZ | 29.11 | 43.37 | 19.15 | - |
| YUV | 160.67 | 94.32 | 97.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 194 | 101 | 0.39 | 0 | 0.48 | 0.24 | 109.03 | 0.43 | 0.58 |
| Hex | 76 | C2 | 65 | 27 | 0 | 30 | 18 | 6D | 2B | 3A |
| Octal | 166 | 302 | 145 | 47 | 0 | 60 | 30 | 155 | 53 | 72 |
| Binary | 1110110 | 11000010 | 1100101 | 100111 | 0 | 110000 | 11000 | 1101101 | 101011 | 111010 |
Color Harmonies of #76C265
Complementary color
Monochromatic Colors of #76C265
Black with #76C265
Text Example
Text Example
White with #76C265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C265; }
p { color: rgb(118,194,101); }
H1.HeaderClassName
{
color: #76C265;
}
.AnyTagClassName
{
color: #76C265;
}
</style>
background-color css
<style>
a { background-color: #76C265; }
a { background-color: rgb(118,194,101); }
div.DivClassName
{
background-color: #76C265;
}
.BgClassName
{
background-color: #76C265;
}
</style>
border-color css
<style>
span { border-color: #76C265; }
span { border-color: rgb(118,194,101); }
td.TdClassName
{
border-color: #76C265;
}
.TagClassName
{
border-color: #76C265;
}
</style>