Shades of Mantis #75B15E
Tints of Mantis #75B15E
RGB
CMYK
RGB Variations
Color information
#75B15E (or 0x75B15E) is known color: Mantis. HEX triplet: 75, B1 and 5E. RGB value is (117,177,94). Sum of RGB (Red+Green+Blue) = 117+177+94=388 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.15% from 388); Green value is 177 (69.53% from 255 or 45.62% from 388); Blue value is 94 (37.11% from 255 or 24.23% from 388); Max value from RGB is 177 - color contains mainly: green. Hex color #75B15E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75B15E is #8A4EA1. Grayscale: #959595. Windows color (decimal): -9064098 or 6205813. OLE color: 6205813.
HSL color Cylindrical-coordinate representation of color #75B15E: hue angle of 103.37º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75B15E is Cyan = 0.34, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 117 | 177 | 94 | - |
| CMYK | 0.34 | 0 | 0.47 | 0.31 |
| HSL | 103.37º | 0.35% | 0.53% | - |
| HSV(B) | 103.37º | 0.47% | 0.69% | - |
| XYZ | 25.08 | 36.03 | 16.22 | - |
| YUV | 149.6 | 96.62 | 104.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 177 | 94 | 0.34 | 0 | 0.47 | 0.31 | 103.37 | 0.35 | 0.53 |
| Hex | 75 | B1 | 5E | 22 | 0 | 2F | 1F | 67 | 23 | 35 |
| Octal | 165 | 261 | 136 | 42 | 0 | 57 | 37 | 147 | 43 | 65 |
| Binary | 1110101 | 10110001 | 1011110 | 100010 | 0 | 101111 | 11111 | 1100111 | 100011 | 110101 |
Color Harmonies of #75B15E
Complementary color
Monochromatic Colors of #75B15E
Black with #75B15E
Text Example
Text Example
White with #75B15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75B15E; }
p { color: rgb(117,177,94); }
H1.HeaderClassName
{
color: #75B15E;
}
.AnyTagClassName
{
color: #75B15E;
}
</style>
background-color css
<style>
a { background-color: #75B15E; }
a { background-color: rgb(117,177,94); }
div.DivClassName
{
background-color: #75B15E;
}
.BgClassName
{
background-color: #75B15E;
}
</style>
border-color css
<style>
span { border-color: #75B15E; }
span { border-color: rgb(117,177,94); }
td.TdClassName
{
border-color: #75B15E;
}
.TagClassName
{
border-color: #75B15E;
}
</style>