Shades of Mantis #79B56C
Tints of Mantis #79B56C
RGB
CMYK
RGB Variations
Color information
#79B56C (or 0x79B56C) is known color: Mantis. HEX triplet: 79, B5 and 6C. RGB value is (121,181,108). Sum of RGB (Red+Green+Blue) = 121+181+108=410 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.51% from 410); Green value is 181 (71.09% from 255 or 44.15% from 410); Blue value is 108 (42.58% from 255 or 26.34% from 410); Max value from RGB is 181 - color contains mainly: green. Hex color #79B56C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #79B56C is #864A93. Grayscale: #9A9A9A. Windows color (decimal): -8800916 or 7124345. OLE color: 7124345.
HSL color Cylindrical-coordinate representation of color #79B56C: hue angle of 109.32º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #79B56C is Cyan = 0.33, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 121 | 181 | 108 | - |
| CMYK | 0.33 | 0 | 0.40 | 0.29 |
| HSL | 109.32º | 0.33% | 0.57% | - |
| HSV(B) | 109.32º | 0.4% | 0.71% | - |
| XYZ | 27.12 | 38.2 | 20.13 | - |
| YUV | 154.74 | 101.62 | 103.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 181 | 108 | 0.33 | 0 | 0.40 | 0.29 | 109.32 | 0.33 | 0.57 |
| Hex | 79 | B5 | 6C | 21 | 0 | 28 | 1D | 6D | 21 | 39 |
| Octal | 171 | 265 | 154 | 41 | 0 | 50 | 35 | 155 | 41 | 71 |
| Binary | 1111001 | 10110101 | 1101100 | 100001 | 0 | 101000 | 11101 | 1101101 | 100001 | 111001 |
Color Harmonies of #79B56C
Complementary color
Monochromatic Colors of #79B56C
Black with #79B56C
Text Example
Text Example
White with #79B56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79B56C; }
p { color: rgb(121,181,108); }
H1.HeaderClassName
{
color: #79B56C;
}
.AnyTagClassName
{
color: #79B56C;
}
</style>
background-color css
<style>
a { background-color: #79B56C; }
a { background-color: rgb(121,181,108); }
div.DivClassName
{
background-color: #79B56C;
}
.BgClassName
{
background-color: #79B56C;
}
</style>
border-color css
<style>
span { border-color: #79B56C; }
span { border-color: rgb(121,181,108); }
td.TdClassName
{
border-color: #79B56C;
}
.TagClassName
{
border-color: #79B56C;
}
</style>