Shades of Mantis #79C068
Tints of Mantis #79C068
RGB
CMYK
RGB Variations
Color information
#79C068 (or 0x79C068) is known color: Mantis. HEX triplet: 79, C0 and 68. RGB value is (121,192,104). Sum of RGB (Red+Green+Blue) = 121+192+104=417 (55% of max value = 765). Red value is 121 (47.66% from 255 or 29.02% from 417); Green value is 192 (75.39% from 255 or 46.04% from 417); Blue value is 104 (41.02% from 255 or 24.94% from 417); Max value from RGB is 192 - color contains mainly: green. Hex color #79C068 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #79C068 is #863F97. Grayscale: #A1A1A1. Windows color (decimal): -8798104 or 6865017. OLE color: 6865017.
HSL color Cylindrical-coordinate representation of color #79C068: hue angle of 108.41º 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 #79C068 is Cyan = 0.37, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 121 | 192 | 104 | - |
| CMYK | 0.37 | 0 | 0.46 | 0.25 |
| HSL | 108.41º | 0.41% | 0.58% | - |
| HSV(B) | 108.41º | 0.46% | 0.75% | - |
| XYZ | 29.23 | 42.76 | 19.81 | - |
| YUV | 160.74 | 95.98 | 99.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 192 | 104 | 0.37 | 0 | 0.46 | 0.25 | 108.41 | 0.41 | 0.58 |
| Hex | 79 | C0 | 68 | 25 | 0 | 2E | 19 | 6C | 29 | 3A |
| Octal | 171 | 300 | 150 | 45 | 0 | 56 | 31 | 154 | 51 | 72 |
| Binary | 1111001 | 11000000 | 1101000 | 100101 | 0 | 101110 | 11001 | 1101100 | 101001 | 111010 |
Color Harmonies of #79C068
Complementary color
Monochromatic Colors of #79C068
Black with #79C068
Text Example
Text Example
White with #79C068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79C068; }
p { color: rgb(121,192,104); }
H1.HeaderClassName
{
color: #79C068;
}
.AnyTagClassName
{
color: #79C068;
}
</style>
background-color css
<style>
a { background-color: #79C068; }
a { background-color: rgb(121,192,104); }
div.DivClassName
{
background-color: #79C068;
}
.BgClassName
{
background-color: #79C068;
}
</style>
border-color css
<style>
span { border-color: #79C068; }
span { border-color: rgb(121,192,104); }
td.TdClassName
{
border-color: #79C068;
}
.TagClassName
{
border-color: #79C068;
}
</style>