Shades of Mantis #77B160
Tints of Mantis #77B160
RGB
CMYK
RGB Variations
Color information
#77B160 (or 0x77B160) is known color: Mantis. HEX triplet: 77, B1 and 60. RGB value is (119,177,96). Sum of RGB (Red+Green+Blue) = 119+177+96=392 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.36% from 392); Green value is 177 (69.53% from 255 or 45.15% from 392); Blue value is 96 (37.89% from 255 or 24.49% from 392); Max value from RGB is 177 - color contains mainly: green. Hex color #77B160 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77B160 is #884E9F. Grayscale: #969696. Windows color (decimal): -8933024 or 6336887. OLE color: 6336887.
HSL color Cylindrical-coordinate representation of color #77B160: hue angle of 102.96º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77B160 is Cyan = 0.33, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 119 | 177 | 96 | - |
| CMYK | 0.33 | 0 | 0.46 | 0.31 |
| HSL | 102.96º | 0.34% | 0.54% | - |
| HSV(B) | 102.96º | 0.46% | 0.69% | - |
| XYZ | 25.44 | 36.21 | 16.71 | - |
| YUV | 150.42 | 97.28 | 105.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 177 | 96 | 0.33 | 0 | 0.46 | 0.31 | 102.96 | 0.34 | 0.54 |
| Hex | 77 | B1 | 60 | 21 | 0 | 2E | 1F | 67 | 22 | 36 |
| Octal | 167 | 261 | 140 | 41 | 0 | 56 | 37 | 147 | 42 | 66 |
| Binary | 1110111 | 10110001 | 1100000 | 100001 | 0 | 101110 | 11111 | 1100111 | 100010 | 110110 |
Color Harmonies of #77B160
Complementary color
Monochromatic Colors of #77B160
Black with #77B160
Text Example
Text Example
White with #77B160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B160; }
p { color: rgb(119,177,96); }
H1.HeaderClassName
{
color: #77B160;
}
.AnyTagClassName
{
color: #77B160;
}
</style>
background-color css
<style>
a { background-color: #77B160; }
a { background-color: rgb(119,177,96); }
div.DivClassName
{
background-color: #77B160;
}
.BgClassName
{
background-color: #77B160;
}
</style>
border-color css
<style>
span { border-color: #77B160; }
span { border-color: rgb(119,177,96); }
td.TdClassName
{
border-color: #77B160;
}
.TagClassName
{
border-color: #77B160;
}
</style>