Shades of Mantis #76C567
Tints of Mantis #76C567
RGB
CMYK
RGB Variations
Color information
#76C567 (or 0x76C567) is known color: Mantis. HEX triplet: 76, C5 and 67. RGB value is (118,197,103). Sum of RGB (Red+Green+Blue) = 118+197+103=418 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.23% from 418); Green value is 197 (77.34% from 255 or 47.13% from 418); Blue value is 103 (40.62% from 255 or 24.64% from 418); Max value from RGB is 197 - color contains mainly: green. Hex color #76C567 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C567 is #893A98. Grayscale: #A2A2A2. Windows color (decimal): -8993433 or 6800758. OLE color: 6800758.
HSL color Cylindrical-coordinate representation of color #76C567: hue angle of 110.43º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #76C567 is Cyan = 0.40, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 118 | 197 | 103 | - |
| CMYK | 0.40 | 0 | 0.48 | 0.23 |
| HSL | 110.43º | 0.45% | 0.59% | - |
| HSV(B) | 110.43º | 0.48% | 0.77% | - |
| XYZ | 29.89 | 44.76 | 19.9 | - |
| YUV | 162.66 | 94.33 | 96.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 197 | 103 | 0.40 | 0 | 0.48 | 0.23 | 110.43 | 0.45 | 0.59 |
| Hex | 76 | C5 | 67 | 28 | 0 | 30 | 17 | 6E | 2D | 3B |
| Octal | 166 | 305 | 147 | 50 | 0 | 60 | 27 | 156 | 55 | 73 |
| Binary | 1110110 | 11000101 | 1100111 | 101000 | 0 | 110000 | 10111 | 1101110 | 101101 | 111011 |
Color Harmonies of #76C567
Complementary color
Monochromatic Colors of #76C567
Black with #76C567
Text Example
Text Example
White with #76C567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C567; }
p { color: rgb(118,197,103); }
H1.HeaderClassName
{
color: #76C567;
}
.AnyTagClassName
{
color: #76C567;
}
</style>
background-color css
<style>
a { background-color: #76C567; }
a { background-color: rgb(118,197,103); }
div.DivClassName
{
background-color: #76C567;
}
.BgClassName
{
background-color: #76C567;
}
</style>
border-color css
<style>
span { border-color: #76C567; }
span { border-color: rgb(118,197,103); }
td.TdClassName
{
border-color: #76C567;
}
.TagClassName
{
border-color: #76C567;
}
</style>