Shades of Mantis #75B756
Tints of Mantis #75B756
RGB
CMYK
RGB Variations
Color information
#75B756 (or 0x75B756) is known color: Mantis. HEX triplet: 75, B7 and 56. RGB value is (117,183,86). Sum of RGB (Red+Green+Blue) = 117+183+86=386 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.31% from 386); Green value is 183 (71.88% from 255 or 47.41% from 386); Blue value is 86 (33.98% from 255 or 22.28% from 386); Max value from RGB is 183 - color contains mainly: green. Hex color #75B756 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75B756 is #8A48A9. Grayscale: #989898. Windows color (decimal): -9062570 or 5683061. OLE color: 5683061.
HSL color Cylindrical-coordinate representation of color #75B756: hue angle of 100.82º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75B756 is Cyan = 0.36, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 117 | 183 | 86 | - |
| CMYK | 0.36 | 0 | 0.53 | 0.28 |
| HSL | 100.82º | 0.4% | 0.53% | - |
| HSV(B) | 100.82º | 0.53% | 0.72% | - |
| XYZ | 25.95 | 38.32 | 14.83 | - |
| YUV | 152.21 | 90.63 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 183 | 86 | 0.36 | 0 | 0.53 | 0.28 | 100.82 | 0.4 | 0.53 |
| Hex | 75 | B7 | 56 | 24 | 0 | 35 | 1C | 65 | 28 | 35 |
| Octal | 165 | 267 | 126 | 44 | 0 | 65 | 34 | 145 | 50 | 65 |
| Binary | 1110101 | 10110111 | 1010110 | 100100 | 0 | 110101 | 11100 | 1100101 | 101000 | 110101 |
Color Harmonies of #75B756
Complementary color
Monochromatic Colors of #75B756
Black with #75B756
Text Example
Text Example
White with #75B756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75B756; }
p { color: rgb(117,183,86); }
H1.HeaderClassName
{
color: #75B756;
}
.AnyTagClassName
{
color: #75B756;
}
</style>
background-color css
<style>
a { background-color: #75B756; }
a { background-color: rgb(117,183,86); }
div.DivClassName
{
background-color: #75B756;
}
.BgClassName
{
background-color: #75B756;
}
</style>
border-color css
<style>
span { border-color: #75B756; }
span { border-color: rgb(117,183,86); }
td.TdClassName
{
border-color: #75B756;
}
.TagClassName
{
border-color: #75B756;
}
</style>