Shades of Mantis #73C061
Tints of Mantis #73C061
RGB
CMYK
RGB Variations
Color information
#73C061 (or 0x73C061) is known color: Mantis. HEX triplet: 73, C0 and 61. RGB value is (115,192,97). Sum of RGB (Red+Green+Blue) = 115+192+97=404 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.47% from 404); Green value is 192 (75.39% from 255 or 47.52% from 404); Blue value is 97 (38.28% from 255 or 24.01% from 404); Max value from RGB is 192 - color contains mainly: green. Hex color #73C061 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C061 is #8C3F9E. Grayscale: #9E9E9E. Windows color (decimal): -9191327 or 6406259. OLE color: 6406259.
HSL color Cylindrical-coordinate representation of color #73C061: hue angle of 108.63º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #73C061 is Cyan = 0.40, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 192 | 97 | - |
| CMYK | 0.40 | 0 | 0.49 | 0.25 |
| HSL | 108.63º | 0.43% | 0.57% | - |
| HSV(B) | 108.63º | 0.49% | 0.75% | - |
| XYZ | 28.08 | 42.21 | 17.98 | - |
| YUV | 158.15 | 93.49 | 97.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 192 | 97 | 0.40 | 0 | 0.49 | 0.25 | 108.63 | 0.43 | 0.57 |
| Hex | 73 | C0 | 61 | 28 | 0 | 31 | 19 | 6D | 2B | 39 |
| Octal | 163 | 300 | 141 | 50 | 0 | 61 | 31 | 155 | 53 | 71 |
| Binary | 1110011 | 11000000 | 1100001 | 101000 | 0 | 110001 | 11001 | 1101101 | 101011 | 111001 |
Color Harmonies of #73C061
Complementary color
Monochromatic Colors of #73C061
Black with #73C061
Text Example
Text Example
White with #73C061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C061; }
p { color: rgb(115,192,97); }
H1.HeaderClassName
{
color: #73C061;
}
.AnyTagClassName
{
color: #73C061;
}
</style>
background-color css
<style>
a { background-color: #73C061; }
a { background-color: rgb(115,192,97); }
div.DivClassName
{
background-color: #73C061;
}
.BgClassName
{
background-color: #73C061;
}
</style>
border-color css
<style>
span { border-color: #73C061; }
span { border-color: rgb(115,192,97); }
td.TdClassName
{
border-color: #73C061;
}
.TagClassName
{
border-color: #73C061;
}
</style>