Shades of Mantis #77B74D
Tints of Mantis #77B74D
RGB
CMYK
RGB Variations
Color information
#77B74D (or 0x77B74D) is known color: Mantis. HEX triplet: 77, B7 and 4D. RGB value is (119,183,77). Sum of RGB (Red+Green+Blue) = 119+183+77=379 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.40% from 379); Green value is 183 (71.88% from 255 or 48.28% from 379); Blue value is 77 (30.47% from 255 or 20.32% from 379); Max value from RGB is 183 - color contains mainly: green. Hex color #77B74D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77B74D is #8848B2. Grayscale: #989898. Windows color (decimal): -8931507 or 5093239. OLE color: 5093239.
HSL color Cylindrical-coordinate representation of color #77B74D: hue angle of 96.23º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #77B74D is Cyan = 0.35, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 119 | 183 | 77 | - |
| CMYK | 0.35 | 0 | 0.58 | 0.28 |
| HSL | 96.23º | 0.42% | 0.51% | - |
| HSV(B) | 96.23º | 0.58% | 0.72% | - |
| XYZ | 25.88 | 38.32 | 13.05 | - |
| YUV | 151.78 | 85.8 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 183 | 77 | 0.35 | 0 | 0.58 | 0.28 | 96.23 | 0.42 | 0.51 |
| Hex | 77 | B7 | 4D | 23 | 0 | 3A | 1C | 60 | 2A | 33 |
| Octal | 167 | 267 | 115 | 43 | 0 | 72 | 34 | 140 | 52 | 63 |
| Binary | 1110111 | 10110111 | 1001101 | 100011 | 0 | 111010 | 11100 | 1100000 | 101010 | 110011 |
Color Harmonies of #77B74D
Complementary color
Monochromatic Colors of #77B74D
Black with #77B74D
Text Example
Text Example
White with #77B74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B74D; }
p { color: rgb(119,183,77); }
H1.HeaderClassName
{
color: #77B74D;
}
.AnyTagClassName
{
color: #77B74D;
}
</style>
background-color css
<style>
a { background-color: #77B74D; }
a { background-color: rgb(119,183,77); }
div.DivClassName
{
background-color: #77B74D;
}
.BgClassName
{
background-color: #77B74D;
}
</style>
border-color css
<style>
span { border-color: #77B74D; }
span { border-color: rgb(119,183,77); }
td.TdClassName
{
border-color: #77B74D;
}
.TagClassName
{
border-color: #77B74D;
}
</style>