Shades of Mantis #73B957
Tints of Mantis #73B957
RGB
CMYK
RGB Variations
Color information
#73B957 (or 0x73B957) is known color: Mantis. HEX triplet: 73, B9 and 57. RGB value is (115,185,87). Sum of RGB (Red+Green+Blue) = 115+185+87=387 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.72% from 387); Green value is 185 (72.66% from 255 or 47.80% from 387); Blue value is 87 (34.38% from 255 or 22.48% from 387); Max value from RGB is 185 - color contains mainly: green. Hex color #73B957 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73B957 is #8C46A8. Grayscale: #999999. Windows color (decimal): -9193129 or 5749107. OLE color: 5749107.
HSL color Cylindrical-coordinate representation of color #73B957: hue angle of 102.86º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #73B957 is Cyan = 0.38, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 185 | 87 | - |
| CMYK | 0.38 | 0 | 0.53 | 0.27 |
| HSL | 102.86º | 0.41% | 0.53% | - |
| HSV(B) | 102.86º | 0.53% | 0.73% | - |
| XYZ | 26.14 | 39.03 | 15.17 | - |
| YUV | 152.9 | 90.81 | 100.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 185 | 87 | 0.38 | 0 | 0.53 | 0.27 | 102.86 | 0.41 | 0.53 |
| Hex | 73 | B9 | 57 | 26 | 0 | 35 | 1B | 67 | 29 | 35 |
| Octal | 163 | 271 | 127 | 46 | 0 | 65 | 33 | 147 | 51 | 65 |
| Binary | 1110011 | 10111001 | 1010111 | 100110 | 0 | 110101 | 11011 | 1100111 | 101001 | 110101 |
Color Harmonies of #73B957
Complementary color
Monochromatic Colors of #73B957
Black with #73B957
Text Example
Text Example
White with #73B957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B957; }
p { color: rgb(115,185,87); }
H1.HeaderClassName
{
color: #73B957;
}
.AnyTagClassName
{
color: #73B957;
}
</style>
background-color css
<style>
a { background-color: #73B957; }
a { background-color: rgb(115,185,87); }
div.DivClassName
{
background-color: #73B957;
}
.BgClassName
{
background-color: #73B957;
}
</style>
border-color css
<style>
span { border-color: #73B957; }
span { border-color: rgb(115,185,87); }
td.TdClassName
{
border-color: #73B957;
}
.TagClassName
{
border-color: #73B957;
}
</style>