Shades of Mantis #76BB5E
Tints of Mantis #76BB5E
RGB
CMYK
RGB Variations
Color information
#76BB5E (or 0x76BB5E) is known color: Mantis. HEX triplet: 76, BB and 5E. RGB value is (118,187,94). Sum of RGB (Red+Green+Blue) = 118+187+94=399 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.57% from 399); Green value is 187 (73.44% from 255 or 46.87% from 399); Blue value is 94 (37.11% from 255 or 23.56% from 399); Max value from RGB is 187 - color contains mainly: green. Hex color #76BB5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76BB5E is #8944A1. Grayscale: #9C9C9C. Windows color (decimal): -8996002 or 6208374. OLE color: 6208374.
HSL color Cylindrical-coordinate representation of color #76BB5E: hue angle of 104.52º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76BB5E is Cyan = 0.37, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 187 | 94 | - |
| CMYK | 0.37 | 0 | 0.50 | 0.27 |
| HSL | 104.52º | 0.41% | 0.55% | - |
| HSV(B) | 104.52º | 0.5% | 0.73% | - |
| XYZ | 27.26 | 40.2 | 16.91 | - |
| YUV | 155.77 | 93.14 | 101.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 187 | 94 | 0.37 | 0 | 0.50 | 0.27 | 104.52 | 0.41 | 0.55 |
| Hex | 76 | BB | 5E | 25 | 0 | 32 | 1B | 69 | 29 | 37 |
| Octal | 166 | 273 | 136 | 45 | 0 | 62 | 33 | 151 | 51 | 67 |
| Binary | 1110110 | 10111011 | 1011110 | 100101 | 0 | 110010 | 11011 | 1101001 | 101001 | 110111 |
Color Harmonies of #76BB5E
Complementary color
Monochromatic Colors of #76BB5E
Black with #76BB5E
Text Example
Text Example
White with #76BB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BB5E; }
p { color: rgb(118,187,94); }
H1.HeaderClassName
{
color: #76BB5E;
}
.AnyTagClassName
{
color: #76BB5E;
}
</style>
background-color css
<style>
a { background-color: #76BB5E; }
a { background-color: rgb(118,187,94); }
div.DivClassName
{
background-color: #76BB5E;
}
.BgClassName
{
background-color: #76BB5E;
}
</style>
border-color css
<style>
span { border-color: #76BB5E; }
span { border-color: rgb(118,187,94); }
td.TdClassName
{
border-color: #76BB5E;
}
.TagClassName
{
border-color: #76BB5E;
}
</style>