Shades of Mantis #73B463
Tints of Mantis #73B463
RGB
CMYK
RGB Variations
Color information
#73B463 (or 0x73B463) is known color: Mantis. HEX triplet: 73, B4 and 63. RGB value is (115,180,99). Sum of RGB (Red+Green+Blue) = 115+180+99=394 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.19% from 394); Green value is 180 (70.70% from 255 or 45.69% from 394); Blue value is 99 (39.06% from 255 or 25.13% from 394); Max value from RGB is 180 - color contains mainly: green. Hex color #73B463 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73B463 is #8C4B9C. Grayscale: #979797. Windows color (decimal): -9194397 or 6534259. OLE color: 6534259.
HSL color Cylindrical-coordinate representation of color #73B463: hue angle of 108.15º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #73B463 is Cyan = 0.36, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 115 | 180 | 99 | - |
| CMYK | 0.36 | 0 | 0.45 | 0.29 |
| HSL | 108.15º | 0.35% | 0.55% | - |
| HSV(B) | 108.15º | 0.45% | 0.71% | - |
| XYZ | 25.64 | 37.19 | 17.63 | - |
| YUV | 151.33 | 98.47 | 102.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 180 | 99 | 0.36 | 0 | 0.45 | 0.29 | 108.15 | 0.35 | 0.55 |
| Hex | 73 | B4 | 63 | 24 | 0 | 2D | 1D | 6C | 23 | 37 |
| Octal | 163 | 264 | 143 | 44 | 0 | 55 | 35 | 154 | 43 | 67 |
| Binary | 1110011 | 10110100 | 1100011 | 100100 | 0 | 101101 | 11101 | 1101100 | 100011 | 110111 |
Color Harmonies of #73B463
Complementary color
Monochromatic Colors of #73B463
Black with #73B463
Text Example
Text Example
White with #73B463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B463; }
p { color: rgb(115,180,99); }
H1.HeaderClassName
{
color: #73B463;
}
.AnyTagClassName
{
color: #73B463;
}
</style>
background-color css
<style>
a { background-color: #73B463; }
a { background-color: rgb(115,180,99); }
div.DivClassName
{
background-color: #73B463;
}
.BgClassName
{
background-color: #73B463;
}
</style>
border-color css
<style>
span { border-color: #73B463; }
span { border-color: rgb(115,180,99); }
td.TdClassName
{
border-color: #73B463;
}
.TagClassName
{
border-color: #73B463;
}
</style>