Shades of Mantis #77B761
Tints of Mantis #77B761
RGB
CMYK
RGB Variations
Color information
#77B761 (or 0x77B761) is known color: Mantis. HEX triplet: 77, B7 and 61. RGB value is (119,183,97). Sum of RGB (Red+Green+Blue) = 119+183+97=399 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.82% from 399); Green value is 183 (71.88% from 255 or 45.86% from 399); Blue value is 97 (38.28% from 255 or 24.31% from 399); Max value from RGB is 183 - color contains mainly: green. Hex color #77B761 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77B761 is #88489E. Grayscale: #9A9A9A. Windows color (decimal): -8931487 or 6403959. OLE color: 6403959.
HSL color Cylindrical-coordinate representation of color #77B761: hue angle of 104.65º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #77B761 is Cyan = 0.35, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 119 | 183 | 97 | - |
| CMYK | 0.35 | 0 | 0.47 | 0.28 |
| HSL | 104.65º | 0.37% | 0.55% | - |
| HSV(B) | 104.65º | 0.47% | 0.72% | - |
| XYZ | 26.7 | 38.65 | 17.36 | - |
| YUV | 154.06 | 95.8 | 102.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 183 | 97 | 0.35 | 0 | 0.47 | 0.28 | 104.65 | 0.37 | 0.55 |
| Hex | 77 | B7 | 61 | 23 | 0 | 2F | 1C | 69 | 25 | 37 |
| Octal | 167 | 267 | 141 | 43 | 0 | 57 | 34 | 151 | 45 | 67 |
| Binary | 1110111 | 10110111 | 1100001 | 100011 | 0 | 101111 | 11100 | 1101001 | 100101 | 110111 |
Color Harmonies of #77B761
Complementary color
Monochromatic Colors of #77B761
Black with #77B761
Text Example
Text Example
White with #77B761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B761; }
p { color: rgb(119,183,97); }
H1.HeaderClassName
{
color: #77B761;
}
.AnyTagClassName
{
color: #77B761;
}
</style>
background-color css
<style>
a { background-color: #77B761; }
a { background-color: rgb(119,183,97); }
div.DivClassName
{
background-color: #77B761;
}
.BgClassName
{
background-color: #77B761;
}
</style>
border-color css
<style>
span { border-color: #77B761; }
span { border-color: rgb(119,183,97); }
td.TdClassName
{
border-color: #77B761;
}
.TagClassName
{
border-color: #77B761;
}
</style>