Shades of Mantis #75C765
Tints of Mantis #75C765
RGB
CMYK
RGB Variations
Color information
#75C765 (or 0x75C765) is known color: Mantis. HEX triplet: 75, C7 and 65. RGB value is (117,199,101). Sum of RGB (Red+Green+Blue) = 117+199+101=417 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.06% from 417); Green value is 199 (78.12% from 255 or 47.72% from 417); Blue value is 101 (39.84% from 255 or 24.22% from 417); Max value from RGB is 199 - color contains mainly: green. Hex color #75C765 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C765 is #8A389A. Grayscale: #A3A3A3. Windows color (decimal): -9058459 or 6670197. OLE color: 6670197.
HSL color Cylindrical-coordinate representation of color #75C765: hue angle of 110.2º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #75C765 is Cyan = 0.41, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 117 | 199 | 101 | - |
| CMYK | 0.41 | 0 | 0.49 | 0.22 |
| HSL | 110.2º | 0.47% | 0.59% | - |
| HSV(B) | 110.2º | 0.49% | 0.78% | - |
| XYZ | 30.11 | 45.57 | 19.52 | - |
| YUV | 163.31 | 92.83 | 94.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 199 | 101 | 0.41 | 0 | 0.49 | 0.22 | 110.2 | 0.47 | 0.59 |
| Hex | 75 | C7 | 65 | 29 | 0 | 31 | 16 | 6E | 2F | 3B |
| Octal | 165 | 307 | 145 | 51 | 0 | 61 | 26 | 156 | 57 | 73 |
| Binary | 1110101 | 11000111 | 1100101 | 101001 | 0 | 110001 | 10110 | 1101110 | 101111 | 111011 |
Color Harmonies of #75C765
Complementary color
Monochromatic Colors of #75C765
Black with #75C765
Text Example
Text Example
White with #75C765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C765; }
p { color: rgb(117,199,101); }
H1.HeaderClassName
{
color: #75C765;
}
.AnyTagClassName
{
color: #75C765;
}
</style>
background-color css
<style>
a { background-color: #75C765; }
a { background-color: rgb(117,199,101); }
div.DivClassName
{
background-color: #75C765;
}
.BgClassName
{
background-color: #75C765;
}
</style>
border-color css
<style>
span { border-color: #75C765; }
span { border-color: rgb(117,199,101); }
td.TdClassName
{
border-color: #75C765;
}
.TagClassName
{
border-color: #75C765;
}
</style>