Shades of Mantis #73B359
Tints of Mantis #73B359
RGB
CMYK
RGB Variations
Color information
#73B359 (or 0x73B359) is known color: Mantis. HEX triplet: 73, B3 and 59. RGB value is (115,179,89). Sum of RGB (Red+Green+Blue) = 115+179+89=383 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.03% from 383); Green value is 179 (70.31% from 255 or 46.74% from 383); Blue value is 89 (35.16% from 255 or 23.24% from 383); Max value from RGB is 179 - color contains mainly: green. Hex color #73B359 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73B359 is #8C4CA6. Grayscale: #959595. Windows color (decimal): -9194663 or 5878643. OLE color: 5878643.
HSL color Cylindrical-coordinate representation of color #73B359: hue angle of 102.67º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #73B359 is Cyan = 0.36, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 115 | 179 | 89 | - |
| CMYK | 0.36 | 0 | 0.50 | 0.30 |
| HSL | 102.67º | 0.37% | 0.53% | - |
| HSV(B) | 102.67º | 0.5% | 0.7% | - |
| XYZ | 24.99 | 36.61 | 15.2 | - |
| YUV | 149.6 | 93.8 | 103.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 179 | 89 | 0.36 | 0 | 0.50 | 0.30 | 102.67 | 0.37 | 0.53 |
| Hex | 73 | B3 | 59 | 24 | 0 | 32 | 1E | 67 | 25 | 35 |
| Octal | 163 | 263 | 131 | 44 | 0 | 62 | 36 | 147 | 45 | 65 |
| Binary | 1110011 | 10110011 | 1011001 | 100100 | 0 | 110010 | 11110 | 1100111 | 100101 | 110101 |
Color Harmonies of #73B359
Complementary color
Monochromatic Colors of #73B359
Black with #73B359
Text Example
Text Example
White with #73B359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B359; }
p { color: rgb(115,179,89); }
H1.HeaderClassName
{
color: #73B359;
}
.AnyTagClassName
{
color: #73B359;
}
</style>
background-color css
<style>
a { background-color: #73B359; }
a { background-color: rgb(115,179,89); }
div.DivClassName
{
background-color: #73B359;
}
.BgClassName
{
background-color: #73B359;
}
</style>
border-color css
<style>
span { border-color: #73B359; }
span { border-color: rgb(115,179,89); }
td.TdClassName
{
border-color: #73B359;
}
.TagClassName
{
border-color: #73B359;
}
</style>