Shades of Mantis #76B957
Tints of Mantis #76B957
RGB
CMYK
RGB Variations
Color information
#76B957 (or 0x76B957) is known color: Mantis. HEX triplet: 76, B9 and 57. RGB value is (118,185,87). Sum of RGB (Red+Green+Blue) = 118+185+87=390 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.26% from 390); Green value is 185 (72.66% from 255 or 47.44% from 390); Blue value is 87 (34.38% from 255 or 22.31% from 390); Max value from RGB is 185 - color contains mainly: green. Hex color #76B957 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76B957 is #8946A8. Grayscale: #9A9A9A. Windows color (decimal): -8996521 or 5749110. OLE color: 5749110.
HSL color Cylindrical-coordinate representation of color #76B957: hue angle of 101.02º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76B957 is Cyan = 0.36, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 185 | 87 | - |
| CMYK | 0.36 | 0 | 0.53 | 0.27 |
| HSL | 101.02º | 0.41% | 0.53% | - |
| HSV(B) | 101.02º | 0.53% | 0.73% | - |
| XYZ | 26.54 | 39.24 | 15.19 | - |
| YUV | 153.8 | 90.3 | 102.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 185 | 87 | 0.36 | 0 | 0.53 | 0.27 | 101.02 | 0.41 | 0.53 |
| Hex | 76 | B9 | 57 | 24 | 0 | 35 | 1B | 65 | 29 | 35 |
| Octal | 166 | 271 | 127 | 44 | 0 | 65 | 33 | 145 | 51 | 65 |
| Binary | 1110110 | 10111001 | 1010111 | 100100 | 0 | 110101 | 11011 | 1100101 | 101001 | 110101 |
Color Harmonies of #76B957
Complementary color
Monochromatic Colors of #76B957
Black with #76B957
Text Example
Text Example
White with #76B957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B957; }
p { color: rgb(118,185,87); }
H1.HeaderClassName
{
color: #76B957;
}
.AnyTagClassName
{
color: #76B957;
}
</style>
background-color css
<style>
a { background-color: #76B957; }
a { background-color: rgb(118,185,87); }
div.DivClassName
{
background-color: #76B957;
}
.BgClassName
{
background-color: #76B957;
}
</style>
border-color css
<style>
span { border-color: #76B957; }
span { border-color: rgb(118,185,87); }
td.TdClassName
{
border-color: #76B957;
}
.TagClassName
{
border-color: #76B957;
}
</style>