Shades of Mantis #76B861
Tints of Mantis #76B861
RGB
CMYK
RGB Variations
Color information
#76B861 (or 0x76B861) is known color: Mantis. HEX triplet: 76, B8 and 61. RGB value is (118,184,97). Sum of RGB (Red+Green+Blue) = 118+184+97=399 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.57% from 399); Green value is 184 (72.27% from 255 or 46.12% from 399); Blue value is 97 (38.28% from 255 or 24.31% from 399); Max value from RGB is 184 - color contains mainly: green. Hex color #76B861 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76B861 is #89479E. Grayscale: #9A9A9A. Windows color (decimal): -8996767 or 6404214. OLE color: 6404214.
HSL color Cylindrical-coordinate representation of color #76B861: hue angle of 105.52º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76B861 is Cyan = 0.36, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 118 | 184 | 97 | - |
| CMYK | 0.36 | 0 | 0.47 | 0.28 |
| HSL | 105.52º | 0.38% | 0.55% | - |
| HSV(B) | 105.52º | 0.47% | 0.72% | - |
| XYZ | 26.77 | 39 | 17.43 | - |
| YUV | 154.35 | 95.63 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 184 | 97 | 0.36 | 0 | 0.47 | 0.28 | 105.52 | 0.38 | 0.55 |
| Hex | 76 | B8 | 61 | 24 | 0 | 2F | 1C | 6A | 26 | 37 |
| Octal | 166 | 270 | 141 | 44 | 0 | 57 | 34 | 152 | 46 | 67 |
| Binary | 1110110 | 10111000 | 1100001 | 100100 | 0 | 101111 | 11100 | 1101010 | 100110 | 110111 |
Color Harmonies of #76B861
Complementary color
Monochromatic Colors of #76B861
Black with #76B861
Text Example
Text Example
White with #76B861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B861; }
p { color: rgb(118,184,97); }
H1.HeaderClassName
{
color: #76B861;
}
.AnyTagClassName
{
color: #76B861;
}
</style>
background-color css
<style>
a { background-color: #76B861; }
a { background-color: rgb(118,184,97); }
div.DivClassName
{
background-color: #76B861;
}
.BgClassName
{
background-color: #76B861;
}
</style>
border-color css
<style>
span { border-color: #76B861; }
span { border-color: rgb(118,184,97); }
td.TdClassName
{
border-color: #76B861;
}
.TagClassName
{
border-color: #76B861;
}
</style>