Shades of Mantis #75BA67
Tints of Mantis #75BA67
RGB
CMYK
RGB Variations
Color information
#75BA67 (or 0x75BA67) is known color: Mantis. HEX triplet: 75, BA and 67. RGB value is (117,186,103). Sum of RGB (Red+Green+Blue) = 117+186+103=406 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.82% from 406); Green value is 186 (73.05% from 255 or 45.81% from 406); Blue value is 103 (40.62% from 255 or 25.37% from 406); Max value from RGB is 186 - color contains mainly: green. Hex color #75BA67 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75BA67 is #8A4598. Grayscale: #9C9C9C. Windows color (decimal): -9061785 or 6797941. OLE color: 6797941.
HSL color Cylindrical-coordinate representation of color #75BA67: hue angle of 109.88º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #75BA67 is Cyan = 0.37, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 186 | 103 | - |
| CMYK | 0.37 | 0 | 0.45 | 0.27 |
| HSL | 109.88º | 0.38% | 0.57% | - |
| HSV(B) | 109.88º | 0.45% | 0.73% | - |
| XYZ | 27.34 | 39.88 | 19.09 | - |
| YUV | 155.91 | 98.14 | 100.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 186 | 103 | 0.37 | 0 | 0.45 | 0.27 | 109.88 | 0.38 | 0.57 |
| Hex | 75 | BA | 67 | 25 | 0 | 2D | 1B | 6E | 26 | 39 |
| Octal | 165 | 272 | 147 | 45 | 0 | 55 | 33 | 156 | 46 | 71 |
| Binary | 1110101 | 10111010 | 1100111 | 100101 | 0 | 101101 | 11011 | 1101110 | 100110 | 111001 |
Color Harmonies of #75BA67
Complementary color
Monochromatic Colors of #75BA67
Black with #75BA67
Text Example
Text Example
White with #75BA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BA67; }
p { color: rgb(117,186,103); }
H1.HeaderClassName
{
color: #75BA67;
}
.AnyTagClassName
{
color: #75BA67;
}
</style>
background-color css
<style>
a { background-color: #75BA67; }
a { background-color: rgb(117,186,103); }
div.DivClassName
{
background-color: #75BA67;
}
.BgClassName
{
background-color: #75BA67;
}
</style>
border-color css
<style>
span { border-color: #75BA67; }
span { border-color: rgb(117,186,103); }
td.TdClassName
{
border-color: #75BA67;
}
.TagClassName
{
border-color: #75BA67;
}
</style>