Shades of Mantis #73B061
Tints of Mantis #73B061
RGB
CMYK
RGB Variations
Color information
#73B061 (or 0x73B061) is known color: Mantis. HEX triplet: 73, B0 and 61. RGB value is (115,176,97). Sum of RGB (Red+Green+Blue) = 115+176+97=388 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.64% from 388); Green value is 176 (69.14% from 255 or 45.36% from 388); Blue value is 97 (38.28% from 255 or 25% from 388); Max value from RGB is 176 - color contains mainly: green. Hex color #73B061 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73B061 is #8C4F9E. Grayscale: #959595. Windows color (decimal): -9195423 or 6402163. OLE color: 6402163.
HSL color Cylindrical-coordinate representation of color #73B061: hue angle of 106.33º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #73B061 is Cyan = 0.35, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 115 | 176 | 97 | - |
| CMYK | 0.35 | 0 | 0.45 | 0.31 |
| HSL | 106.33º | 0.33% | 0.54% | - |
| HSV(B) | 106.33º | 0.45% | 0.69% | - |
| XYZ | 24.75 | 35.56 | 16.87 | - |
| YUV | 148.76 | 98.79 | 103.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 176 | 97 | 0.35 | 0 | 0.45 | 0.31 | 106.33 | 0.33 | 0.54 |
| Hex | 73 | B0 | 61 | 23 | 0 | 2D | 1F | 6A | 21 | 36 |
| Octal | 163 | 260 | 141 | 43 | 0 | 55 | 37 | 152 | 41 | 66 |
| Binary | 1110011 | 10110000 | 1100001 | 100011 | 0 | 101101 | 11111 | 1101010 | 100001 | 110110 |
Color Harmonies of #73B061
Complementary color
Monochromatic Colors of #73B061
Black with #73B061
Text Example
Text Example
White with #73B061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B061; }
p { color: rgb(115,176,97); }
H1.HeaderClassName
{
color: #73B061;
}
.AnyTagClassName
{
color: #73B061;
}
</style>
background-color css
<style>
a { background-color: #73B061; }
a { background-color: rgb(115,176,97); }
div.DivClassName
{
background-color: #73B061;
}
.BgClassName
{
background-color: #73B061;
}
</style>
border-color css
<style>
span { border-color: #73B061; }
span { border-color: rgb(115,176,97); }
td.TdClassName
{
border-color: #73B061;
}
.TagClassName
{
border-color: #73B061;
}
</style>