Shades of Mantis #77BE6D
Tints of Mantis #77BE6D
RGB
CMYK
RGB Variations
Color information
#77BE6D (or 0x77BE6D) is known color: Mantis. HEX triplet: 77, BE and 6D. RGB value is (119,190,109). Sum of RGB (Red+Green+Blue) = 119+190+109=418 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.47% from 418); Green value is 190 (74.61% from 255 or 45.45% from 418); Blue value is 109 (42.97% from 255 or 26.08% from 418); Max value from RGB is 190 - color contains mainly: green. Hex color #77BE6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77BE6D is #884192. Grayscale: #9F9F9F. Windows color (decimal): -8929683 or 7192183. OLE color: 7192183.
HSL color Cylindrical-coordinate representation of color #77BE6D: hue angle of 112.59º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #77BE6D is Cyan = 0.37, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 119 | 190 | 109 | - |
| CMYK | 0.37 | 0 | 0.43 | 0.25 |
| HSL | 112.59º | 0.38% | 0.59% | - |
| HSV(B) | 112.59º | 0.43% | 0.75% | - |
| XYZ | 28.78 | 41.85 | 21.03 | - |
| YUV | 159.54 | 99.48 | 99.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 190 | 109 | 0.37 | 0 | 0.43 | 0.25 | 112.59 | 0.38 | 0.59 |
| Hex | 77 | BE | 6D | 25 | 0 | 2B | 19 | 71 | 26 | 3B |
| Octal | 167 | 276 | 155 | 45 | 0 | 53 | 31 | 161 | 46 | 73 |
| Binary | 1110111 | 10111110 | 1101101 | 100101 | 0 | 101011 | 11001 | 1110001 | 100110 | 111011 |
Color Harmonies of #77BE6D
Complementary color
Monochromatic Colors of #77BE6D
Black with #77BE6D
Text Example
Text Example
White with #77BE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BE6D; }
p { color: rgb(119,190,109); }
H1.HeaderClassName
{
color: #77BE6D;
}
.AnyTagClassName
{
color: #77BE6D;
}
</style>
background-color css
<style>
a { background-color: #77BE6D; }
a { background-color: rgb(119,190,109); }
div.DivClassName
{
background-color: #77BE6D;
}
.BgClassName
{
background-color: #77BE6D;
}
</style>
border-color css
<style>
span { border-color: #77BE6D; }
span { border-color: rgb(119,190,109); }
td.TdClassName
{
border-color: #77BE6D;
}
.TagClassName
{
border-color: #77BE6D;
}
</style>