Shades of Mantis #77B76B
Tints of Mantis #77B76B
RGB
CMYK
RGB Variations
Color information
#77B76B (or 0x77B76B) is known color: Mantis. HEX triplet: 77, B7 and 6B. RGB value is (119,183,107). Sum of RGB (Red+Green+Blue) = 119+183+107=409 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.10% from 409); Green value is 183 (71.88% from 255 or 44.74% from 409); Blue value is 107 (42.19% from 255 or 26.16% from 409); Max value from RGB is 183 - color contains mainly: green. Hex color #77B76B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77B76B is #884894. Grayscale: #9B9B9B. Windows color (decimal): -8931477 or 7059319. OLE color: 7059319.
HSL color Cylindrical-coordinate representation of color #77B76B: hue angle of 110.53º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #77B76B is Cyan = 0.35, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 119 | 183 | 107 | - |
| CMYK | 0.35 | 0 | 0.42 | 0.28 |
| HSL | 110.53º | 0.35% | 0.57% | - |
| HSV(B) | 110.53º | 0.42% | 0.72% | - |
| XYZ | 27.2 | 38.85 | 19.98 | - |
| YUV | 155.2 | 100.8 | 102.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 183 | 107 | 0.35 | 0 | 0.42 | 0.28 | 110.53 | 0.35 | 0.57 |
| Hex | 77 | B7 | 6B | 23 | 0 | 2A | 1C | 6F | 23 | 39 |
| Octal | 167 | 267 | 153 | 43 | 0 | 52 | 34 | 157 | 43 | 71 |
| Binary | 1110111 | 10110111 | 1101011 | 100011 | 0 | 101010 | 11100 | 1101111 | 100011 | 111001 |
Color Harmonies of #77B76B
Complementary color
Monochromatic Colors of #77B76B
Black with #77B76B
Text Example
Text Example
White with #77B76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B76B; }
p { color: rgb(119,183,107); }
H1.HeaderClassName
{
color: #77B76B;
}
.AnyTagClassName
{
color: #77B76B;
}
</style>
background-color css
<style>
a { background-color: #77B76B; }
a { background-color: rgb(119,183,107); }
div.DivClassName
{
background-color: #77B76B;
}
.BgClassName
{
background-color: #77B76B;
}
</style>
border-color css
<style>
span { border-color: #77B76B; }
span { border-color: rgb(119,183,107); }
td.TdClassName
{
border-color: #77B76B;
}
.TagClassName
{
border-color: #77B76B;
}
</style>