Shades of Mantis #73B758
Tints of Mantis #73B758
RGB
CMYK
RGB Variations
Color information
#73B758 (or 0x73B758) is known color: Mantis. HEX triplet: 73, B7 and 58. RGB value is (115,183,88). Sum of RGB (Red+Green+Blue) = 115+183+88=386 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.79% from 386); Green value is 183 (71.88% from 255 or 47.41% from 386); Blue value is 88 (34.77% from 255 or 22.80% from 386); Max value from RGB is 183 - color contains mainly: green. Hex color #73B758 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73B758 is #8C48A7. Grayscale: #989898. Windows color (decimal): -9193640 or 5814131. OLE color: 5814131.
HSL color Cylindrical-coordinate representation of color #73B758: hue angle of 102.95º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73B758 is Cyan = 0.37, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 115 | 183 | 88 | - |
| CMYK | 0.37 | 0 | 0.52 | 0.28 |
| HSL | 102.95º | 0.4% | 0.53% | - |
| HSV(B) | 102.95º | 0.52% | 0.72% | - |
| XYZ | 25.77 | 38.22 | 15.25 | - |
| YUV | 151.84 | 91.97 | 101.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 183 | 88 | 0.37 | 0 | 0.52 | 0.28 | 102.95 | 0.4 | 0.53 |
| Hex | 73 | B7 | 58 | 25 | 0 | 34 | 1C | 67 | 28 | 35 |
| Octal | 163 | 267 | 130 | 45 | 0 | 64 | 34 | 147 | 50 | 65 |
| Binary | 1110011 | 10110111 | 1011000 | 100101 | 0 | 110100 | 11100 | 1100111 | 101000 | 110101 |
Color Harmonies of #73B758
Complementary color
Monochromatic Colors of #73B758
Black with #73B758
Text Example
Text Example
White with #73B758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B758; }
p { color: rgb(115,183,88); }
H1.HeaderClassName
{
color: #73B758;
}
.AnyTagClassName
{
color: #73B758;
}
</style>
background-color css
<style>
a { background-color: #73B758; }
a { background-color: rgb(115,183,88); }
div.DivClassName
{
background-color: #73B758;
}
.BgClassName
{
background-color: #73B758;
}
</style>
border-color css
<style>
span { border-color: #73B758; }
span { border-color: rgb(115,183,88); }
td.TdClassName
{
border-color: #73B758;
}
.TagClassName
{
border-color: #73B758;
}
</style>