Shades of Mantis #75C368
Tints of Mantis #75C368
RGB
CMYK
RGB Variations
Color information
#75C368 (or 0x75C368) is known color: Mantis. HEX triplet: 75, C3 and 68. RGB value is (117,195,104). Sum of RGB (Red+Green+Blue) = 117+195+104=416 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.12% from 416); Green value is 195 (76.56% from 255 or 46.88% from 416); Blue value is 104 (41.02% from 255 or 25% from 416); Max value from RGB is 195 - color contains mainly: green. Hex color #75C368 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C368 is #8A3C97. Grayscale: #A1A1A1. Windows color (decimal): -9059480 or 6865781. OLE color: 6865781.
HSL color Cylindrical-coordinate representation of color #75C368: hue angle of 111.43º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75C368 is Cyan = 0.4, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 117 | 195 | 104 | - |
| CMYK | 0.4 | 0 | 0.47 | 0.24 |
| HSL | 111.43º | 0.43% | 0.59% | - |
| HSV(B) | 111.43º | 0.47% | 0.76% | - |
| XYZ | 29.35 | 43.81 | 20.01 | - |
| YUV | 161.3 | 95.66 | 96.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 195 | 104 | 0.4 | 0 | 0.47 | 0.24 | 111.43 | 0.43 | 0.59 |
| Hex | 75 | C3 | 68 | 28 | 0 | 2F | 18 | 6F | 2B | 3B |
| Octal | 165 | 303 | 150 | 50 | 0 | 57 | 30 | 157 | 53 | 73 |
| Binary | 1110101 | 11000011 | 1101000 | 101000 | 0 | 101111 | 11000 | 1101111 | 101011 | 111011 |
Color Harmonies of #75C368
Complementary color
Monochromatic Colors of #75C368
Black with #75C368
Text Example
Text Example
White with #75C368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C368; }
p { color: rgb(117,195,104); }
H1.HeaderClassName
{
color: #75C368;
}
.AnyTagClassName
{
color: #75C368;
}
</style>
background-color css
<style>
a { background-color: #75C368; }
a { background-color: rgb(117,195,104); }
div.DivClassName
{
background-color: #75C368;
}
.BgClassName
{
background-color: #75C368;
}
</style>
border-color css
<style>
span { border-color: #75C368; }
span { border-color: rgb(117,195,104); }
td.TdClassName
{
border-color: #75C368;
}
.TagClassName
{
border-color: #75C368;
}
</style>