Shades of Mantis #77BA6C
Tints of Mantis #77BA6C
RGB
CMYK
RGB Variations
Color information
#77BA6C (or 0x77BA6C) is known color: Mantis. HEX triplet: 77, BA and 6C. RGB value is (119,186,108). Sum of RGB (Red+Green+Blue) = 119+186+108=413 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.81% from 413); Green value is 186 (73.05% from 255 or 45.04% from 413); Blue value is 108 (42.58% from 255 or 26.15% from 413); Max value from RGB is 186 - color contains mainly: green. Hex color #77BA6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77BA6C is #884593. Grayscale: #9D9D9D. Windows color (decimal): -8930708 or 7125623. OLE color: 7125623.
HSL color Cylindrical-coordinate representation of color #77BA6C: hue angle of 111.54º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #77BA6C is Cyan = 0.36, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 119 | 186 | 108 | - |
| CMYK | 0.36 | 0 | 0.42 | 0.27 |
| HSL | 111.54º | 0.36% | 0.58% | - |
| HSV(B) | 111.54º | 0.42% | 0.73% | - |
| XYZ | 27.87 | 40.12 | 20.46 | - |
| YUV | 157.08 | 100.3 | 100.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 186 | 108 | 0.36 | 0 | 0.42 | 0.27 | 111.54 | 0.36 | 0.58 |
| Hex | 77 | BA | 6C | 24 | 0 | 2A | 1B | 70 | 24 | 3A |
| Octal | 167 | 272 | 154 | 44 | 0 | 52 | 33 | 160 | 44 | 72 |
| Binary | 1110111 | 10111010 | 1101100 | 100100 | 0 | 101010 | 11011 | 1110000 | 100100 | 111010 |
Color Harmonies of #77BA6C
Complementary color
Monochromatic Colors of #77BA6C
Black with #77BA6C
Text Example
Text Example
White with #77BA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BA6C; }
p { color: rgb(119,186,108); }
H1.HeaderClassName
{
color: #77BA6C;
}
.AnyTagClassName
{
color: #77BA6C;
}
</style>
background-color css
<style>
a { background-color: #77BA6C; }
a { background-color: rgb(119,186,108); }
div.DivClassName
{
background-color: #77BA6C;
}
.BgClassName
{
background-color: #77BA6C;
}
</style>
border-color css
<style>
span { border-color: #77BA6C; }
span { border-color: rgb(119,186,108); }
td.TdClassName
{
border-color: #77BA6C;
}
.TagClassName
{
border-color: #77BA6C;
}
</style>