Shades of Mantis #76B963
Tints of Mantis #76B963
RGB
CMYK
RGB Variations
Color information
#76B963 (or 0x76B963) is known color: Mantis. HEX triplet: 76, B9 and 63. RGB value is (118,185,99). Sum of RGB (Red+Green+Blue) = 118+185+99=402 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.35% from 402); Green value is 185 (72.66% from 255 or 46.02% from 402); Blue value is 99 (39.06% from 255 or 24.63% from 402); Max value from RGB is 185 - color contains mainly: green. Hex color #76B963 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76B963 is #89469C. Grayscale: #9B9B9B. Windows color (decimal): -8996509 or 6535542. OLE color: 6535542.
HSL color Cylindrical-coordinate representation of color #76B963: hue angle of 106.74º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76B963 is Cyan = 0.36, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 185 | 99 | - |
| CMYK | 0.36 | 0 | 0.46 | 0.27 |
| HSL | 106.74º | 0.38% | 0.56% | - |
| HSV(B) | 106.74º | 0.46% | 0.73% | - |
| XYZ | 27.07 | 39.45 | 17.99 | - |
| YUV | 155.16 | 96.3 | 101.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 185 | 99 | 0.36 | 0 | 0.46 | 0.27 | 106.74 | 0.38 | 0.56 |
| Hex | 76 | B9 | 63 | 24 | 0 | 2E | 1B | 6B | 26 | 38 |
| Octal | 166 | 271 | 143 | 44 | 0 | 56 | 33 | 153 | 46 | 70 |
| Binary | 1110110 | 10111001 | 1100011 | 100100 | 0 | 101110 | 11011 | 1101011 | 100110 | 111000 |
Color Harmonies of #76B963
Complementary color
Monochromatic Colors of #76B963
Black with #76B963
Text Example
Text Example
White with #76B963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B963; }
p { color: rgb(118,185,99); }
H1.HeaderClassName
{
color: #76B963;
}
.AnyTagClassName
{
color: #76B963;
}
</style>
background-color css
<style>
a { background-color: #76B963; }
a { background-color: rgb(118,185,99); }
div.DivClassName
{
background-color: #76B963;
}
.BgClassName
{
background-color: #76B963;
}
</style>
border-color css
<style>
span { border-color: #76B963; }
span { border-color: rgb(118,185,99); }
td.TdClassName
{
border-color: #76B963;
}
.TagClassName
{
border-color: #76B963;
}
</style>