Shades of Mantis #76B956
Tints of Mantis #76B956
RGB
CMYK
RGB Variations
Color information
#76B956 (or 0x76B956) is known color: Mantis. HEX triplet: 76, B9 and 56. RGB value is (118,185,86). Sum of RGB (Red+Green+Blue) = 118+185+86=389 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.33% from 389); Green value is 185 (72.66% from 255 or 47.56% from 389); Blue value is 86 (33.98% from 255 or 22.11% from 389); Max value from RGB is 185 - color contains mainly: green. Hex color #76B956 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76B956 is #8946A9. Grayscale: #9A9A9A. Windows color (decimal): -8996522 or 5683574. OLE color: 5683574.
HSL color Cylindrical-coordinate representation of color #76B956: hue angle of 100.61º degrees, saturation: 0.41, 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 #76B956 is Cyan = 0.36, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 185 | 86 | - |
| CMYK | 0.36 | 0 | 0.54 | 0.27 |
| HSL | 100.61º | 0.41% | 0.53% | - |
| HSV(B) | 100.61º | 0.54% | 0.73% | - |
| XYZ | 26.5 | 39.22 | 14.98 | - |
| YUV | 153.68 | 89.8 | 102.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 185 | 86 | 0.36 | 0 | 0.54 | 0.27 | 100.61 | 0.41 | 0.53 |
| Hex | 76 | B9 | 56 | 24 | 0 | 36 | 1B | 65 | 29 | 35 |
| Octal | 166 | 271 | 126 | 44 | 0 | 66 | 33 | 145 | 51 | 65 |
| Binary | 1110110 | 10111001 | 1010110 | 100100 | 0 | 110110 | 11011 | 1100101 | 101001 | 110101 |
Color Harmonies of #76B956
Complementary color
Monochromatic Colors of #76B956
Black with #76B956
Text Example
Text Example
White with #76B956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B956; }
p { color: rgb(118,185,86); }
H1.HeaderClassName
{
color: #76B956;
}
.AnyTagClassName
{
color: #76B956;
}
</style>
background-color css
<style>
a { background-color: #76B956; }
a { background-color: rgb(118,185,86); }
div.DivClassName
{
background-color: #76B956;
}
.BgClassName
{
background-color: #76B956;
}
</style>
border-color css
<style>
span { border-color: #76B956; }
span { border-color: rgb(118,185,86); }
td.TdClassName
{
border-color: #76B956;
}
.TagClassName
{
border-color: #76B956;
}
</style>