Shades of Mantis #76B755
Tints of Mantis #76B755
RGB
CMYK
RGB Variations
Color information
#76B755 (or 0x76B755) is known color: Mantis. HEX triplet: 76, B7 and 55. RGB value is (118,183,85). Sum of RGB (Red+Green+Blue) = 118+183+85=386 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.57% from 386); Green value is 183 (71.88% from 255 or 47.41% from 386); Blue value is 85 (33.59% from 255 or 22.02% from 386); Max value from RGB is 183 - color contains mainly: green. Hex color #76B755 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76B755 is #8948AA. Grayscale: #989898. Windows color (decimal): -8997035 or 5617526. OLE color: 5617526.
HSL color Cylindrical-coordinate representation of color #76B755: hue angle of 99.8º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76B755 is Cyan = 0.36, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 118 | 183 | 85 | - |
| CMYK | 0.36 | 0 | 0.54 | 0.28 |
| HSL | 99.8º | 0.4% | 0.53% | - |
| HSV(B) | 99.8º | 0.54% | 0.72% | - |
| XYZ | 26.04 | 38.37 | 14.63 | - |
| YUV | 152.39 | 89.97 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 183 | 85 | 0.36 | 0 | 0.54 | 0.28 | 99.8 | 0.4 | 0.53 |
| Hex | 76 | B7 | 55 | 24 | 0 | 36 | 1C | 64 | 28 | 35 |
| Octal | 166 | 267 | 125 | 44 | 0 | 66 | 34 | 144 | 50 | 65 |
| Binary | 1110110 | 10110111 | 1010101 | 100100 | 0 | 110110 | 11100 | 1100100 | 101000 | 110101 |
Color Harmonies of #76B755
Complementary color
Monochromatic Colors of #76B755
Black with #76B755
Text Example
Text Example
White with #76B755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B755; }
p { color: rgb(118,183,85); }
H1.HeaderClassName
{
color: #76B755;
}
.AnyTagClassName
{
color: #76B755;
}
</style>
background-color css
<style>
a { background-color: #76B755; }
a { background-color: rgb(118,183,85); }
div.DivClassName
{
background-color: #76B755;
}
.BgClassName
{
background-color: #76B755;
}
</style>
border-color css
<style>
span { border-color: #76B755; }
span { border-color: rgb(118,183,85); }
td.TdClassName
{
border-color: #76B755;
}
.TagClassName
{
border-color: #76B755;
}
</style>