Shades of Mantis #75B768
Tints of Mantis #75B768
RGB
CMYK
RGB Variations
Color information
#75B768 (or 0x75B768) is known color: Mantis. HEX triplet: 75, B7 and 68. RGB value is (117,183,104). Sum of RGB (Red+Green+Blue) = 117+183+104=404 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.96% from 404); Green value is 183 (71.88% from 255 or 45.30% from 404); Blue value is 104 (41.02% from 255 or 25.74% from 404); Max value from RGB is 183 - color contains mainly: green. Hex color #75B768 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75B768 is #8A4897. Grayscale: #9A9A9A. Windows color (decimal): -9062552 or 6862709. OLE color: 6862709.
HSL color Cylindrical-coordinate representation of color #75B768: hue angle of 110.13º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75B768 is Cyan = 0.36, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 117 | 183 | 104 | - |
| CMYK | 0.36 | 0 | 0.43 | 0.28 |
| HSL | 110.13º | 0.35% | 0.56% | - |
| HSV(B) | 110.13º | 0.43% | 0.72% | - |
| XYZ | 26.77 | 38.65 | 19.15 | - |
| YUV | 154.26 | 99.63 | 101.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 183 | 104 | 0.36 | 0 | 0.43 | 0.28 | 110.13 | 0.35 | 0.56 |
| Hex | 75 | B7 | 68 | 24 | 0 | 2B | 1C | 6E | 23 | 38 |
| Octal | 165 | 267 | 150 | 44 | 0 | 53 | 34 | 156 | 43 | 70 |
| Binary | 1110101 | 10110111 | 1101000 | 100100 | 0 | 101011 | 11100 | 1101110 | 100011 | 111000 |
Color Harmonies of #75B768
Complementary color
Monochromatic Colors of #75B768
Black with #75B768
Text Example
Text Example
White with #75B768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75B768; }
p { color: rgb(117,183,104); }
H1.HeaderClassName
{
color: #75B768;
}
.AnyTagClassName
{
color: #75B768;
}
</style>
background-color css
<style>
a { background-color: #75B768; }
a { background-color: rgb(117,183,104); }
div.DivClassName
{
background-color: #75B768;
}
.BgClassName
{
background-color: #75B768;
}
</style>
border-color css
<style>
span { border-color: #75B768; }
span { border-color: rgb(117,183,104); }
td.TdClassName
{
border-color: #75B768;
}
.TagClassName
{
border-color: #75B768;
}
</style>