Shades of Mantis #76C168
Tints of Mantis #76C168
RGB
CMYK
RGB Variations
Color information
#76C168 (or 0x76C168) is known color: Mantis. HEX triplet: 76, C1 and 68. RGB value is (118,193,104). Sum of RGB (Red+Green+Blue) = 118+193+104=415 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.43% from 415); Green value is 193 (75.78% from 255 or 46.51% from 415); Blue value is 104 (41.02% from 255 or 25.06% from 415); Max value from RGB is 193 - color contains mainly: green. Hex color #76C168 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C168 is #893E97. Grayscale: #A0A0A0. Windows color (decimal): -8994456 or 6865270. OLE color: 6865270.
HSL color Cylindrical-coordinate representation of color #76C168: hue angle of 110.56º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76C168 is Cyan = 0.39, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 118 | 193 | 104 | - |
| CMYK | 0.39 | 0 | 0.46 | 0.24 |
| HSL | 110.56º | 0.42% | 0.58% | - |
| HSV(B) | 110.56º | 0.46% | 0.76% | - |
| XYZ | 29.04 | 42.99 | 19.86 | - |
| YUV | 160.43 | 96.15 | 97.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 193 | 104 | 0.39 | 0 | 0.46 | 0.24 | 110.56 | 0.42 | 0.58 |
| Hex | 76 | C1 | 68 | 27 | 0 | 2E | 18 | 6F | 2A | 3A |
| Octal | 166 | 301 | 150 | 47 | 0 | 56 | 30 | 157 | 52 | 72 |
| Binary | 1110110 | 11000001 | 1101000 | 100111 | 0 | 101110 | 11000 | 1101111 | 101010 | 111010 |
Color Harmonies of #76C168
Complementary color
Monochromatic Colors of #76C168
Black with #76C168
Text Example
Text Example
White with #76C168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C168; }
p { color: rgb(118,193,104); }
H1.HeaderClassName
{
color: #76C168;
}
.AnyTagClassName
{
color: #76C168;
}
</style>
background-color css
<style>
a { background-color: #76C168; }
a { background-color: rgb(118,193,104); }
div.DivClassName
{
background-color: #76C168;
}
.BgClassName
{
background-color: #76C168;
}
</style>
border-color css
<style>
span { border-color: #76C168; }
span { border-color: rgb(118,193,104); }
td.TdClassName
{
border-color: #76C168;
}
.TagClassName
{
border-color: #76C168;
}
</style>