Shades of Mantis #76C15B
Tints of Mantis #76C15B
RGB
CMYK
RGB Variations
Color information
#76C15B (or 0x76C15B) is known color: Mantis. HEX triplet: 76, C1 and 5B. RGB value is (118,193,91). Sum of RGB (Red+Green+Blue) = 118+193+91=402 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.35% from 402); Green value is 193 (75.78% from 255 or 48.01% from 402); Blue value is 91 (35.94% from 255 or 22.64% from 402); Max value from RGB is 193 - color contains mainly: green. Hex color #76C15B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C15B is #893EA4. Grayscale: #9F9F9F. Windows color (decimal): -8994469 or 6013302. OLE color: 6013302.
HSL color Cylindrical-coordinate representation of color #76C15B: hue angle of 104.12º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76C15B is Cyan = 0.39, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 118 | 193 | 91 | - |
| CMYK | 0.39 | 0 | 0.53 | 0.24 |
| HSL | 104.12º | 0.45% | 0.56% | - |
| HSV(B) | 104.12º | 0.53% | 0.76% | - |
| XYZ | 28.43 | 42.75 | 16.65 | - |
| YUV | 158.95 | 89.65 | 98.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 193 | 91 | 0.39 | 0 | 0.53 | 0.24 | 104.12 | 0.45 | 0.56 |
| Hex | 76 | C1 | 5B | 27 | 0 | 35 | 18 | 68 | 2D | 38 |
| Octal | 166 | 301 | 133 | 47 | 0 | 65 | 30 | 150 | 55 | 70 |
| Binary | 1110110 | 11000001 | 1011011 | 100111 | 0 | 110101 | 11000 | 1101000 | 101101 | 111000 |
Color Harmonies of #76C15B
Complementary color
Monochromatic Colors of #76C15B
Black with #76C15B
Text Example
Text Example
White with #76C15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C15B; }
p { color: rgb(118,193,91); }
H1.HeaderClassName
{
color: #76C15B;
}
.AnyTagClassName
{
color: #76C15B;
}
</style>
background-color css
<style>
a { background-color: #76C15B; }
a { background-color: rgb(118,193,91); }
div.DivClassName
{
background-color: #76C15B;
}
.BgClassName
{
background-color: #76C15B;
}
</style>
border-color css
<style>
span { border-color: #76C15B; }
span { border-color: rgb(118,193,91); }
td.TdClassName
{
border-color: #76C15B;
}
.TagClassName
{
border-color: #76C15B;
}
</style>