Shades of Mantis #75C647
Tints of Mantis #75C647
RGB
CMYK
RGB Variations
Color information
#75C647 (or 0x75C647) is known color: Mantis. HEX triplet: 75, C6 and 47. RGB value is (117,198,71). Sum of RGB (Red+Green+Blue) = 117+198+71=386 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.31% from 386); Green value is 198 (77.73% from 255 or 51.30% from 386); Blue value is 71 (28.12% from 255 or 18.39% from 386); Max value from RGB is 198 - color contains mainly: green. Hex color #75C647 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75C647 is #8A39B8. Grayscale: #9F9F9F. Windows color (decimal): -9058745 or 4703861. OLE color: 4703861.
HSL color Cylindrical-coordinate representation of color #75C647: hue angle of 98.27º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #75C647 is Cyan = 0.41, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 117 | 198 | 71 | - |
| CMYK | 0.41 | 0 | 0.64 | 0.22 |
| HSL | 98.27º | 0.53% | 0.53% | - |
| HSV(B) | 98.27º | 0.64% | 0.78% | - |
| XYZ | 28.67 | 44.63 | 13.06 | - |
| YUV | 159.3 | 78.16 | 97.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 198 | 71 | 0.41 | 0 | 0.64 | 0.22 | 98.27 | 0.53 | 0.53 |
| Hex | 75 | C6 | 47 | 29 | 0 | 40 | 16 | 62 | 35 | 35 |
| Octal | 165 | 306 | 107 | 51 | 0 | 100 | 26 | 142 | 65 | 65 |
| Binary | 1110101 | 11000110 | 1000111 | 101001 | 0 | 1000000 | 10110 | 1100010 | 110101 | 110101 |
Color Harmonies of #75C647
Complementary color
Monochromatic Colors of #75C647
Black with #75C647
Text Example
Text Example
White with #75C647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C647; }
p { color: rgb(117,198,71); }
H1.HeaderClassName
{
color: #75C647;
}
.AnyTagClassName
{
color: #75C647;
}
</style>
background-color css
<style>
a { background-color: #75C647; }
a { background-color: rgb(117,198,71); }
div.DivClassName
{
background-color: #75C647;
}
.BgClassName
{
background-color: #75C647;
}
</style>
border-color css
<style>
span { border-color: #75C647; }
span { border-color: rgb(117,198,71); }
td.TdClassName
{
border-color: #75C647;
}
.TagClassName
{
border-color: #75C647;
}
</style>