Shades of Mantis #76C05F
Tints of Mantis #76C05F
RGB
CMYK
RGB Variations
Color information
#76C05F (or 0x76C05F) is known color: Mantis. HEX triplet: 76, C0 and 5F. RGB value is (118,192,95). Sum of RGB (Red+Green+Blue) = 118+192+95=405 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.14% from 405); Green value is 192 (75.39% from 255 or 47.41% from 405); Blue value is 95 (37.5% from 255 or 23.46% from 405); Max value from RGB is 192 - color contains mainly: green. Hex color #76C05F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C05F is #893FA0. Grayscale: #9F9F9F. Windows color (decimal): -8994721 or 6275190. OLE color: 6275190.
HSL color Cylindrical-coordinate representation of color #76C05F: hue angle of 105.77º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76C05F is Cyan = 0.39, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 118 | 192 | 95 | - |
| CMYK | 0.39 | 0 | 0.51 | 0.25 |
| HSL | 105.77º | 0.43% | 0.56% | - |
| HSV(B) | 105.77º | 0.51% | 0.75% | - |
| XYZ | 28.39 | 42.38 | 17.51 | - |
| YUV | 158.82 | 91.98 | 98.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 192 | 95 | 0.39 | 0 | 0.51 | 0.25 | 105.77 | 0.43 | 0.56 |
| Hex | 76 | C0 | 5F | 27 | 0 | 33 | 19 | 6A | 2B | 38 |
| Octal | 166 | 300 | 137 | 47 | 0 | 63 | 31 | 152 | 53 | 70 |
| Binary | 1110110 | 11000000 | 1011111 | 100111 | 0 | 110011 | 11001 | 1101010 | 101011 | 111000 |
Color Harmonies of #76C05F
Complementary color
Monochromatic Colors of #76C05F
Black with #76C05F
Text Example
Text Example
White with #76C05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C05F; }
p { color: rgb(118,192,95); }
H1.HeaderClassName
{
color: #76C05F;
}
.AnyTagClassName
{
color: #76C05F;
}
</style>
background-color css
<style>
a { background-color: #76C05F; }
a { background-color: rgb(118,192,95); }
div.DivClassName
{
background-color: #76C05F;
}
.BgClassName
{
background-color: #76C05F;
}
</style>
border-color css
<style>
span { border-color: #76C05F; }
span { border-color: rgb(118,192,95); }
td.TdClassName
{
border-color: #76C05F;
}
.TagClassName
{
border-color: #76C05F;
}
</style>