Shades of Mantis #76C057
Tints of Mantis #76C057
RGB
CMYK
RGB Variations
Color information
#76C057 (or 0x76C057) is known color: Mantis. HEX triplet: 76, C0 and 57. RGB value is (118,192,87). Sum of RGB (Red+Green+Blue) = 118+192+87=397 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.72% from 397); Green value is 192 (75.39% from 255 or 48.36% from 397); Blue value is 87 (34.38% from 255 or 21.91% from 397); Max value from RGB is 192 - color contains mainly: green. Hex color #76C057 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C057 is #893FA8. Grayscale: #9E9E9E. Windows color (decimal): -8994729 or 5750902. OLE color: 5750902.
HSL color Cylindrical-coordinate representation of color #76C057: hue angle of 102.29º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #76C057 is Cyan = 0.39, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 118 | 192 | 87 | - |
| CMYK | 0.39 | 0 | 0.55 | 0.25 |
| HSL | 102.29º | 0.45% | 0.55% | - |
| HSV(B) | 102.29º | 0.55% | 0.75% | - |
| XYZ | 28.04 | 42.24 | 15.69 | - |
| YUV | 157.9 | 87.98 | 99.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 192 | 87 | 0.39 | 0 | 0.55 | 0.25 | 102.29 | 0.45 | 0.55 |
| Hex | 76 | C0 | 57 | 27 | 0 | 37 | 19 | 66 | 2D | 37 |
| Octal | 166 | 300 | 127 | 47 | 0 | 67 | 31 | 146 | 55 | 67 |
| Binary | 1110110 | 11000000 | 1010111 | 100111 | 0 | 110111 | 11001 | 1100110 | 101101 | 110111 |
Color Harmonies of #76C057
Complementary color
Monochromatic Colors of #76C057
Black with #76C057
Text Example
Text Example
White with #76C057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C057; }
p { color: rgb(118,192,87); }
H1.HeaderClassName
{
color: #76C057;
}
.AnyTagClassName
{
color: #76C057;
}
</style>
background-color css
<style>
a { background-color: #76C057; }
a { background-color: rgb(118,192,87); }
div.DivClassName
{
background-color: #76C057;
}
.BgClassName
{
background-color: #76C057;
}
</style>
border-color css
<style>
span { border-color: #76C057; }
span { border-color: rgb(118,192,87); }
td.TdClassName
{
border-color: #76C057;
}
.TagClassName
{
border-color: #76C057;
}
</style>