Shades of Mantis #77B766
Tints of Mantis #77B766
RGB
CMYK
RGB Variations
Color information
#77B766 (or 0x77B766) is known color: Mantis. HEX triplet: 77, B7 and 66. RGB value is (119,183,102). Sum of RGB (Red+Green+Blue) = 119+183+102=404 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.46% from 404); Green value is 183 (71.88% from 255 or 45.30% from 404); Blue value is 102 (40.23% from 255 or 25.25% from 404); Max value from RGB is 183 - color contains mainly: green. Hex color #77B766 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77B766 is #884899. Grayscale: #9A9A9A. Windows color (decimal): -8931482 or 6731639. OLE color: 6731639.
HSL color Cylindrical-coordinate representation of color #77B766: hue angle of 107.41º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #77B766 is Cyan = 0.35, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 119 | 183 | 102 | - |
| CMYK | 0.35 | 0 | 0.44 | 0.28 |
| HSL | 107.41º | 0.36% | 0.56% | - |
| HSV(B) | 107.41º | 0.44% | 0.72% | - |
| XYZ | 26.94 | 38.75 | 18.63 | - |
| YUV | 154.63 | 98.3 | 102.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 183 | 102 | 0.35 | 0 | 0.44 | 0.28 | 107.41 | 0.36 | 0.56 |
| Hex | 77 | B7 | 66 | 23 | 0 | 2C | 1C | 6B | 24 | 38 |
| Octal | 167 | 267 | 146 | 43 | 0 | 54 | 34 | 153 | 44 | 70 |
| Binary | 1110111 | 10110111 | 1100110 | 100011 | 0 | 101100 | 11100 | 1101011 | 100100 | 111000 |
Color Harmonies of #77B766
Complementary color
Monochromatic Colors of #77B766
Black with #77B766
Text Example
Text Example
White with #77B766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B766; }
p { color: rgb(119,183,102); }
H1.HeaderClassName
{
color: #77B766;
}
.AnyTagClassName
{
color: #77B766;
}
</style>
background-color css
<style>
a { background-color: #77B766; }
a { background-color: rgb(119,183,102); }
div.DivClassName
{
background-color: #77B766;
}
.BgClassName
{
background-color: #77B766;
}
</style>
border-color css
<style>
span { border-color: #77B766; }
span { border-color: rgb(119,183,102); }
td.TdClassName
{
border-color: #77B766;
}
.TagClassName
{
border-color: #77B766;
}
</style>