Shades of Mantis #73C068
Tints of Mantis #73C068
RGB
CMYK
RGB Variations
Color information
#73C068 (or 0x73C068) is known color: Mantis. HEX triplet: 73, C0 and 68. RGB value is (115,192,104). Sum of RGB (Red+Green+Blue) = 115+192+104=411 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.98% from 411); Green value is 192 (75.39% from 255 or 46.72% from 411); Blue value is 104 (41.02% from 255 or 25.30% from 411); Max value from RGB is 192 - color contains mainly: green. Hex color #73C068 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C068 is #8C3F97. Grayscale: #9F9F9F. Windows color (decimal): -9191320 or 6865011. OLE color: 6865011.
HSL color Cylindrical-coordinate representation of color #73C068: hue angle of 112.5º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #73C068 is Cyan = 0.40, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 192 | 104 | - |
| CMYK | 0.40 | 0 | 0.46 | 0.25 |
| HSL | 112.5º | 0.41% | 0.58% | - |
| HSV(B) | 112.5º | 0.46% | 0.75% | - |
| XYZ | 28.42 | 42.34 | 19.77 | - |
| YUV | 158.95 | 96.99 | 96.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 192 | 104 | 0.40 | 0 | 0.46 | 0.25 | 112.5 | 0.41 | 0.58 |
| Hex | 73 | C0 | 68 | 28 | 0 | 2E | 19 | 70 | 29 | 3A |
| Octal | 163 | 300 | 150 | 50 | 0 | 56 | 31 | 160 | 51 | 72 |
| Binary | 1110011 | 11000000 | 1101000 | 101000 | 0 | 101110 | 11001 | 1110000 | 101001 | 111010 |
Color Harmonies of #73C068
Complementary color
Monochromatic Colors of #73C068
Black with #73C068
Text Example
Text Example
White with #73C068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C068; }
p { color: rgb(115,192,104); }
H1.HeaderClassName
{
color: #73C068;
}
.AnyTagClassName
{
color: #73C068;
}
</style>
background-color css
<style>
a { background-color: #73C068; }
a { background-color: rgb(115,192,104); }
div.DivClassName
{
background-color: #73C068;
}
.BgClassName
{
background-color: #73C068;
}
</style>
border-color css
<style>
span { border-color: #73C068; }
span { border-color: rgb(115,192,104); }
td.TdClassName
{
border-color: #73C068;
}
.TagClassName
{
border-color: #73C068;
}
</style>