Shades of Mantis #73C069
Tints of Mantis #73C069
RGB
CMYK
RGB Variations
Color information
#73C069 (or 0x73C069) is known color: Mantis. HEX triplet: 73, C0 and 69. RGB value is (115,192,105). Sum of RGB (Red+Green+Blue) = 115+192+105=412 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.91% from 412); Green value is 192 (75.39% from 255 or 46.60% from 412); Blue value is 105 (41.41% from 255 or 25.49% from 412); Max value from RGB is 192 - color contains mainly: green. Hex color #73C069 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C069 is #8C3F96. Grayscale: #9F9F9F. Windows color (decimal): -9191319 or 6930547. OLE color: 6930547.
HSL color Cylindrical-coordinate representation of color #73C069: hue angle of 113.1º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #73C069 is Cyan = 0.40, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 192 | 105 | - |
| CMYK | 0.40 | 0 | 0.45 | 0.25 |
| HSL | 113.1º | 0.41% | 0.58% | - |
| HSV(B) | 113.1º | 0.45% | 0.75% | - |
| XYZ | 28.47 | 42.36 | 20.04 | - |
| YUV | 159.06 | 97.49 | 96.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 192 | 105 | 0.40 | 0 | 0.45 | 0.25 | 113.1 | 0.41 | 0.58 |
| Hex | 73 | C0 | 69 | 28 | 0 | 2D | 19 | 71 | 29 | 3A |
| Octal | 163 | 300 | 151 | 50 | 0 | 55 | 31 | 161 | 51 | 72 |
| Binary | 1110011 | 11000000 | 1101001 | 101000 | 0 | 101101 | 11001 | 1110001 | 101001 | 111010 |
Color Harmonies of #73C069
Complementary color
Monochromatic Colors of #73C069
Black with #73C069
Text Example
Text Example
White with #73C069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C069; }
p { color: rgb(115,192,105); }
H1.HeaderClassName
{
color: #73C069;
}
.AnyTagClassName
{
color: #73C069;
}
</style>
background-color css
<style>
a { background-color: #73C069; }
a { background-color: rgb(115,192,105); }
div.DivClassName
{
background-color: #73C069;
}
.BgClassName
{
background-color: #73C069;
}
</style>
border-color css
<style>
span { border-color: #73C069; }
span { border-color: rgb(115,192,105); }
td.TdClassName
{
border-color: #73C069;
}
.TagClassName
{
border-color: #73C069;
}
</style>