Shades of Mantis #76B84F
Tints of Mantis #76B84F
RGB
CMYK
RGB Variations
Color information
#76B84F (or 0x76B84F) is known color: Mantis. HEX triplet: 76, B8 and 4F. RGB value is (118,184,79). Sum of RGB (Red+Green+Blue) = 118+184+79=381 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.97% from 381); Green value is 184 (72.27% from 255 or 48.29% from 381); Blue value is 79 (31.25% from 255 or 20.73% from 381); Max value from RGB is 184 - color contains mainly: green. Hex color #76B84F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76B84F is #8947B0. Grayscale: #989898. Windows color (decimal): -8996785 or 5224566. OLE color: 5224566.
HSL color Cylindrical-coordinate representation of color #76B84F: hue angle of 97.71º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #76B84F is Cyan = 0.36, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 118 | 184 | 79 | - |
| CMYK | 0.36 | 0 | 0.57 | 0.28 |
| HSL | 97.71º | 0.43% | 0.52% | - |
| HSV(B) | 97.71º | 0.57% | 0.72% | - |
| XYZ | 26.02 | 38.7 | 13.49 | - |
| YUV | 152.3 | 86.63 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 184 | 79 | 0.36 | 0 | 0.57 | 0.28 | 97.71 | 0.43 | 0.52 |
| Hex | 76 | B8 | 4F | 24 | 0 | 39 | 1C | 62 | 2B | 34 |
| Octal | 166 | 270 | 117 | 44 | 0 | 71 | 34 | 142 | 53 | 64 |
| Binary | 1110110 | 10111000 | 1001111 | 100100 | 0 | 111001 | 11100 | 1100010 | 101011 | 110100 |
Color Harmonies of #76B84F
Complementary color
Monochromatic Colors of #76B84F
Black with #76B84F
Text Example
Text Example
White with #76B84F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B84F; }
p { color: rgb(118,184,79); }
H1.HeaderClassName
{
color: #76B84F;
}
.AnyTagClassName
{
color: #76B84F;
}
</style>
background-color css
<style>
a { background-color: #76B84F; }
a { background-color: rgb(118,184,79); }
div.DivClassName
{
background-color: #76B84F;
}
.BgClassName
{
background-color: #76B84F;
}
</style>
border-color css
<style>
span { border-color: #76B84F; }
span { border-color: rgb(118,184,79); }
td.TdClassName
{
border-color: #76B84F;
}
.TagClassName
{
border-color: #76B84F;
}
</style>