Shades of Mantis #73B15D
Tints of Mantis #73B15D
RGB
CMYK
RGB Variations
Color information
#73B15D (or 0x73B15D) is known color: Mantis. HEX triplet: 73, B1 and 5D. RGB value is (115,177,93). Sum of RGB (Red+Green+Blue) = 115+177+93=385 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.87% from 385); Green value is 177 (69.53% from 255 or 45.97% from 385); Blue value is 93 (36.72% from 255 or 24.16% from 385); Max value from RGB is 177 - color contains mainly: green. Hex color #73B15D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73B15D is #8C4EA2. Grayscale: #959595. Windows color (decimal): -9195171 or 6140275. OLE color: 6140275.
HSL color Cylindrical-coordinate representation of color #73B15D: hue angle of 104.29º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #73B15D is Cyan = 0.35, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 115 | 177 | 93 | - |
| CMYK | 0.35 | 0 | 0.47 | 0.31 |
| HSL | 104.29º | 0.35% | 0.53% | - |
| HSV(B) | 104.29º | 0.47% | 0.69% | - |
| XYZ | 24.77 | 35.88 | 15.98 | - |
| YUV | 148.89 | 96.46 | 103.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 177 | 93 | 0.35 | 0 | 0.47 | 0.31 | 104.29 | 0.35 | 0.53 |
| Hex | 73 | B1 | 5D | 23 | 0 | 2F | 1F | 68 | 23 | 35 |
| Octal | 163 | 261 | 135 | 43 | 0 | 57 | 37 | 150 | 43 | 65 |
| Binary | 1110011 | 10110001 | 1011101 | 100011 | 0 | 101111 | 11111 | 1101000 | 100011 | 110101 |
Color Harmonies of #73B15D
Complementary color
Monochromatic Colors of #73B15D
Black with #73B15D
Text Example
Text Example
White with #73B15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B15D; }
p { color: rgb(115,177,93); }
H1.HeaderClassName
{
color: #73B15D;
}
.AnyTagClassName
{
color: #73B15D;
}
</style>
background-color css
<style>
a { background-color: #73B15D; }
a { background-color: rgb(115,177,93); }
div.DivClassName
{
background-color: #73B15D;
}
.BgClassName
{
background-color: #73B15D;
}
</style>
border-color css
<style>
span { border-color: #73B15D; }
span { border-color: rgb(115,177,93); }
td.TdClassName
{
border-color: #73B15D;
}
.TagClassName
{
border-color: #73B15D;
}
</style>