Shades of Mantis #76B459
Tints of Mantis #76B459
RGB
CMYK
RGB Variations
Color information
#76B459 (or 0x76B459) is known color: Mantis. HEX triplet: 76, B4 and 59. RGB value is (118,180,89). Sum of RGB (Red+Green+Blue) = 118+180+89=387 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.49% from 387); Green value is 180 (70.70% from 255 or 46.51% from 387); Blue value is 89 (35.16% from 255 or 23.00% from 387); Max value from RGB is 180 - color contains mainly: green. Hex color #76B459 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76B459 is #894BA6. Grayscale: #979797. Windows color (decimal): -8997799 or 5878902. OLE color: 5878902.
HSL color Cylindrical-coordinate representation of color #76B459: hue angle of 100.88º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76B459 is Cyan = 0.34, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 118 | 180 | 89 | - |
| CMYK | 0.34 | 0 | 0.51 | 0.29 |
| HSL | 100.88º | 0.38% | 0.53% | - |
| HSV(B) | 100.88º | 0.51% | 0.71% | - |
| XYZ | 25.6 | 37.22 | 15.29 | - |
| YUV | 151.09 | 92.96 | 104.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 180 | 89 | 0.34 | 0 | 0.51 | 0.29 | 100.88 | 0.38 | 0.53 |
| Hex | 76 | B4 | 59 | 22 | 0 | 33 | 1D | 65 | 26 | 35 |
| Octal | 166 | 264 | 131 | 42 | 0 | 63 | 35 | 145 | 46 | 65 |
| Binary | 1110110 | 10110100 | 1011001 | 100010 | 0 | 110011 | 11101 | 1100101 | 100110 | 110101 |
Color Harmonies of #76B459
Complementary color
Monochromatic Colors of #76B459
Black with #76B459
Text Example
Text Example
White with #76B459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B459; }
p { color: rgb(118,180,89); }
H1.HeaderClassName
{
color: #76B459;
}
.AnyTagClassName
{
color: #76B459;
}
</style>
background-color css
<style>
a { background-color: #76B459; }
a { background-color: rgb(118,180,89); }
div.DivClassName
{
background-color: #76B459;
}
.BgClassName
{
background-color: #76B459;
}
</style>
border-color css
<style>
span { border-color: #76B459; }
span { border-color: rgb(118,180,89); }
td.TdClassName
{
border-color: #76B459;
}
.TagClassName
{
border-color: #76B459;
}
</style>