Shades of Mantis #76C06C
Tints of Mantis #76C06C
RGB
CMYK
RGB Variations
Color information
#76C06C (or 0x76C06C) is known color: Mantis. HEX triplet: 76, C0 and 6C. RGB value is (118,192,108). Sum of RGB (Red+Green+Blue) = 118+192+108=418 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.23% from 418); Green value is 192 (75.39% from 255 or 45.93% from 418); Blue value is 108 (42.58% from 255 or 25.84% from 418); Max value from RGB is 192 - color contains mainly: green. Hex color #76C06C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C06C is #893F93. Grayscale: #A0A0A0. Windows color (decimal): -8994708 or 7127158. OLE color: 7127158.
HSL color Cylindrical-coordinate representation of color #76C06C: hue angle of 112.86º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #76C06C is Cyan = 0.39, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 118 | 192 | 108 | - |
| CMYK | 0.39 | 0 | 0.44 | 0.25 |
| HSL | 112.86º | 0.4% | 0.59% | - |
| HSV(B) | 112.86º | 0.44% | 0.75% | - |
| XYZ | 29.03 | 42.63 | 20.89 | - |
| YUV | 160.3 | 98.48 | 97.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 192 | 108 | 0.39 | 0 | 0.44 | 0.25 | 112.86 | 0.4 | 0.59 |
| Hex | 76 | C0 | 6C | 27 | 0 | 2C | 19 | 71 | 28 | 3B |
| Octal | 166 | 300 | 154 | 47 | 0 | 54 | 31 | 161 | 50 | 73 |
| Binary | 1110110 | 11000000 | 1101100 | 100111 | 0 | 101100 | 11001 | 1110001 | 101000 | 111011 |
Color Harmonies of #76C06C
Complementary color
Monochromatic Colors of #76C06C
Black with #76C06C
Text Example
Text Example
White with #76C06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C06C; }
p { color: rgb(118,192,108); }
H1.HeaderClassName
{
color: #76C06C;
}
.AnyTagClassName
{
color: #76C06C;
}
</style>
background-color css
<style>
a { background-color: #76C06C; }
a { background-color: rgb(118,192,108); }
div.DivClassName
{
background-color: #76C06C;
}
.BgClassName
{
background-color: #76C06C;
}
</style>
border-color css
<style>
span { border-color: #76C06C; }
span { border-color: rgb(118,192,108); }
td.TdClassName
{
border-color: #76C06C;
}
.TagClassName
{
border-color: #76C06C;
}
</style>