Shades of Mantis #79C065
Tints of Mantis #79C065
RGB
CMYK
RGB Variations
Color information
#79C065 (or 0x79C065) is known color: Mantis. HEX triplet: 79, C0 and 65. RGB value is (121,192,101). Sum of RGB (Red+Green+Blue) = 121+192+101=414 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.23% from 414); Green value is 192 (75.39% from 255 or 46.38% from 414); Blue value is 101 (39.84% from 255 or 24.40% from 414); Max value from RGB is 192 - color contains mainly: green. Hex color #79C065 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #79C065 is #863F9A. Grayscale: #A0A0A0. Windows color (decimal): -8798107 or 6668409. OLE color: 6668409.
HSL color Cylindrical-coordinate representation of color #79C065: hue angle of 106.81º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #79C065 is Cyan = 0.37, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 121 | 192 | 101 | - |
| CMYK | 0.37 | 0 | 0.47 | 0.25 |
| HSL | 106.81º | 0.42% | 0.57% | - |
| HSV(B) | 106.81º | 0.47% | 0.75% | - |
| XYZ | 29.08 | 42.7 | 19.02 | - |
| YUV | 160.4 | 94.48 | 99.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 192 | 101 | 0.37 | 0 | 0.47 | 0.25 | 106.81 | 0.42 | 0.57 |
| Hex | 79 | C0 | 65 | 25 | 0 | 2F | 19 | 6B | 2A | 39 |
| Octal | 171 | 300 | 145 | 45 | 0 | 57 | 31 | 153 | 52 | 71 |
| Binary | 1111001 | 11000000 | 1100101 | 100101 | 0 | 101111 | 11001 | 1101011 | 101010 | 111001 |
Color Harmonies of #79C065
Complementary color
Monochromatic Colors of #79C065
Black with #79C065
Text Example
Text Example
White with #79C065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79C065; }
p { color: rgb(121,192,101); }
H1.HeaderClassName
{
color: #79C065;
}
.AnyTagClassName
{
color: #79C065;
}
</style>
background-color css
<style>
a { background-color: #79C065; }
a { background-color: rgb(121,192,101); }
div.DivClassName
{
background-color: #79C065;
}
.BgClassName
{
background-color: #79C065;
}
</style>
border-color css
<style>
span { border-color: #79C065; }
span { border-color: rgb(121,192,101); }
td.TdClassName
{
border-color: #79C065;
}
.TagClassName
{
border-color: #79C065;
}
</style>