Shades of Mantis #75B15D
Tints of Mantis #75B15D
RGB
CMYK
RGB Variations
Color information
#75B15D (or 0x75B15D) is known color: Mantis. HEX triplet: 75, B1 and 5D. RGB value is (117,177,93). Sum of RGB (Red+Green+Blue) = 117+177+93=387 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.23% from 387); Green value is 177 (69.53% from 255 or 45.74% from 387); Blue value is 93 (36.72% from 255 or 24.03% from 387); Max value from RGB is 177 - color contains mainly: green. Hex color #75B15D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75B15D is #8A4EA2. Grayscale: #959595. Windows color (decimal): -9064099 or 6140277. OLE color: 6140277.
HSL color Cylindrical-coordinate representation of color #75B15D: hue angle of 102.86º 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 #75B15D is Cyan = 0.34, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 117 | 177 | 93 | - |
| CMYK | 0.34 | 0 | 0.47 | 0.31 |
| HSL | 102.86º | 0.35% | 0.53% | - |
| HSV(B) | 102.86º | 0.47% | 0.69% | - |
| XYZ | 25.03 | 36.02 | 15.99 | - |
| YUV | 149.48 | 96.12 | 104.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 177 | 93 | 0.34 | 0 | 0.47 | 0.31 | 102.86 | 0.35 | 0.53 |
| Hex | 75 | B1 | 5D | 22 | 0 | 2F | 1F | 67 | 23 | 35 |
| Octal | 165 | 261 | 135 | 42 | 0 | 57 | 37 | 147 | 43 | 65 |
| Binary | 1110101 | 10110001 | 1011101 | 100010 | 0 | 101111 | 11111 | 1100111 | 100011 | 110101 |
Color Harmonies of #75B15D
Complementary color
Monochromatic Colors of #75B15D
Black with #75B15D
Text Example
Text Example
White with #75B15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75B15D; }
p { color: rgb(117,177,93); }
H1.HeaderClassName
{
color: #75B15D;
}
.AnyTagClassName
{
color: #75B15D;
}
</style>
background-color css
<style>
a { background-color: #75B15D; }
a { background-color: rgb(117,177,93); }
div.DivClassName
{
background-color: #75B15D;
}
.BgClassName
{
background-color: #75B15D;
}
</style>
border-color css
<style>
span { border-color: #75B15D; }
span { border-color: rgb(117,177,93); }
td.TdClassName
{
border-color: #75B15D;
}
.TagClassName
{
border-color: #75B15D;
}
</style>