Shades of Mantis #79C070
Tints of Mantis #79C070
RGB
CMYK
RGB Variations
Color information
#79C070 (or 0x79C070) is known color: Mantis. HEX triplet: 79, C0 and 70. RGB value is (121,192,112). Sum of RGB (Red+Green+Blue) = 121+192+112=425 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.47% from 425); Green value is 192 (75.39% from 255 or 45.18% from 425); Blue value is 112 (44.14% from 255 or 26.35% from 425); Max value from RGB is 192 - color contains mainly: green. Hex color #79C070 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #79C070 is #863F8F. Grayscale: #A1A1A1. Windows color (decimal): -8798096 or 7389305. OLE color: 7389305.
HSL color Cylindrical-coordinate representation of color #79C070: hue angle of 113.25º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #79C070 is Cyan = 0.37, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 121 | 192 | 112 | - |
| CMYK | 0.37 | 0 | 0.42 | 0.25 |
| HSL | 113.25º | 0.39% | 0.6% | - |
| HSV(B) | 113.25º | 0.42% | 0.75% | - |
| XYZ | 29.66 | 42.93 | 22.05 | - |
| YUV | 161.65 | 99.98 | 99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 192 | 112 | 0.37 | 0 | 0.42 | 0.25 | 113.25 | 0.39 | 0.6 |
| Hex | 79 | C0 | 70 | 25 | 0 | 2A | 19 | 71 | 27 | 3C |
| Octal | 171 | 300 | 160 | 45 | 0 | 52 | 31 | 161 | 47 | 74 |
| Binary | 1111001 | 11000000 | 1110000 | 100101 | 0 | 101010 | 11001 | 1110001 | 100111 | 111100 |
Color Harmonies of #79C070
Complementary color
Monochromatic Colors of #79C070
Black with #79C070
Text Example
Text Example
White with #79C070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79C070; }
p { color: rgb(121,192,112); }
H1.HeaderClassName
{
color: #79C070;
}
.AnyTagClassName
{
color: #79C070;
}
</style>
background-color css
<style>
a { background-color: #79C070; }
a { background-color: rgb(121,192,112); }
div.DivClassName
{
background-color: #79C070;
}
.BgClassName
{
background-color: #79C070;
}
</style>
border-color css
<style>
span { border-color: #79C070; }
span { border-color: rgb(121,192,112); }
td.TdClassName
{
border-color: #79C070;
}
.TagClassName
{
border-color: #79C070;
}
</style>