Shades of Mantis #77B262
Tints of Mantis #77B262
RGB
CMYK
RGB Variations
Color information
#77B262 (or 0x77B262) is known color: Mantis. HEX triplet: 77, B2 and 62. RGB value is (119,178,98). Sum of RGB (Red+Green+Blue) = 119+178+98=395 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.13% from 395); Green value is 178 (69.92% from 255 or 45.06% from 395); Blue value is 98 (38.67% from 255 or 24.81% from 395); Max value from RGB is 178 - color contains mainly: green. Hex color #77B262 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77B262 is #884D9D. Grayscale: #979797. Windows color (decimal): -8932766 or 6468215. OLE color: 6468215.
HSL color Cylindrical-coordinate representation of color #77B262: hue angle of 104.25º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #77B262 is Cyan = 0.33, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 119 | 178 | 98 | - |
| CMYK | 0.33 | 0 | 0.45 | 0.30 |
| HSL | 104.25º | 0.34% | 0.54% | - |
| HSV(B) | 104.25º | 0.45% | 0.7% | - |
| XYZ | 25.73 | 36.64 | 17.27 | - |
| YUV | 151.24 | 97.95 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 178 | 98 | 0.33 | 0 | 0.45 | 0.30 | 104.25 | 0.34 | 0.54 |
| Hex | 77 | B2 | 62 | 21 | 0 | 2D | 1E | 68 | 22 | 36 |
| Octal | 167 | 262 | 142 | 41 | 0 | 55 | 36 | 150 | 42 | 66 |
| Binary | 1110111 | 10110010 | 1100010 | 100001 | 0 | 101101 | 11110 | 1101000 | 100010 | 110110 |
Color Harmonies of #77B262
Complementary color
Monochromatic Colors of #77B262
Black with #77B262
Text Example
Text Example
White with #77B262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B262; }
p { color: rgb(119,178,98); }
H1.HeaderClassName
{
color: #77B262;
}
.AnyTagClassName
{
color: #77B262;
}
</style>
background-color css
<style>
a { background-color: #77B262; }
a { background-color: rgb(119,178,98); }
div.DivClassName
{
background-color: #77B262;
}
.BgClassName
{
background-color: #77B262;
}
</style>
border-color css
<style>
span { border-color: #77B262; }
span { border-color: rgb(119,178,98); }
td.TdClassName
{
border-color: #77B262;
}
.TagClassName
{
border-color: #77B262;
}
</style>