Shades of Mantis #77B653
Tints of Mantis #77B653
RGB
CMYK
RGB Variations
Color information
#77B653 (or 0x77B653) is known color: Mantis. HEX triplet: 77, B6 and 53. RGB value is (119,182,83). Sum of RGB (Red+Green+Blue) = 119+182+83=384 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.99% from 384); Green value is 182 (71.48% from 255 or 47.40% from 384); Blue value is 83 (32.81% from 255 or 21.61% from 384); Max value from RGB is 182 - color contains mainly: green. Hex color #77B653 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77B653 is #8849AC. Grayscale: #989898. Windows color (decimal): -8931757 or 5486199. OLE color: 5486199.
HSL color Cylindrical-coordinate representation of color #77B653: hue angle of 98.18º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #77B653 is Cyan = 0.35, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 119 | 182 | 83 | - |
| CMYK | 0.35 | 0 | 0.54 | 0.29 |
| HSL | 98.18º | 0.4% | 0.52% | - |
| HSV(B) | 98.18º | 0.54% | 0.71% | - |
| XYZ | 25.9 | 38 | 14.15 | - |
| YUV | 151.88 | 89.13 | 104.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 182 | 83 | 0.35 | 0 | 0.54 | 0.29 | 98.18 | 0.4 | 0.52 |
| Hex | 77 | B6 | 53 | 23 | 0 | 36 | 1D | 62 | 28 | 34 |
| Octal | 167 | 266 | 123 | 43 | 0 | 66 | 35 | 142 | 50 | 64 |
| Binary | 1110111 | 10110110 | 1010011 | 100011 | 0 | 110110 | 11101 | 1100010 | 101000 | 110100 |
Color Harmonies of #77B653
Complementary color
Monochromatic Colors of #77B653
Black with #77B653
Text Example
Text Example
White with #77B653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B653; }
p { color: rgb(119,182,83); }
H1.HeaderClassName
{
color: #77B653;
}
.AnyTagClassName
{
color: #77B653;
}
</style>
background-color css
<style>
a { background-color: #77B653; }
a { background-color: rgb(119,182,83); }
div.DivClassName
{
background-color: #77B653;
}
.BgClassName
{
background-color: #77B653;
}
</style>
border-color css
<style>
span { border-color: #77B653; }
span { border-color: rgb(119,182,83); }
td.TdClassName
{
border-color: #77B653;
}
.TagClassName
{
border-color: #77B653;
}
</style>