Shades of Mantis #76C055
Tints of Mantis #76C055
RGB
CMYK
RGB Variations
Color information
#76C055 (or 0x76C055) is known color: Mantis. HEX triplet: 76, C0 and 55. RGB value is (118,192,85). Sum of RGB (Red+Green+Blue) = 118+192+85=395 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.87% from 395); Green value is 192 (75.39% from 255 or 48.61% from 395); Blue value is 85 (33.59% from 255 or 21.52% from 395); Max value from RGB is 192 - color contains mainly: green. Hex color #76C055 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C055 is #893FAA. Grayscale: #9E9E9E. Windows color (decimal): -8994731 or 5619830. OLE color: 5619830.
HSL color Cylindrical-coordinate representation of color #76C055: hue angle of 101.5º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #76C055 is Cyan = 0.39, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 118 | 192 | 85 | - |
| CMYK | 0.39 | 0 | 0.56 | 0.25 |
| HSL | 101.5º | 0.46% | 0.54% | - |
| HSV(B) | 101.5º | 0.56% | 0.75% | - |
| XYZ | 27.96 | 42.21 | 15.27 | - |
| YUV | 157.68 | 86.98 | 99.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 192 | 85 | 0.39 | 0 | 0.56 | 0.25 | 101.5 | 0.46 | 0.54 |
| Hex | 76 | C0 | 55 | 27 | 0 | 38 | 19 | 65 | 2E | 36 |
| Octal | 166 | 300 | 125 | 47 | 0 | 70 | 31 | 145 | 56 | 66 |
| Binary | 1110110 | 11000000 | 1010101 | 100111 | 0 | 111000 | 11001 | 1100101 | 101110 | 110110 |
Color Harmonies of #76C055
Complementary color
Monochromatic Colors of #76C055
Black with #76C055
Text Example
Text Example
White with #76C055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C055; }
p { color: rgb(118,192,85); }
H1.HeaderClassName
{
color: #76C055;
}
.AnyTagClassName
{
color: #76C055;
}
</style>
background-color css
<style>
a { background-color: #76C055; }
a { background-color: rgb(118,192,85); }
div.DivClassName
{
background-color: #76C055;
}
.BgClassName
{
background-color: #76C055;
}
</style>
border-color css
<style>
span { border-color: #76C055; }
span { border-color: rgb(118,192,85); }
td.TdClassName
{
border-color: #76C055;
}
.TagClassName
{
border-color: #76C055;
}
</style>