Shades of Mantis #75C667
Tints of Mantis #75C667
RGB
CMYK
RGB Variations
Color information
#75C667 (or 0x75C667) is known color: Mantis. HEX triplet: 75, C6 and 67. RGB value is (117,198,103). Sum of RGB (Red+Green+Blue) = 117+198+103=418 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.99% from 418); Green value is 198 (77.73% from 255 or 47.37% from 418); Blue value is 103 (40.62% from 255 or 24.64% from 418); Max value from RGB is 198 - color contains mainly: green. Hex color #75C667 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C667 is #8A3998. Grayscale: #A3A3A3. Windows color (decimal): -9058713 or 6801013. OLE color: 6801013.
HSL color Cylindrical-coordinate representation of color #75C667: hue angle of 111.16º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75C667 is Cyan = 0.41, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 117 | 198 | 103 | - |
| CMYK | 0.41 | 0 | 0.48 | 0.22 |
| HSL | 111.16º | 0.45% | 0.59% | - |
| HSV(B) | 111.16º | 0.48% | 0.78% | - |
| XYZ | 29.98 | 45.15 | 19.97 | - |
| YUV | 162.95 | 94.16 | 95.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 198 | 103 | 0.41 | 0 | 0.48 | 0.22 | 111.16 | 0.45 | 0.59 |
| Hex | 75 | C6 | 67 | 29 | 0 | 30 | 16 | 6F | 2D | 3B |
| Octal | 165 | 306 | 147 | 51 | 0 | 60 | 26 | 157 | 55 | 73 |
| Binary | 1110101 | 11000110 | 1100111 | 101001 | 0 | 110000 | 10110 | 1101111 | 101101 | 111011 |
Color Harmonies of #75C667
Complementary color
Monochromatic Colors of #75C667
Black with #75C667
Text Example
Text Example
White with #75C667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C667; }
p { color: rgb(117,198,103); }
H1.HeaderClassName
{
color: #75C667;
}
.AnyTagClassName
{
color: #75C667;
}
</style>
background-color css
<style>
a { background-color: #75C667; }
a { background-color: rgb(117,198,103); }
div.DivClassName
{
background-color: #75C667;
}
.BgClassName
{
background-color: #75C667;
}
</style>
border-color css
<style>
span { border-color: #75C667; }
span { border-color: rgb(117,198,103); }
td.TdClassName
{
border-color: #75C667;
}
.TagClassName
{
border-color: #75C667;
}
</style>