Shades of Mantis #79B166
Tints of Mantis #79B166
RGB
CMYK
RGB Variations
Color information
#79B166 (or 0x79B166) is known color: Mantis. HEX triplet: 79, B1 and 66. RGB value is (121,177,102). Sum of RGB (Red+Green+Blue) = 121+177+102=400 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.25% from 400); Green value is 177 (69.53% from 255 or 44.25% from 400); Blue value is 102 (40.23% from 255 or 25.5% from 400); Max value from RGB is 177 - color contains mainly: green. Hex color #79B166 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79B166 is #864E99. Grayscale: #979797. Windows color (decimal): -8801946 or 6730105. OLE color: 6730105.
HSL color Cylindrical-coordinate representation of color #79B166: hue angle of 104.8º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #79B166 is Cyan = 0.32, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 121 | 177 | 102 | - |
| CMYK | 0.32 | 0 | 0.42 | 0.31 |
| HSL | 104.8º | 0.32% | 0.55% | - |
| HSV(B) | 104.8º | 0.42% | 0.69% | - |
| XYZ | 26.01 | 36.47 | 18.24 | - |
| YUV | 151.71 | 99.95 | 106.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 177 | 102 | 0.32 | 0 | 0.42 | 0.31 | 104.8 | 0.32 | 0.55 |
| Hex | 79 | B1 | 66 | 20 | 0 | 2A | 1F | 69 | 20 | 37 |
| Octal | 171 | 261 | 146 | 40 | 0 | 52 | 37 | 151 | 40 | 67 |
| Binary | 1111001 | 10110001 | 1100110 | 100000 | 0 | 101010 | 11111 | 1101001 | 100000 | 110111 |
Color Harmonies of #79B166
Complementary color
Monochromatic Colors of #79B166
Black with #79B166
Text Example
Text Example
White with #79B166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79B166; }
p { color: rgb(121,177,102); }
H1.HeaderClassName
{
color: #79B166;
}
.AnyTagClassName
{
color: #79B166;
}
</style>
background-color css
<style>
a { background-color: #79B166; }
a { background-color: rgb(121,177,102); }
div.DivClassName
{
background-color: #79B166;
}
.BgClassName
{
background-color: #79B166;
}
</style>
border-color css
<style>
span { border-color: #79B166; }
span { border-color: rgb(121,177,102); }
td.TdClassName
{
border-color: #79B166;
}
.TagClassName
{
border-color: #79B166;
}
</style>