Shades of Mantis #73B05E
Tints of Mantis #73B05E
RGB
CMYK
RGB Variations
Color information
#73B05E (or 0x73B05E) is known color: Mantis. HEX triplet: 73, B0 and 5E. RGB value is (115,176,94). Sum of RGB (Red+Green+Blue) = 115+176+94=385 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.87% from 385); Green value is 176 (69.14% from 255 or 45.71% from 385); Blue value is 94 (37.11% from 255 or 24.42% from 385); Max value from RGB is 176 - color contains mainly: green. Hex color #73B05E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73B05E is #8C4FA1. Grayscale: #949494. Windows color (decimal): -9195426 or 6205555. OLE color: 6205555.
HSL color Cylindrical-coordinate representation of color #73B05E: hue angle of 104.63º degrees, saturation: 0.34, 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 #73B05E is Cyan = 0.35, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 115 | 176 | 94 | - |
| CMYK | 0.35 | 0 | 0.47 | 0.31 |
| HSL | 104.63º | 0.34% | 0.53% | - |
| HSV(B) | 104.63º | 0.47% | 0.69% | - |
| XYZ | 24.62 | 35.5 | 16.15 | - |
| YUV | 148.41 | 97.29 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 176 | 94 | 0.35 | 0 | 0.47 | 0.31 | 104.63 | 0.34 | 0.53 |
| Hex | 73 | B0 | 5E | 23 | 0 | 2F | 1F | 69 | 22 | 35 |
| Octal | 163 | 260 | 136 | 43 | 0 | 57 | 37 | 151 | 42 | 65 |
| Binary | 1110011 | 10110000 | 1011110 | 100011 | 0 | 101111 | 11111 | 1101001 | 100010 | 110101 |
Color Harmonies of #73B05E
Complementary color
Monochromatic Colors of #73B05E
Black with #73B05E
Text Example
Text Example
White with #73B05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B05E; }
p { color: rgb(115,176,94); }
H1.HeaderClassName
{
color: #73B05E;
}
.AnyTagClassName
{
color: #73B05E;
}
</style>
background-color css
<style>
a { background-color: #73B05E; }
a { background-color: rgb(115,176,94); }
div.DivClassName
{
background-color: #73B05E;
}
.BgClassName
{
background-color: #73B05E;
}
</style>
border-color css
<style>
span { border-color: #73B05E; }
span { border-color: rgb(115,176,94); }
td.TdClassName
{
border-color: #73B05E;
}
.TagClassName
{
border-color: #73B05E;
}
</style>