Shades of Mantis #73B366
Tints of Mantis #73B366
RGB
CMYK
RGB Variations
Color information
#73B366 (or 0x73B366) is known color: Mantis. HEX triplet: 73, B3 and 66. RGB value is (115,179,102). Sum of RGB (Red+Green+Blue) = 115+179+102=396 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.04% from 396); Green value is 179 (70.31% from 255 or 45.20% from 396); Blue value is 102 (40.23% from 255 or 25.76% from 396); Max value from RGB is 179 - color contains mainly: green. Hex color #73B366 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73B366 is #8C4C99. Grayscale: #979797. Windows color (decimal): -9194650 or 6730611. OLE color: 6730611.
HSL color Cylindrical-coordinate representation of color #73B366: hue angle of 109.87º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #73B366 is Cyan = 0.36, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 115 | 179 | 102 | - |
| CMYK | 0.36 | 0 | 0.43 | 0.30 |
| HSL | 109.87º | 0.34% | 0.55% | - |
| HSV(B) | 109.87º | 0.43% | 0.7% | - |
| XYZ | 25.59 | 36.84 | 18.33 | - |
| YUV | 151.09 | 100.3 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 179 | 102 | 0.36 | 0 | 0.43 | 0.30 | 109.87 | 0.34 | 0.55 |
| Hex | 73 | B3 | 66 | 24 | 0 | 2B | 1E | 6E | 22 | 37 |
| Octal | 163 | 263 | 146 | 44 | 0 | 53 | 36 | 156 | 42 | 67 |
| Binary | 1110011 | 10110011 | 1100110 | 100100 | 0 | 101011 | 11110 | 1101110 | 100010 | 110111 |
Color Harmonies of #73B366
Complementary color
Monochromatic Colors of #73B366
Black with #73B366
Text Example
Text Example
White with #73B366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B366; }
p { color: rgb(115,179,102); }
H1.HeaderClassName
{
color: #73B366;
}
.AnyTagClassName
{
color: #73B366;
}
</style>
background-color css
<style>
a { background-color: #73B366; }
a { background-color: rgb(115,179,102); }
div.DivClassName
{
background-color: #73B366;
}
.BgClassName
{
background-color: #73B366;
}
</style>
border-color css
<style>
span { border-color: #73B366; }
span { border-color: rgb(115,179,102); }
td.TdClassName
{
border-color: #73B366;
}
.TagClassName
{
border-color: #73B366;
}
</style>