Shades of Mantis #76C667
Tints of Mantis #76C667
RGB
CMYK
RGB Variations
Color information
#76C667 (or 0x76C667) is known color: Mantis. HEX triplet: 76, C6 and 67. RGB value is (118,198,103). Sum of RGB (Red+Green+Blue) = 118+198+103=419 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.16% from 419); Green value is 198 (77.73% from 255 or 47.26% from 419); Blue value is 103 (40.62% from 255 or 24.58% from 419); Max value from RGB is 198 - color contains mainly: green. Hex color #76C667 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C667 is #893998. Grayscale: #A3A3A3. Windows color (decimal): -8993177 or 6801014. OLE color: 6801014.
HSL color Cylindrical-coordinate representation of color #76C667: hue angle of 110.53º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #76C667 is Cyan = 0.40, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 118 | 198 | 103 | - |
| CMYK | 0.40 | 0 | 0.48 | 0.22 |
| HSL | 110.53º | 0.45% | 0.59% | - |
| HSV(B) | 110.53º | 0.48% | 0.78% | - |
| XYZ | 30.11 | 45.22 | 19.97 | - |
| YUV | 163.25 | 94 | 95.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 198 | 103 | 0.40 | 0 | 0.48 | 0.22 | 110.53 | 0.45 | 0.59 |
| Hex | 76 | C6 | 67 | 28 | 0 | 30 | 16 | 6F | 2D | 3B |
| Octal | 166 | 306 | 147 | 50 | 0 | 60 | 26 | 157 | 55 | 73 |
| Binary | 1110110 | 11000110 | 1100111 | 101000 | 0 | 110000 | 10110 | 1101111 | 101101 | 111011 |
Color Harmonies of #76C667
Complementary color
Monochromatic Colors of #76C667
Black with #76C667
Text Example
Text Example
White with #76C667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C667; }
p { color: rgb(118,198,103); }
H1.HeaderClassName
{
color: #76C667;
}
.AnyTagClassName
{
color: #76C667;
}
</style>
background-color css
<style>
a { background-color: #76C667; }
a { background-color: rgb(118,198,103); }
div.DivClassName
{
background-color: #76C667;
}
.BgClassName
{
background-color: #76C667;
}
</style>
border-color css
<style>
span { border-color: #76C667; }
span { border-color: rgb(118,198,103); }
td.TdClassName
{
border-color: #76C667;
}
.TagClassName
{
border-color: #76C667;
}
</style>