Shades of Mantis #73B358
Tints of Mantis #73B358
RGB
CMYK
RGB Variations
Color information
#73B358 (or 0x73B358) is known color: Mantis. HEX triplet: 73, B3 and 58. RGB value is (115,179,88). Sum of RGB (Red+Green+Blue) = 115+179+88=382 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.10% from 382); Green value is 179 (70.31% from 255 or 46.86% from 382); Blue value is 88 (34.77% from 255 or 23.04% from 382); Max value from RGB is 179 - color contains mainly: green. Hex color #73B358 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73B358 is #8C4CA7. Grayscale: #959595. Windows color (decimal): -9194664 or 5813107. OLE color: 5813107.
HSL color Cylindrical-coordinate representation of color #73B358: hue angle of 102.2º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73B358 is Cyan = 0.36, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 115 | 179 | 88 | - |
| CMYK | 0.36 | 0 | 0.51 | 0.30 |
| HSL | 102.2º | 0.37% | 0.52% | - |
| HSV(B) | 102.2º | 0.51% | 0.7% | - |
| XYZ | 24.95 | 36.59 | 14.98 | - |
| YUV | 149.49 | 93.3 | 103.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 179 | 88 | 0.36 | 0 | 0.51 | 0.30 | 102.2 | 0.37 | 0.52 |
| Hex | 73 | B3 | 58 | 24 | 0 | 33 | 1E | 66 | 25 | 34 |
| Octal | 163 | 263 | 130 | 44 | 0 | 63 | 36 | 146 | 45 | 64 |
| Binary | 1110011 | 10110011 | 1011000 | 100100 | 0 | 110011 | 11110 | 1100110 | 100101 | 110100 |
Color Harmonies of #73B358
Complementary color
Monochromatic Colors of #73B358
Black with #73B358
Text Example
Text Example
White with #73B358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B358; }
p { color: rgb(115,179,88); }
H1.HeaderClassName
{
color: #73B358;
}
.AnyTagClassName
{
color: #73B358;
}
</style>
background-color css
<style>
a { background-color: #73B358; }
a { background-color: rgb(115,179,88); }
div.DivClassName
{
background-color: #73B358;
}
.BgClassName
{
background-color: #73B358;
}
</style>
border-color css
<style>
span { border-color: #73B358; }
span { border-color: rgb(115,179,88); }
td.TdClassName
{
border-color: #73B358;
}
.TagClassName
{
border-color: #73B358;
}
</style>