Shades of Mantis #77C56B
Tints of Mantis #77C56B
RGB
CMYK
RGB Variations
Color information
#77C56B (or 0x77C56B) is known color: Mantis. HEX triplet: 77, C5 and 6B. RGB value is (119,197,107). Sum of RGB (Red+Green+Blue) = 119+197+107=423 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28.13% from 423); Green value is 197 (77.34% from 255 or 46.57% from 423); Blue value is 107 (42.19% from 255 or 25.30% from 423); Max value from RGB is 197 - color contains mainly: green. Hex color #77C56B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77C56B is #883A94. Grayscale: #A3A3A3. Windows color (decimal): -8927893 or 7062903. OLE color: 7062903.
HSL color Cylindrical-coordinate representation of color #77C56B: hue angle of 112º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77C56B is Cyan = 0.40, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 119 | 197 | 107 | - |
| CMYK | 0.40 | 0 | 0.46 | 0.23 |
| HSL | 112º | 0.44% | 0.6% | - |
| HSV(B) | 112º | 0.46% | 0.77% | - |
| XYZ | 30.23 | 44.92 | 20.99 | - |
| YUV | 163.42 | 96.16 | 96.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 197 | 107 | 0.40 | 0 | 0.46 | 0.23 | 112 | 0.44 | 0.6 |
| Hex | 77 | C5 | 6B | 28 | 0 | 2E | 17 | 70 | 2C | 3C |
| Octal | 167 | 305 | 153 | 50 | 0 | 56 | 27 | 160 | 54 | 74 |
| Binary | 1110111 | 11000101 | 1101011 | 101000 | 0 | 101110 | 10111 | 1110000 | 101100 | 111100 |
Color Harmonies of #77C56B
Complementary color
Monochromatic Colors of #77C56B
Black with #77C56B
Text Example
Text Example
White with #77C56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C56B; }
p { color: rgb(119,197,107); }
H1.HeaderClassName
{
color: #77C56B;
}
.AnyTagClassName
{
color: #77C56B;
}
</style>
background-color css
<style>
a { background-color: #77C56B; }
a { background-color: rgb(119,197,107); }
div.DivClassName
{
background-color: #77C56B;
}
.BgClassName
{
background-color: #77C56B;
}
</style>
border-color css
<style>
span { border-color: #77C56B; }
span { border-color: rgb(119,197,107); }
td.TdClassName
{
border-color: #77C56B;
}
.TagClassName
{
border-color: #77C56B;
}
</style>