Shades of Mantis #76B954
Tints of Mantis #76B954
RGB
CMYK
RGB Variations
Color information
#76B954 (or 0x76B954) is known color: Mantis. HEX triplet: 76, B9 and 54. RGB value is (118,185,84). Sum of RGB (Red+Green+Blue) = 118+185+84=387 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.49% from 387); Green value is 185 (72.66% from 255 or 47.80% from 387); Blue value is 84 (33.20% from 255 or 21.71% from 387); Max value from RGB is 185 - color contains mainly: green. Hex color #76B954 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76B954 is #8946AB. Grayscale: #999999. Windows color (decimal): -8996524 or 5552502. OLE color: 5552502.
HSL color Cylindrical-coordinate representation of color #76B954: hue angle of 99.8º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #76B954 is Cyan = 0.36, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 185 | 84 | - |
| CMYK | 0.36 | 0 | 0.55 | 0.27 |
| HSL | 99.8º | 0.42% | 0.53% | - |
| HSV(B) | 99.8º | 0.55% | 0.73% | - |
| XYZ | 26.42 | 39.19 | 14.56 | - |
| YUV | 153.45 | 88.8 | 102.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 185 | 84 | 0.36 | 0 | 0.55 | 0.27 | 99.8 | 0.42 | 0.53 |
| Hex | 76 | B9 | 54 | 24 | 0 | 37 | 1B | 64 | 2A | 35 |
| Octal | 166 | 271 | 124 | 44 | 0 | 67 | 33 | 144 | 52 | 65 |
| Binary | 1110110 | 10111001 | 1010100 | 100100 | 0 | 110111 | 11011 | 1100100 | 101010 | 110101 |
Color Harmonies of #76B954
Complementary color
Monochromatic Colors of #76B954
Black with #76B954
Text Example
Text Example
White with #76B954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B954; }
p { color: rgb(118,185,84); }
H1.HeaderClassName
{
color: #76B954;
}
.AnyTagClassName
{
color: #76B954;
}
</style>
background-color css
<style>
a { background-color: #76B954; }
a { background-color: rgb(118,185,84); }
div.DivClassName
{
background-color: #76B954;
}
.BgClassName
{
background-color: #76B954;
}
</style>
border-color css
<style>
span { border-color: #76B954; }
span { border-color: rgb(118,185,84); }
td.TdClassName
{
border-color: #76B954;
}
.TagClassName
{
border-color: #76B954;
}
</style>