Shades of Mantis #76BA56
Tints of Mantis #76BA56
RGB
CMYK
RGB Variations
Color information
#76BA56 (or 0x76BA56) is known color: Mantis. HEX triplet: 76, BA and 56. RGB value is (118,186,86). Sum of RGB (Red+Green+Blue) = 118+186+86=390 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.26% from 390); Green value is 186 (73.05% from 255 or 47.69% from 390); Blue value is 86 (33.98% from 255 or 22.05% from 390); Max value from RGB is 186 - color contains mainly: green. Hex color #76BA56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76BA56 is #8945A9. Grayscale: #9A9A9A. Windows color (decimal): -8996266 or 5683830. OLE color: 5683830.
HSL color Cylindrical-coordinate representation of color #76BA56: hue angle of 100.8º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76BA56 is Cyan = 0.37, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 186 | 86 | - |
| CMYK | 0.37 | 0 | 0.54 | 0.27 |
| HSL | 100.8º | 0.42% | 0.53% | - |
| HSV(B) | 100.8º | 0.54% | 0.73% | - |
| XYZ | 26.71 | 39.64 | 15.05 | - |
| YUV | 154.27 | 89.47 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 186 | 86 | 0.37 | 0 | 0.54 | 0.27 | 100.8 | 0.42 | 0.53 |
| Hex | 76 | BA | 56 | 25 | 0 | 36 | 1B | 65 | 2A | 35 |
| Octal | 166 | 272 | 126 | 45 | 0 | 66 | 33 | 145 | 52 | 65 |
| Binary | 1110110 | 10111010 | 1010110 | 100101 | 0 | 110110 | 11011 | 1100101 | 101010 | 110101 |
Color Harmonies of #76BA56
Complementary color
Monochromatic Colors of #76BA56
Black with #76BA56
Text Example
Text Example
White with #76BA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BA56; }
p { color: rgb(118,186,86); }
H1.HeaderClassName
{
color: #76BA56;
}
.AnyTagClassName
{
color: #76BA56;
}
</style>
background-color css
<style>
a { background-color: #76BA56; }
a { background-color: rgb(118,186,86); }
div.DivClassName
{
background-color: #76BA56;
}
.BgClassName
{
background-color: #76BA56;
}
</style>
border-color css
<style>
span { border-color: #76BA56; }
span { border-color: rgb(118,186,86); }
td.TdClassName
{
border-color: #76BA56;
}
.TagClassName
{
border-color: #76BA56;
}
</style>