Shades of Mantis #76C648
Tints of Mantis #76C648
RGB
CMYK
RGB Variations
Color information
#76C648 (or 0x76C648) is known color: Mantis. HEX triplet: 76, C6 and 48. RGB value is (118,198,72). Sum of RGB (Red+Green+Blue) = 118+198+72=388 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.41% from 388); Green value is 198 (77.73% from 255 or 51.03% from 388); Blue value is 72 (28.52% from 255 or 18.56% from 388); Max value from RGB is 198 - color contains mainly: green. Hex color #76C648 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C648 is #8939B7. Grayscale: #A0A0A0. Windows color (decimal): -8993208 or 4769398. OLE color: 4769398.
HSL color Cylindrical-coordinate representation of color #76C648: hue angle of 98.1º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #76C648 is Cyan = 0.40, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 118 | 198 | 72 | - |
| CMYK | 0.40 | 0 | 0.64 | 0.22 |
| HSL | 98.1º | 0.53% | 0.53% | - |
| HSV(B) | 98.1º | 0.64% | 0.78% | - |
| XYZ | 28.84 | 44.71 | 13.24 | - |
| YUV | 159.72 | 78.5 | 98.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 198 | 72 | 0.40 | 0 | 0.64 | 0.22 | 98.1 | 0.53 | 0.53 |
| Hex | 76 | C6 | 48 | 28 | 0 | 40 | 16 | 62 | 34 | 35 |
| Octal | 166 | 306 | 110 | 50 | 0 | 100 | 26 | 142 | 64 | 65 |
| Binary | 1110110 | 11000110 | 1001000 | 101000 | 0 | 1000000 | 10110 | 1100010 | 110100 | 110101 |
Color Harmonies of #76C648
Complementary color
Monochromatic Colors of #76C648
Black with #76C648
Text Example
Text Example
White with #76C648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C648; }
p { color: rgb(118,198,72); }
H1.HeaderClassName
{
color: #76C648;
}
.AnyTagClassName
{
color: #76C648;
}
</style>
background-color css
<style>
a { background-color: #76C648; }
a { background-color: rgb(118,198,72); }
div.DivClassName
{
background-color: #76C648;
}
.BgClassName
{
background-color: #76C648;
}
</style>
border-color css
<style>
span { border-color: #76C648; }
span { border-color: rgb(118,198,72); }
td.TdClassName
{
border-color: #76C648;
}
.TagClassName
{
border-color: #76C648;
}
</style>