Shades of Mantis #73B764
Tints of Mantis #73B764
RGB
CMYK
RGB Variations
Color information
#73B764 (or 0x73B764) is known color: Mantis. HEX triplet: 73, B7 and 64. RGB value is (115,183,100). Sum of RGB (Red+Green+Blue) = 115+183+100=398 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.89% from 398); Green value is 183 (71.88% from 255 or 45.98% from 398); Blue value is 100 (39.45% from 255 or 25.13% from 398); Max value from RGB is 183 - color contains mainly: green. Hex color #73B764 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73B764 is #8C489B. Grayscale: #999999. Windows color (decimal): -9193628 or 6600563. OLE color: 6600563.
HSL color Cylindrical-coordinate representation of color #73B764: hue angle of 109.16º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #73B764 is Cyan = 0.37, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 115 | 183 | 100 | - |
| CMYK | 0.37 | 0 | 0.45 | 0.28 |
| HSL | 109.16º | 0.37% | 0.55% | - |
| HSV(B) | 109.16º | 0.45% | 0.72% | - |
| XYZ | 26.3 | 38.43 | 18.09 | - |
| YUV | 153.21 | 97.97 | 100.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 183 | 100 | 0.37 | 0 | 0.45 | 0.28 | 109.16 | 0.37 | 0.55 |
| Hex | 73 | B7 | 64 | 25 | 0 | 2D | 1C | 6D | 25 | 37 |
| Octal | 163 | 267 | 144 | 45 | 0 | 55 | 34 | 155 | 45 | 67 |
| Binary | 1110011 | 10110111 | 1100100 | 100101 | 0 | 101101 | 11100 | 1101101 | 100101 | 110111 |
Color Harmonies of #73B764
Complementary color
Monochromatic Colors of #73B764
Black with #73B764
Text Example
Text Example
White with #73B764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B764; }
p { color: rgb(115,183,100); }
H1.HeaderClassName
{
color: #73B764;
}
.AnyTagClassName
{
color: #73B764;
}
</style>
background-color css
<style>
a { background-color: #73B764; }
a { background-color: rgb(115,183,100); }
div.DivClassName
{
background-color: #73B764;
}
.BgClassName
{
background-color: #73B764;
}
</style>
border-color css
<style>
span { border-color: #73B764; }
span { border-color: rgb(115,183,100); }
td.TdClassName
{
border-color: #73B764;
}
.TagClassName
{
border-color: #73B764;
}
</style>