Shades of Mantis #76B354
Tints of Mantis #76B354
RGB
CMYK
RGB Variations
Color information
#76B354 (or 0x76B354) is known color: Mantis. HEX triplet: 76, B3 and 54. RGB value is (118,179,84). Sum of RGB (Red+Green+Blue) = 118+179+84=381 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.97% from 381); Green value is 179 (70.31% from 255 or 46.98% from 381); Blue value is 84 (33.20% from 255 or 22.05% from 381); Max value from RGB is 179 - color contains mainly: green. Hex color #76B354 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76B354 is #894CAB. Grayscale: #969696. Windows color (decimal): -8998060 or 5550966. OLE color: 5550966.
HSL color Cylindrical-coordinate representation of color #76B354: hue angle of 98.53º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76B354 is Cyan = 0.34, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 118 | 179 | 84 | - |
| CMYK | 0.34 | 0 | 0.53 | 0.30 |
| HSL | 98.53º | 0.38% | 0.52% | - |
| HSV(B) | 98.53º | 0.53% | 0.7% | - |
| XYZ | 25.19 | 36.73 | 14.15 | - |
| YUV | 149.93 | 90.79 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 179 | 84 | 0.34 | 0 | 0.53 | 0.30 | 98.53 | 0.38 | 0.52 |
| Hex | 76 | B3 | 54 | 22 | 0 | 35 | 1E | 63 | 26 | 34 |
| Octal | 166 | 263 | 124 | 42 | 0 | 65 | 36 | 143 | 46 | 64 |
| Binary | 1110110 | 10110011 | 1010100 | 100010 | 0 | 110101 | 11110 | 1100011 | 100110 | 110100 |
Color Harmonies of #76B354
Complementary color
Monochromatic Colors of #76B354
Black with #76B354
Text Example
Text Example
White with #76B354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B354; }
p { color: rgb(118,179,84); }
H1.HeaderClassName
{
color: #76B354;
}
.AnyTagClassName
{
color: #76B354;
}
</style>
background-color css
<style>
a { background-color: #76B354; }
a { background-color: rgb(118,179,84); }
div.DivClassName
{
background-color: #76B354;
}
.BgClassName
{
background-color: #76B354;
}
</style>
border-color css
<style>
span { border-color: #76B354; }
span { border-color: rgb(118,179,84); }
td.TdClassName
{
border-color: #76B354;
}
.TagClassName
{
border-color: #76B354;
}
</style>