Shades of Mantis #77C166
Tints of Mantis #77C166
RGB
CMYK
RGB Variations
Color information
#77C166 (or 0x77C166) is known color: Mantis. HEX triplet: 77, C1 and 66. RGB value is (119,193,102). Sum of RGB (Red+Green+Blue) = 119+193+102=414 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.74% from 414); Green value is 193 (75.78% from 255 or 46.62% from 414); Blue value is 102 (40.23% from 255 or 24.64% from 414); Max value from RGB is 193 - color contains mainly: green. Hex color #77C166 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77C166 is #883E99. Grayscale: #A0A0A0. Windows color (decimal): -8928922 or 6734199. OLE color: 6734199.
HSL color Cylindrical-coordinate representation of color #77C166: hue angle of 108.79º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #77C166 is Cyan = 0.38, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 193 | 102 | - |
| CMYK | 0.38 | 0 | 0.47 | 0.24 |
| HSL | 108.79º | 0.42% | 0.58% | - |
| HSV(B) | 108.79º | 0.47% | 0.76% | - |
| XYZ | 29.08 | 43.02 | 19.34 | - |
| YUV | 160.5 | 94.98 | 98.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 193 | 102 | 0.38 | 0 | 0.47 | 0.24 | 108.79 | 0.42 | 0.58 |
| Hex | 77 | C1 | 66 | 26 | 0 | 2F | 18 | 6D | 2A | 3A |
| Octal | 167 | 301 | 146 | 46 | 0 | 57 | 30 | 155 | 52 | 72 |
| Binary | 1110111 | 11000001 | 1100110 | 100110 | 0 | 101111 | 11000 | 1101101 | 101010 | 111010 |
Color Harmonies of #77C166
Complementary color
Monochromatic Colors of #77C166
Black with #77C166
Text Example
Text Example
White with #77C166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C166; }
p { color: rgb(119,193,102); }
H1.HeaderClassName
{
color: #77C166;
}
.AnyTagClassName
{
color: #77C166;
}
</style>
background-color css
<style>
a { background-color: #77C166; }
a { background-color: rgb(119,193,102); }
div.DivClassName
{
background-color: #77C166;
}
.BgClassName
{
background-color: #77C166;
}
</style>
border-color css
<style>
span { border-color: #77C166; }
span { border-color: rgb(119,193,102); }
td.TdClassName
{
border-color: #77C166;
}
.TagClassName
{
border-color: #77C166;
}
</style>