Shades of Mantis #77B968
Tints of Mantis #77B968
RGB
CMYK
RGB Variations
Color information
#77B968 (or 0x77B968) is known color: Mantis. HEX triplet: 77, B9 and 68. RGB value is (119,185,104). Sum of RGB (Red+Green+Blue) = 119+185+104=408 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.17% from 408); Green value is 185 (72.66% from 255 or 45.34% from 408); Blue value is 104 (41.02% from 255 or 25.49% from 408); Max value from RGB is 185 - color contains mainly: green. Hex color #77B968 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77B968 is #884697. Grayscale: #9C9C9C. Windows color (decimal): -8930968 or 6863223. OLE color: 6863223.
HSL color Cylindrical-coordinate representation of color #77B968: hue angle of 108.89º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #77B968 is Cyan = 0.36, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 119 | 185 | 104 | - |
| CMYK | 0.36 | 0 | 0.44 | 0.27 |
| HSL | 108.89º | 0.37% | 0.57% | - |
| HSV(B) | 108.89º | 0.44% | 0.73% | - |
| XYZ | 27.46 | 39.62 | 19.3 | - |
| YUV | 156.03 | 98.63 | 101.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 185 | 104 | 0.36 | 0 | 0.44 | 0.27 | 108.89 | 0.37 | 0.57 |
| Hex | 77 | B9 | 68 | 24 | 0 | 2C | 1B | 6D | 25 | 39 |
| Octal | 167 | 271 | 150 | 44 | 0 | 54 | 33 | 155 | 45 | 71 |
| Binary | 1110111 | 10111001 | 1101000 | 100100 | 0 | 101100 | 11011 | 1101101 | 100101 | 111001 |
Color Harmonies of #77B968
Complementary color
Monochromatic Colors of #77B968
Black with #77B968
Text Example
Text Example
White with #77B968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B968; }
p { color: rgb(119,185,104); }
H1.HeaderClassName
{
color: #77B968;
}
.AnyTagClassName
{
color: #77B968;
}
</style>
background-color css
<style>
a { background-color: #77B968; }
a { background-color: rgb(119,185,104); }
div.DivClassName
{
background-color: #77B968;
}
.BgClassName
{
background-color: #77B968;
}
</style>
border-color css
<style>
span { border-color: #77B968; }
span { border-color: rgb(119,185,104); }
td.TdClassName
{
border-color: #77B968;
}
.TagClassName
{
border-color: #77B968;
}
</style>