Shades of Mantis #76C545
Tints of Mantis #76C545
RGB
CMYK
RGB Variations
Color information
#76C545 (or 0x76C545) is known color: Mantis. HEX triplet: 76, C5 and 45. RGB value is (118,197,69). Sum of RGB (Red+Green+Blue) = 118+197+69=384 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.73% from 384); Green value is 197 (77.34% from 255 or 51.30% from 384); Blue value is 69 (27.34% from 255 or 17.97% from 384); Max value from RGB is 197 - color contains mainly: green. Hex color #76C545 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C545 is #893ABA. Grayscale: #9F9F9F. Windows color (decimal): -8993467 or 4572534. OLE color: 4572534.
HSL color Cylindrical-coordinate representation of color #76C545: hue angle of 97.03º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #76C545 is Cyan = 0.40, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 118 | 197 | 69 | - |
| CMYK | 0.40 | 0 | 0.65 | 0.23 |
| HSL | 97.03º | 0.52% | 0.52% | - |
| HSV(B) | 97.03º | 0.65% | 0.77% | - |
| XYZ | 28.51 | 44.21 | 12.66 | - |
| YUV | 158.79 | 77.33 | 98.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 197 | 69 | 0.40 | 0 | 0.65 | 0.23 | 97.03 | 0.52 | 0.52 |
| Hex | 76 | C5 | 45 | 28 | 0 | 41 | 17 | 61 | 34 | 34 |
| Octal | 166 | 305 | 105 | 50 | 0 | 101 | 27 | 141 | 64 | 64 |
| Binary | 1110110 | 11000101 | 1000101 | 101000 | 0 | 1000001 | 10111 | 1100001 | 110100 | 110100 |
Color Harmonies of #76C545
Complementary color
Monochromatic Colors of #76C545
Black with #76C545
Text Example
Text Example
White with #76C545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C545; }
p { color: rgb(118,197,69); }
H1.HeaderClassName
{
color: #76C545;
}
.AnyTagClassName
{
color: #76C545;
}
</style>
background-color css
<style>
a { background-color: #76C545; }
a { background-color: rgb(118,197,69); }
div.DivClassName
{
background-color: #76C545;
}
.BgClassName
{
background-color: #76C545;
}
</style>
border-color css
<style>
span { border-color: #76C545; }
span { border-color: rgb(118,197,69); }
td.TdClassName
{
border-color: #76C545;
}
.TagClassName
{
border-color: #76C545;
}
</style>