Shades of Mantis #76C659
Tints of Mantis #76C659
RGB
CMYK
RGB Variations
Color information
#76C659 (or 0x76C659) is known color: Mantis. HEX triplet: 76, C6 and 59. RGB value is (118,198,89). Sum of RGB (Red+Green+Blue) = 118+198+89=405 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.14% from 405); Green value is 198 (77.73% from 255 or 48.89% from 405); Blue value is 89 (35.16% from 255 or 21.98% from 405); Max value from RGB is 198 - color contains mainly: green. Hex color #76C659 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C659 is #8939A6. Grayscale: #A2A2A2. Windows color (decimal): -8993191 or 5883510. OLE color: 5883510.
HSL color Cylindrical-coordinate representation of color #76C659: hue angle of 104.04º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #76C659 is Cyan = 0.40, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 118 | 198 | 89 | - |
| CMYK | 0.40 | 0 | 0.55 | 0.22 |
| HSL | 104.04º | 0.49% | 0.56% | - |
| HSV(B) | 104.04º | 0.55% | 0.78% | - |
| XYZ | 29.47 | 44.96 | 16.58 | - |
| YUV | 161.65 | 87 | 96.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 198 | 89 | 0.40 | 0 | 0.55 | 0.22 | 104.04 | 0.49 | 0.56 |
| Hex | 76 | C6 | 59 | 28 | 0 | 37 | 16 | 68 | 31 | 38 |
| Octal | 166 | 306 | 131 | 50 | 0 | 67 | 26 | 150 | 61 | 70 |
| Binary | 1110110 | 11000110 | 1011001 | 101000 | 0 | 110111 | 10110 | 1101000 | 110001 | 111000 |
Color Harmonies of #76C659
Complementary color
Monochromatic Colors of #76C659
Black with #76C659
Text Example
Text Example
White with #76C659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C659; }
p { color: rgb(118,198,89); }
H1.HeaderClassName
{
color: #76C659;
}
.AnyTagClassName
{
color: #76C659;
}
</style>
background-color css
<style>
a { background-color: #76C659; }
a { background-color: rgb(118,198,89); }
div.DivClassName
{
background-color: #76C659;
}
.BgClassName
{
background-color: #76C659;
}
</style>
border-color css
<style>
span { border-color: #76C659; }
span { border-color: rgb(118,198,89); }
td.TdClassName
{
border-color: #76C659;
}
.TagClassName
{
border-color: #76C659;
}
</style>