Shades of Mantis #77B368
Tints of Mantis #77B368
RGB
CMYK
RGB Variations
Color information
#77B368 (or 0x77B368) is known color: Mantis. HEX triplet: 77, B3 and 68. RGB value is (119,179,104). Sum of RGB (Red+Green+Blue) = 119+179+104=402 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.60% from 402); Green value is 179 (70.31% from 255 or 44.53% from 402); Blue value is 104 (41.02% from 255 or 25.87% from 402); Max value from RGB is 179 - color contains mainly: green. Hex color #77B368 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77B368 is #884C97. Grayscale: #989898. Windows color (decimal): -8932504 or 6861687. OLE color: 6861687.
HSL color Cylindrical-coordinate representation of color #77B368: hue angle of 108º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #77B368 is Cyan = 0.34, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 119 | 179 | 104 | - |
| CMYK | 0.34 | 0 | 0.42 | 0.30 |
| HSL | 108º | 0.33% | 0.55% | - |
| HSV(B) | 108º | 0.42% | 0.7% | - |
| XYZ | 26.23 | 37.16 | 18.89 | - |
| YUV | 152.51 | 100.62 | 104.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 179 | 104 | 0.34 | 0 | 0.42 | 0.30 | 108 | 0.33 | 0.55 |
| Hex | 77 | B3 | 68 | 22 | 0 | 2A | 1E | 6C | 21 | 37 |
| Octal | 167 | 263 | 150 | 42 | 0 | 52 | 36 | 154 | 41 | 67 |
| Binary | 1110111 | 10110011 | 1101000 | 100010 | 0 | 101010 | 11110 | 1101100 | 100001 | 110111 |
Color Harmonies of #77B368
Complementary color
Monochromatic Colors of #77B368
Black with #77B368
Text Example
Text Example
White with #77B368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B368; }
p { color: rgb(119,179,104); }
H1.HeaderClassName
{
color: #77B368;
}
.AnyTagClassName
{
color: #77B368;
}
</style>
background-color css
<style>
a { background-color: #77B368; }
a { background-color: rgb(119,179,104); }
div.DivClassName
{
background-color: #77B368;
}
.BgClassName
{
background-color: #77B368;
}
</style>
border-color css
<style>
span { border-color: #77B368; }
span { border-color: rgb(119,179,104); }
td.TdClassName
{
border-color: #77B368;
}
.TagClassName
{
border-color: #77B368;
}
</style>