Shades of Mantis #73B859
Tints of Mantis #73B859
RGB
CMYK
RGB Variations
Color information
#73B859 (or 0x73B859) is known color: Mantis. HEX triplet: 73, B8 and 59. RGB value is (115,184,89). Sum of RGB (Red+Green+Blue) = 115+184+89=388 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.64% from 388); Green value is 184 (72.27% from 255 or 47.42% from 388); Blue value is 89 (35.16% from 255 or 22.94% from 388); Max value from RGB is 184 - color contains mainly: green. Hex color #73B859 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73B859 is #8C47A6. Grayscale: #989898. Windows color (decimal): -9193383 or 5879923. OLE color: 5879923.
HSL color Cylindrical-coordinate representation of color #73B859: hue angle of 103.58º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73B859 is Cyan = 0.38, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 115 | 184 | 89 | - |
| CMYK | 0.38 | 0 | 0.52 | 0.28 |
| HSL | 103.58º | 0.4% | 0.54% | - |
| HSV(B) | 103.58º | 0.52% | 0.72% | - |
| XYZ | 26.01 | 38.65 | 15.54 | - |
| YUV | 152.54 | 92.14 | 101.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 184 | 89 | 0.38 | 0 | 0.52 | 0.28 | 103.58 | 0.4 | 0.54 |
| Hex | 73 | B8 | 59 | 26 | 0 | 34 | 1C | 68 | 28 | 36 |
| Octal | 163 | 270 | 131 | 46 | 0 | 64 | 34 | 150 | 50 | 66 |
| Binary | 1110011 | 10111000 | 1011001 | 100110 | 0 | 110100 | 11100 | 1101000 | 101000 | 110110 |
Color Harmonies of #73B859
Complementary color
Monochromatic Colors of #73B859
Black with #73B859
Text Example
Text Example
White with #73B859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B859; }
p { color: rgb(115,184,89); }
H1.HeaderClassName
{
color: #73B859;
}
.AnyTagClassName
{
color: #73B859;
}
</style>
background-color css
<style>
a { background-color: #73B859; }
a { background-color: rgb(115,184,89); }
div.DivClassName
{
background-color: #73B859;
}
.BgClassName
{
background-color: #73B859;
}
</style>
border-color css
<style>
span { border-color: #73B859; }
span { border-color: rgb(115,184,89); }
td.TdClassName
{
border-color: #73B859;
}
.TagClassName
{
border-color: #73B859;
}
</style>