Shades of Mantis #79B363
Tints of Mantis #79B363
RGB
CMYK
RGB Variations
Color information
#79B363 (or 0x79B363) is known color: Mantis. HEX triplet: 79, B3 and 63. RGB value is (121,179,99). Sum of RGB (Red+Green+Blue) = 121+179+99=399 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.33% from 399); Green value is 179 (70.31% from 255 or 44.86% from 399); Blue value is 99 (39.06% from 255 or 24.81% from 399); Max value from RGB is 179 - color contains mainly: green. Hex color #79B363 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #79B363 is #864C9C. Grayscale: #989898. Windows color (decimal): -8801437 or 6534009. OLE color: 6534009.
HSL color Cylindrical-coordinate representation of color #79B363: hue angle of 103.5º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #79B363 is Cyan = 0.32, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 121 | 179 | 99 | - |
| CMYK | 0.32 | 0 | 0.45 | 0.30 |
| HSL | 103.5º | 0.34% | 0.55% | - |
| HSV(B) | 103.5º | 0.45% | 0.7% | - |
| XYZ | 26.26 | 37.21 | 17.6 | - |
| YUV | 152.54 | 97.78 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 179 | 99 | 0.32 | 0 | 0.45 | 0.30 | 103.5 | 0.34 | 0.55 |
| Hex | 79 | B3 | 63 | 20 | 0 | 2D | 1E | 68 | 22 | 37 |
| Octal | 171 | 263 | 143 | 40 | 0 | 55 | 36 | 150 | 42 | 67 |
| Binary | 1111001 | 10110011 | 1100011 | 100000 | 0 | 101101 | 11110 | 1101000 | 100010 | 110111 |
Color Harmonies of #79B363
Complementary color
Monochromatic Colors of #79B363
Black with #79B363
Text Example
Text Example
White with #79B363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79B363; }
p { color: rgb(121,179,99); }
H1.HeaderClassName
{
color: #79B363;
}
.AnyTagClassName
{
color: #79B363;
}
</style>
background-color css
<style>
a { background-color: #79B363; }
a { background-color: rgb(121,179,99); }
div.DivClassName
{
background-color: #79B363;
}
.BgClassName
{
background-color: #79B363;
}
</style>
border-color css
<style>
span { border-color: #79B363; }
span { border-color: rgb(121,179,99); }
td.TdClassName
{
border-color: #79B363;
}
.TagClassName
{
border-color: #79B363;
}
</style>