Shades of Mantis #75B763
Tints of Mantis #75B763
RGB
CMYK
RGB Variations
Color information
#75B763 (or 0x75B763) is known color: Mantis. HEX triplet: 75, B7 and 63. RGB value is (117,183,99). Sum of RGB (Red+Green+Blue) = 117+183+99=399 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.32% from 399); Green value is 183 (71.88% from 255 or 45.86% from 399); Blue value is 99 (39.06% from 255 or 24.81% from 399); Max value from RGB is 183 - color contains mainly: green. Hex color #75B763 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75B763 is #8A489C. Grayscale: #999999. Windows color (decimal): -9062557 or 6535029. OLE color: 6535029.
HSL color Cylindrical-coordinate representation of color #75B763: hue angle of 107.14º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #75B763 is Cyan = 0.36, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 117 | 183 | 99 | - |
| CMYK | 0.36 | 0 | 0.46 | 0.28 |
| HSL | 107.14º | 0.37% | 0.55% | - |
| HSV(B) | 107.14º | 0.46% | 0.72% | - |
| XYZ | 26.52 | 38.55 | 17.85 | - |
| YUV | 153.69 | 97.13 | 101.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 183 | 99 | 0.36 | 0 | 0.46 | 0.28 | 107.14 | 0.37 | 0.55 |
| Hex | 75 | B7 | 63 | 24 | 0 | 2E | 1C | 6B | 25 | 37 |
| Octal | 165 | 267 | 143 | 44 | 0 | 56 | 34 | 153 | 45 | 67 |
| Binary | 1110101 | 10110111 | 1100011 | 100100 | 0 | 101110 | 11100 | 1101011 | 100101 | 110111 |
Color Harmonies of #75B763
Complementary color
Monochromatic Colors of #75B763
Black with #75B763
Text Example
Text Example
White with #75B763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75B763; }
p { color: rgb(117,183,99); }
H1.HeaderClassName
{
color: #75B763;
}
.AnyTagClassName
{
color: #75B763;
}
</style>
background-color css
<style>
a { background-color: #75B763; }
a { background-color: rgb(117,183,99); }
div.DivClassName
{
background-color: #75B763;
}
.BgClassName
{
background-color: #75B763;
}
</style>
border-color css
<style>
span { border-color: #75B763; }
span { border-color: rgb(117,183,99); }
td.TdClassName
{
border-color: #75B763;
}
.TagClassName
{
border-color: #75B763;
}
</style>