Shades of Mantis #75B25A
Tints of Mantis #75B25A
RGB
CMYK
RGB Variations
Color information
#75B25A (or 0x75B25A) is known color: Mantis. HEX triplet: 75, B2 and 5A. RGB value is (117,178,90). Sum of RGB (Red+Green+Blue) = 117+178+90=385 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.39% from 385); Green value is 178 (69.92% from 255 or 46.23% from 385); Blue value is 90 (35.55% from 255 or 23.38% from 385); Max value from RGB is 178 - color contains mainly: green. Hex color #75B25A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75B25A is #8A4DA5. Grayscale: #969696. Windows color (decimal): -9063846 or 5943925. OLE color: 5943925.
HSL color Cylindrical-coordinate representation of color #75B25A: hue angle of 101.59º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #75B25A is Cyan = 0.34, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 117 | 178 | 90 | - |
| CMYK | 0.34 | 0 | 0.49 | 0.30 |
| HSL | 101.59º | 0.36% | 0.53% | - |
| HSV(B) | 101.59º | 0.49% | 0.7% | - |
| XYZ | 25.1 | 36.36 | 15.37 | - |
| YUV | 149.73 | 94.29 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 178 | 90 | 0.34 | 0 | 0.49 | 0.30 | 101.59 | 0.36 | 0.53 |
| Hex | 75 | B2 | 5A | 22 | 0 | 31 | 1E | 66 | 24 | 35 |
| Octal | 165 | 262 | 132 | 42 | 0 | 61 | 36 | 146 | 44 | 65 |
| Binary | 1110101 | 10110010 | 1011010 | 100010 | 0 | 110001 | 11110 | 1100110 | 100100 | 110101 |
Color Harmonies of #75B25A
Complementary color
Monochromatic Colors of #75B25A
Black with #75B25A
Text Example
Text Example
White with #75B25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75B25A; }
p { color: rgb(117,178,90); }
H1.HeaderClassName
{
color: #75B25A;
}
.AnyTagClassName
{
color: #75B25A;
}
</style>
background-color css
<style>
a { background-color: #75B25A; }
a { background-color: rgb(117,178,90); }
div.DivClassName
{
background-color: #75B25A;
}
.BgClassName
{
background-color: #75B25A;
}
</style>
border-color css
<style>
span { border-color: #75B25A; }
span { border-color: rgb(117,178,90); }
td.TdClassName
{
border-color: #75B25A;
}
.TagClassName
{
border-color: #75B25A;
}
</style>