Shades of Mantis #76BB60
Tints of Mantis #76BB60
RGB
CMYK
RGB Variations
Color information
#76BB60 (or 0x76BB60) is known color: Mantis. HEX triplet: 76, BB and 60. RGB value is (118,187,96). Sum of RGB (Red+Green+Blue) = 118+187+96=401 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.43% from 401); Green value is 187 (73.44% from 255 or 46.63% from 401); Blue value is 96 (37.89% from 255 or 23.94% from 401); Max value from RGB is 187 - color contains mainly: green. Hex color #76BB60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76BB60 is #89449F. Grayscale: #9C9C9C. Windows color (decimal): -8996000 or 6339446. OLE color: 6339446.
HSL color Cylindrical-coordinate representation of color #76BB60: hue angle of 105.49º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #76BB60 is Cyan = 0.37, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 187 | 96 | - |
| CMYK | 0.37 | 0 | 0.49 | 0.27 |
| HSL | 105.49º | 0.4% | 0.55% | - |
| HSV(B) | 105.49º | 0.49% | 0.73% | - |
| XYZ | 27.35 | 40.24 | 17.39 | - |
| YUV | 156 | 94.14 | 100.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 187 | 96 | 0.37 | 0 | 0.49 | 0.27 | 105.49 | 0.4 | 0.55 |
| Hex | 76 | BB | 60 | 25 | 0 | 31 | 1B | 69 | 28 | 37 |
| Octal | 166 | 273 | 140 | 45 | 0 | 61 | 33 | 151 | 50 | 67 |
| Binary | 1110110 | 10111011 | 1100000 | 100101 | 0 | 110001 | 11011 | 1101001 | 101000 | 110111 |
Color Harmonies of #76BB60
Complementary color
Monochromatic Colors of #76BB60
Black with #76BB60
Text Example
Text Example
White with #76BB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BB60; }
p { color: rgb(118,187,96); }
H1.HeaderClassName
{
color: #76BB60;
}
.AnyTagClassName
{
color: #76BB60;
}
</style>
background-color css
<style>
a { background-color: #76BB60; }
a { background-color: rgb(118,187,96); }
div.DivClassName
{
background-color: #76BB60;
}
.BgClassName
{
background-color: #76BB60;
}
</style>
border-color css
<style>
span { border-color: #76BB60; }
span { border-color: rgb(118,187,96); }
td.TdClassName
{
border-color: #76BB60;
}
.TagClassName
{
border-color: #76BB60;
}
</style>