Shades of Mantis #76B55D
Tints of Mantis #76B55D
RGB
CMYK
RGB Variations
Color information
#76B55D (or 0x76B55D) is known color: Mantis. HEX triplet: 76, B5 and 5D. RGB value is (118,181,93). Sum of RGB (Red+Green+Blue) = 118+181+93=392 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.10% from 392); Green value is 181 (71.09% from 255 or 46.17% from 392); Blue value is 93 (36.72% from 255 or 23.72% from 392); Max value from RGB is 181 - color contains mainly: green. Hex color #76B55D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76B55D is #894AA2. Grayscale: #989898. Windows color (decimal): -8997539 or 6141302. OLE color: 6141302.
HSL color Cylindrical-coordinate representation of color #76B55D: hue angle of 102.95º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #76B55D is Cyan = 0.35, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 118 | 181 | 93 | - |
| CMYK | 0.35 | 0 | 0.49 | 0.29 |
| HSL | 102.95º | 0.37% | 0.54% | - |
| HSV(B) | 102.95º | 0.49% | 0.71% | - |
| XYZ | 25.97 | 37.69 | 16.26 | - |
| YUV | 152.13 | 94.63 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 181 | 93 | 0.35 | 0 | 0.49 | 0.29 | 102.95 | 0.37 | 0.54 |
| Hex | 76 | B5 | 5D | 23 | 0 | 31 | 1D | 67 | 25 | 36 |
| Octal | 166 | 265 | 135 | 43 | 0 | 61 | 35 | 147 | 45 | 66 |
| Binary | 1110110 | 10110101 | 1011101 | 100011 | 0 | 110001 | 11101 | 1100111 | 100101 | 110110 |
Color Harmonies of #76B55D
Complementary color
Monochromatic Colors of #76B55D
Black with #76B55D
Text Example
Text Example
White with #76B55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B55D; }
p { color: rgb(118,181,93); }
H1.HeaderClassName
{
color: #76B55D;
}
.AnyTagClassName
{
color: #76B55D;
}
</style>
background-color css
<style>
a { background-color: #76B55D; }
a { background-color: rgb(118,181,93); }
div.DivClassName
{
background-color: #76B55D;
}
.BgClassName
{
background-color: #76B55D;
}
</style>
border-color css
<style>
span { border-color: #76B55D; }
span { border-color: rgb(118,181,93); }
td.TdClassName
{
border-color: #76B55D;
}
.TagClassName
{
border-color: #76B55D;
}
</style>