Shades of Mantis #76BB5C
Tints of Mantis #76BB5C
RGB
CMYK
RGB Variations
Color information
#76BB5C (or 0x76BB5C) is known color: Mantis. HEX triplet: 76, BB and 5C. RGB value is (118,187,92). Sum of RGB (Red+Green+Blue) = 118+187+92=397 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.72% from 397); Green value is 187 (73.44% from 255 or 47.10% from 397); Blue value is 92 (36.33% from 255 or 23.17% from 397); Max value from RGB is 187 - color contains mainly: green. Hex color #76BB5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76BB5C is #8944A3. Grayscale: #9B9B9B. Windows color (decimal): -8996004 or 6077302. OLE color: 6077302.
HSL color Cylindrical-coordinate representation of color #76BB5C: hue angle of 103.58º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76BB5C is Cyan = 0.37, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 187 | 92 | - |
| CMYK | 0.37 | 0 | 0.51 | 0.27 |
| HSL | 103.58º | 0.41% | 0.55% | - |
| HSV(B) | 103.58º | 0.51% | 0.73% | - |
| XYZ | 27.17 | 40.16 | 16.45 | - |
| YUV | 155.54 | 92.14 | 101.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 187 | 92 | 0.37 | 0 | 0.51 | 0.27 | 103.58 | 0.41 | 0.55 |
| Hex | 76 | BB | 5C | 25 | 0 | 33 | 1B | 68 | 29 | 37 |
| Octal | 166 | 273 | 134 | 45 | 0 | 63 | 33 | 150 | 51 | 67 |
| Binary | 1110110 | 10111011 | 1011100 | 100101 | 0 | 110011 | 11011 | 1101000 | 101001 | 110111 |
Color Harmonies of #76BB5C
Complementary color
Monochromatic Colors of #76BB5C
Black with #76BB5C
Text Example
Text Example
White with #76BB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BB5C; }
p { color: rgb(118,187,92); }
H1.HeaderClassName
{
color: #76BB5C;
}
.AnyTagClassName
{
color: #76BB5C;
}
</style>
background-color css
<style>
a { background-color: #76BB5C; }
a { background-color: rgb(118,187,92); }
div.DivClassName
{
background-color: #76BB5C;
}
.BgClassName
{
background-color: #76BB5C;
}
</style>
border-color css
<style>
span { border-color: #76BB5C; }
span { border-color: rgb(118,187,92); }
td.TdClassName
{
border-color: #76BB5C;
}
.TagClassName
{
border-color: #76BB5C;
}
</style>