Shades of Mantis #73B059
Tints of Mantis #73B059
RGB
CMYK
RGB Variations
Color information
#73B059 (or 0x73B059) is known color: Mantis. HEX triplet: 73, B0 and 59. RGB value is (115,176,89). Sum of RGB (Red+Green+Blue) = 115+176+89=380 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.26% from 380); Green value is 176 (69.14% from 255 or 46.32% from 380); Blue value is 89 (35.16% from 255 or 23.42% from 380); Max value from RGB is 176 - color contains mainly: green. Hex color #73B059 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73B059 is #8C4FA6. Grayscale: #949494. Windows color (decimal): -9195431 or 5877875. OLE color: 5877875.
HSL color Cylindrical-coordinate representation of color #73B059: hue angle of 102.07º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #73B059 is Cyan = 0.35, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 115 | 176 | 89 | - |
| CMYK | 0.35 | 0 | 0.49 | 0.31 |
| HSL | 102.07º | 0.36% | 0.52% | - |
| HSV(B) | 102.07º | 0.49% | 0.69% | - |
| XYZ | 24.4 | 35.42 | 15 | - |
| YUV | 147.84 | 94.79 | 104.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 176 | 89 | 0.35 | 0 | 0.49 | 0.31 | 102.07 | 0.36 | 0.52 |
| Hex | 73 | B0 | 59 | 23 | 0 | 31 | 1F | 66 | 24 | 34 |
| Octal | 163 | 260 | 131 | 43 | 0 | 61 | 37 | 146 | 44 | 64 |
| Binary | 1110011 | 10110000 | 1011001 | 100011 | 0 | 110001 | 11111 | 1100110 | 100100 | 110100 |
Color Harmonies of #73B059
Complementary color
Monochromatic Colors of #73B059
Black with #73B059
Text Example
Text Example
White with #73B059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B059; }
p { color: rgb(115,176,89); }
H1.HeaderClassName
{
color: #73B059;
}
.AnyTagClassName
{
color: #73B059;
}
</style>
background-color css
<style>
a { background-color: #73B059; }
a { background-color: rgb(115,176,89); }
div.DivClassName
{
background-color: #73B059;
}
.BgClassName
{
background-color: #73B059;
}
</style>
border-color css
<style>
span { border-color: #73B059; }
span { border-color: rgb(115,176,89); }
td.TdClassName
{
border-color: #73B059;
}
.TagClassName
{
border-color: #73B059;
}
</style>