Shades of Mantis #77B260
Tints of Mantis #77B260
RGB
CMYK
RGB Variations
Color information
#77B260 (or 0x77B260) is known color: Mantis. HEX triplet: 77, B2 and 60. RGB value is (119,178,96). Sum of RGB (Red+Green+Blue) = 119+178+96=393 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.28% from 393); Green value is 178 (69.92% from 255 or 45.29% from 393); Blue value is 96 (37.89% from 255 or 24.43% from 393); Max value from RGB is 178 - color contains mainly: green. Hex color #77B260 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77B260 is #884D9F. Grayscale: #979797. Windows color (decimal): -8932768 or 6337143. OLE color: 6337143.
HSL color Cylindrical-coordinate representation of color #77B260: hue angle of 103.17º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77B260 is Cyan = 0.33, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 119 | 178 | 96 | - |
| CMYK | 0.33 | 0 | 0.46 | 0.30 |
| HSL | 103.17º | 0.35% | 0.54% | - |
| HSV(B) | 103.17º | 0.46% | 0.7% | - |
| XYZ | 25.64 | 36.61 | 16.78 | - |
| YUV | 151.01 | 96.95 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 178 | 96 | 0.33 | 0 | 0.46 | 0.30 | 103.17 | 0.35 | 0.54 |
| Hex | 77 | B2 | 60 | 21 | 0 | 2E | 1E | 67 | 23 | 36 |
| Octal | 167 | 262 | 140 | 41 | 0 | 56 | 36 | 147 | 43 | 66 |
| Binary | 1110111 | 10110010 | 1100000 | 100001 | 0 | 101110 | 11110 | 1100111 | 100011 | 110110 |
Color Harmonies of #77B260
Complementary color
Monochromatic Colors of #77B260
Black with #77B260
Text Example
Text Example
White with #77B260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B260; }
p { color: rgb(119,178,96); }
H1.HeaderClassName
{
color: #77B260;
}
.AnyTagClassName
{
color: #77B260;
}
</style>
background-color css
<style>
a { background-color: #77B260; }
a { background-color: rgb(119,178,96); }
div.DivClassName
{
background-color: #77B260;
}
.BgClassName
{
background-color: #77B260;
}
</style>
border-color css
<style>
span { border-color: #77B260; }
span { border-color: rgb(119,178,96); }
td.TdClassName
{
border-color: #77B260;
}
.TagClassName
{
border-color: #77B260;
}
</style>