Shades of Mantis #73B762
Tints of Mantis #73B762
RGB
CMYK
RGB Variations
Color information
#73B762 (or 0x73B762) is known color: Mantis. HEX triplet: 73, B7 and 62. RGB value is (115,183,98). Sum of RGB (Red+Green+Blue) = 115+183+98=396 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.04% from 396); Green value is 183 (71.88% from 255 or 46.21% from 396); Blue value is 98 (38.67% from 255 or 24.75% from 396); Max value from RGB is 183 - color contains mainly: green. Hex color #73B762 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73B762 is #8C489D. Grayscale: #999999. Windows color (decimal): -9193630 or 6469491. OLE color: 6469491.
HSL color Cylindrical-coordinate representation of color #73B762: hue angle of 108º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #73B762 is Cyan = 0.37, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 115 | 183 | 98 | - |
| CMYK | 0.37 | 0 | 0.46 | 0.28 |
| HSL | 108º | 0.37% | 0.55% | - |
| HSV(B) | 108º | 0.46% | 0.72% | - |
| XYZ | 26.21 | 38.39 | 17.58 | - |
| YUV | 152.98 | 96.97 | 100.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 183 | 98 | 0.37 | 0 | 0.46 | 0.28 | 108 | 0.37 | 0.55 |
| Hex | 73 | B7 | 62 | 25 | 0 | 2E | 1C | 6C | 25 | 37 |
| Octal | 163 | 267 | 142 | 45 | 0 | 56 | 34 | 154 | 45 | 67 |
| Binary | 1110011 | 10110111 | 1100010 | 100101 | 0 | 101110 | 11100 | 1101100 | 100101 | 110111 |
Color Harmonies of #73B762
Complementary color
Monochromatic Colors of #73B762
Black with #73B762
Text Example
Text Example
White with #73B762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B762; }
p { color: rgb(115,183,98); }
H1.HeaderClassName
{
color: #73B762;
}
.AnyTagClassName
{
color: #73B762;
}
</style>
background-color css
<style>
a { background-color: #73B762; }
a { background-color: rgb(115,183,98); }
div.DivClassName
{
background-color: #73B762;
}
.BgClassName
{
background-color: #73B762;
}
</style>
border-color css
<style>
span { border-color: #73B762; }
span { border-color: rgb(115,183,98); }
td.TdClassName
{
border-color: #73B762;
}
.TagClassName
{
border-color: #73B762;
}
</style>