Shades of Mantis #75B25F
Tints of Mantis #75B25F
RGB
CMYK
RGB Variations
Color information
#75B25F (or 0x75B25F) is known color: Mantis. HEX triplet: 75, B2 and 5F. RGB value is (117,178,95). Sum of RGB (Red+Green+Blue) = 117+178+95=390 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30% from 390); Green value is 178 (69.92% from 255 or 45.64% from 390); Blue value is 95 (37.5% from 255 or 24.36% from 390); Max value from RGB is 178 - color contains mainly: green. Hex color #75B25F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75B25F is #8A4DA0. Grayscale: #969696. Windows color (decimal): -9063841 or 6271605. OLE color: 6271605.
HSL color Cylindrical-coordinate representation of color #75B25F: hue angle of 104.1º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75B25F is Cyan = 0.34, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 117 | 178 | 95 | - |
| CMYK | 0.34 | 0 | 0.47 | 0.30 |
| HSL | 104.1º | 0.35% | 0.54% | - |
| HSV(B) | 104.1º | 0.47% | 0.7% | - |
| XYZ | 25.32 | 36.45 | 16.53 | - |
| YUV | 150.3 | 96.79 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 178 | 95 | 0.34 | 0 | 0.47 | 0.30 | 104.1 | 0.35 | 0.54 |
| Hex | 75 | B2 | 5F | 22 | 0 | 2F | 1E | 68 | 23 | 36 |
| Octal | 165 | 262 | 137 | 42 | 0 | 57 | 36 | 150 | 43 | 66 |
| Binary | 1110101 | 10110010 | 1011111 | 100010 | 0 | 101111 | 11110 | 1101000 | 100011 | 110110 |
Color Harmonies of #75B25F
Complementary color
Monochromatic Colors of #75B25F
Black with #75B25F
Text Example
Text Example
White with #75B25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75B25F; }
p { color: rgb(117,178,95); }
H1.HeaderClassName
{
color: #75B25F;
}
.AnyTagClassName
{
color: #75B25F;
}
</style>
background-color css
<style>
a { background-color: #75B25F; }
a { background-color: rgb(117,178,95); }
div.DivClassName
{
background-color: #75B25F;
}
.BgClassName
{
background-color: #75B25F;
}
</style>
border-color css
<style>
span { border-color: #75B25F; }
span { border-color: rgb(117,178,95); }
td.TdClassName
{
border-color: #75B25F;
}
.TagClassName
{
border-color: #75B25F;
}
</style>