Shades of Mantis #77B768
Tints of Mantis #77B768
RGB
CMYK
RGB Variations
Color information
#77B768 (or 0x77B768) is known color: Mantis. HEX triplet: 77, B7 and 68. RGB value is (119,183,104). Sum of RGB (Red+Green+Blue) = 119+183+104=406 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.31% from 406); Green value is 183 (71.88% from 255 or 45.07% from 406); Blue value is 104 (41.02% from 255 or 25.62% from 406); Max value from RGB is 183 - color contains mainly: green. Hex color #77B768 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77B768 is #884897. Grayscale: #9B9B9B. Windows color (decimal): -8931480 or 6862711. OLE color: 6862711.
HSL color Cylindrical-coordinate representation of color #77B768: hue angle of 108.61º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #77B768 is Cyan = 0.35, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 119 | 183 | 104 | - |
| CMYK | 0.35 | 0 | 0.43 | 0.28 |
| HSL | 108.61º | 0.35% | 0.56% | - |
| HSV(B) | 108.61º | 0.43% | 0.72% | - |
| XYZ | 27.04 | 38.79 | 19.16 | - |
| YUV | 154.86 | 99.3 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 183 | 104 | 0.35 | 0 | 0.43 | 0.28 | 108.61 | 0.35 | 0.56 |
| Hex | 77 | B7 | 68 | 23 | 0 | 2B | 1C | 6D | 23 | 38 |
| Octal | 167 | 267 | 150 | 43 | 0 | 53 | 34 | 155 | 43 | 70 |
| Binary | 1110111 | 10110111 | 1101000 | 100011 | 0 | 101011 | 11100 | 1101101 | 100011 | 111000 |
Color Harmonies of #77B768
Complementary color
Monochromatic Colors of #77B768
Black with #77B768
Text Example
Text Example
White with #77B768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B768; }
p { color: rgb(119,183,104); }
H1.HeaderClassName
{
color: #77B768;
}
.AnyTagClassName
{
color: #77B768;
}
</style>
background-color css
<style>
a { background-color: #77B768; }
a { background-color: rgb(119,183,104); }
div.DivClassName
{
background-color: #77B768;
}
.BgClassName
{
background-color: #77B768;
}
</style>
border-color css
<style>
span { border-color: #77B768; }
span { border-color: rgb(119,183,104); }
td.TdClassName
{
border-color: #77B768;
}
.TagClassName
{
border-color: #77B768;
}
</style>