Shades of Mantis #77BD61
Tints of Mantis #77BD61
RGB
CMYK
RGB Variations
Color information
#77BD61 (or 0x77BD61) is known color: Mantis. HEX triplet: 77, BD and 61. RGB value is (119,189,97). Sum of RGB (Red+Green+Blue) = 119+189+97=405 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.38% from 405); Green value is 189 (74.22% from 255 or 46.67% from 405); Blue value is 97 (38.28% from 255 or 23.95% from 405); Max value from RGB is 189 - color contains mainly: green. Hex color #77BD61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77BD61 is #88429E. Grayscale: #9D9D9D. Windows color (decimal): -8929951 or 6405495. OLE color: 6405495.
HSL color Cylindrical-coordinate representation of color #77BD61: hue angle of 105.65º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #77BD61 is Cyan = 0.37, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 189 | 97 | - |
| CMYK | 0.37 | 0 | 0.49 | 0.26 |
| HSL | 105.65º | 0.41% | 0.56% | - |
| HSV(B) | 105.65º | 0.49% | 0.74% | - |
| XYZ | 27.96 | 41.18 | 17.78 | - |
| YUV | 157.58 | 93.81 | 100.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 189 | 97 | 0.37 | 0 | 0.49 | 0.26 | 105.65 | 0.41 | 0.56 |
| Hex | 77 | BD | 61 | 25 | 0 | 31 | 1A | 6A | 29 | 38 |
| Octal | 167 | 275 | 141 | 45 | 0 | 61 | 32 | 152 | 51 | 70 |
| Binary | 1110111 | 10111101 | 1100001 | 100101 | 0 | 110001 | 11010 | 1101010 | 101001 | 111000 |
Color Harmonies of #77BD61
Complementary color
Monochromatic Colors of #77BD61
Black with #77BD61
Text Example
Text Example
White with #77BD61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BD61; }
p { color: rgb(119,189,97); }
H1.HeaderClassName
{
color: #77BD61;
}
.AnyTagClassName
{
color: #77BD61;
}
</style>
background-color css
<style>
a { background-color: #77BD61; }
a { background-color: rgb(119,189,97); }
div.DivClassName
{
background-color: #77BD61;
}
.BgClassName
{
background-color: #77BD61;
}
</style>
border-color css
<style>
span { border-color: #77BD61; }
span { border-color: rgb(119,189,97); }
td.TdClassName
{
border-color: #77BD61;
}
.TagClassName
{
border-color: #77BD61;
}
</style>