Shades of Mantis #75C65C
Tints of Mantis #75C65C
RGB
CMYK
RGB Variations
Color information
#75C65C (or 0x75C65C) is known color: Mantis. HEX triplet: 75, C6 and 5C. RGB value is (117,198,92). Sum of RGB (Red+Green+Blue) = 117+198+92=407 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.75% from 407); Green value is 198 (77.73% from 255 or 48.65% from 407); Blue value is 92 (36.33% from 255 or 22.60% from 407); Max value from RGB is 198 - color contains mainly: green. Hex color #75C65C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C65C is #8A39A3. Grayscale: #A2A2A2. Windows color (decimal): -9058724 or 6080117. OLE color: 6080117.
HSL color Cylindrical-coordinate representation of color #75C65C: hue angle of 105.85º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75C65C is Cyan = 0.41, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 117 | 198 | 92 | - |
| CMYK | 0.41 | 0 | 0.54 | 0.22 |
| HSL | 105.85º | 0.48% | 0.57% | - |
| HSV(B) | 105.85º | 0.54% | 0.78% | - |
| XYZ | 29.46 | 44.94 | 17.25 | - |
| YUV | 161.7 | 88.66 | 96.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 198 | 92 | 0.41 | 0 | 0.54 | 0.22 | 105.85 | 0.48 | 0.57 |
| Hex | 75 | C6 | 5C | 29 | 0 | 36 | 16 | 6A | 30 | 39 |
| Octal | 165 | 306 | 134 | 51 | 0 | 66 | 26 | 152 | 60 | 71 |
| Binary | 1110101 | 11000110 | 1011100 | 101001 | 0 | 110110 | 10110 | 1101010 | 110000 | 111001 |
Color Harmonies of #75C65C
Complementary color
Monochromatic Colors of #75C65C
Black with #75C65C
Text Example
Text Example
White with #75C65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C65C; }
p { color: rgb(117,198,92); }
H1.HeaderClassName
{
color: #75C65C;
}
.AnyTagClassName
{
color: #75C65C;
}
</style>
background-color css
<style>
a { background-color: #75C65C; }
a { background-color: rgb(117,198,92); }
div.DivClassName
{
background-color: #75C65C;
}
.BgClassName
{
background-color: #75C65C;
}
</style>
border-color css
<style>
span { border-color: #75C65C; }
span { border-color: rgb(117,198,92); }
td.TdClassName
{
border-color: #75C65C;
}
.TagClassName
{
border-color: #75C65C;
}
</style>