Shades of Mantis #77B25B
Tints of Mantis #77B25B
RGB
CMYK
RGB Variations
Color information
#77B25B (or 0x77B25B) is known color: Mantis. HEX triplet: 77, B2 and 5B. RGB value is (119,178,91). Sum of RGB (Red+Green+Blue) = 119+178+91=388 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.67% from 388); Green value is 178 (69.92% from 255 or 45.88% from 388); Blue value is 91 (35.94% from 255 or 23.45% from 388); Max value from RGB is 178 - color contains mainly: green. Hex color #77B25B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77B25B is #884DA4. Grayscale: #969696. Windows color (decimal): -8932773 or 6009463. OLE color: 6009463.
HSL color Cylindrical-coordinate representation of color #77B25B: hue angle of 100.69º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #77B25B is Cyan = 0.33, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 119 | 178 | 91 | - |
| CMYK | 0.33 | 0 | 0.49 | 0.30 |
| HSL | 100.69º | 0.36% | 0.53% | - |
| HSV(B) | 100.69º | 0.49% | 0.7% | - |
| XYZ | 25.42 | 36.52 | 15.61 | - |
| YUV | 150.44 | 94.45 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 178 | 91 | 0.33 | 0 | 0.49 | 0.30 | 100.69 | 0.36 | 0.53 |
| Hex | 77 | B2 | 5B | 21 | 0 | 31 | 1E | 65 | 24 | 35 |
| Octal | 167 | 262 | 133 | 41 | 0 | 61 | 36 | 145 | 44 | 65 |
| Binary | 1110111 | 10110010 | 1011011 | 100001 | 0 | 110001 | 11110 | 1100101 | 100100 | 110101 |
Color Harmonies of #77B25B
Complementary color
Monochromatic Colors of #77B25B
Black with #77B25B
Text Example
Text Example
White with #77B25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B25B; }
p { color: rgb(119,178,91); }
H1.HeaderClassName
{
color: #77B25B;
}
.AnyTagClassName
{
color: #77B25B;
}
</style>
background-color css
<style>
a { background-color: #77B25B; }
a { background-color: rgb(119,178,91); }
div.DivClassName
{
background-color: #77B25B;
}
.BgClassName
{
background-color: #77B25B;
}
</style>
border-color css
<style>
span { border-color: #77B25B; }
span { border-color: rgb(119,178,91); }
td.TdClassName
{
border-color: #77B25B;
}
.TagClassName
{
border-color: #77B25B;
}
</style>