Shades of Mantis #76B259
Tints of Mantis #76B259
RGB
CMYK
RGB Variations
Color information
#76B259 (or 0x76B259) is known color: Mantis. HEX triplet: 76, B2 and 59. RGB value is (118,178,89). Sum of RGB (Red+Green+Blue) = 118+178+89=385 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.65% from 385); Green value is 178 (69.92% from 255 or 46.23% from 385); Blue value is 89 (35.16% from 255 or 23.12% from 385); Max value from RGB is 178 - color contains mainly: green. Hex color #76B259 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76B259 is #894DA6. Grayscale: #969696. Windows color (decimal): -8998311 or 5878390. OLE color: 5878390.
HSL color Cylindrical-coordinate representation of color #76B259: hue angle of 100.45º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76B259 is Cyan = 0.34, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 118 | 178 | 89 | - |
| CMYK | 0.34 | 0 | 0.5 | 0.30 |
| HSL | 100.45º | 0.37% | 0.52% | - |
| HSV(B) | 100.45º | 0.5% | 0.7% | - |
| XYZ | 25.19 | 36.41 | 15.15 | - |
| YUV | 149.91 | 93.62 | 105.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 178 | 89 | 0.34 | 0 | 0.5 | 0.30 | 100.45 | 0.37 | 0.52 |
| Hex | 76 | B2 | 59 | 22 | 0 | 32 | 1E | 64 | 25 | 34 |
| Octal | 166 | 262 | 131 | 42 | 0 | 62 | 36 | 144 | 45 | 64 |
| Binary | 1110110 | 10110010 | 1011001 | 100010 | 0 | 110010 | 11110 | 1100100 | 100101 | 110100 |
Color Harmonies of #76B259
Complementary color
Monochromatic Colors of #76B259
Black with #76B259
Text Example
Text Example
White with #76B259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B259; }
p { color: rgb(118,178,89); }
H1.HeaderClassName
{
color: #76B259;
}
.AnyTagClassName
{
color: #76B259;
}
</style>
background-color css
<style>
a { background-color: #76B259; }
a { background-color: rgb(118,178,89); }
div.DivClassName
{
background-color: #76B259;
}
.BgClassName
{
background-color: #76B259;
}
</style>
border-color css
<style>
span { border-color: #76B259; }
span { border-color: rgb(118,178,89); }
td.TdClassName
{
border-color: #76B259;
}
.TagClassName
{
border-color: #76B259;
}
</style>