Shades of Mantis #77B367
Tints of Mantis #77B367
RGB
CMYK
RGB Variations
Color information
#77B367 (or 0x77B367) is known color: Mantis. HEX triplet: 77, B3 and 67. RGB value is (119,179,103). Sum of RGB (Red+Green+Blue) = 119+179+103=401 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.68% from 401); Green value is 179 (70.31% from 255 or 44.64% from 401); Blue value is 103 (40.62% from 255 or 25.69% from 401); Max value from RGB is 179 - color contains mainly: green. Hex color #77B367 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77B367 is #884C98. Grayscale: #989898. Windows color (decimal): -8932505 or 6796151. OLE color: 6796151.
HSL color Cylindrical-coordinate representation of color #77B367: hue angle of 107.37º 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 #77B367 is Cyan = 0.34, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 119 | 179 | 103 | - |
| CMYK | 0.34 | 0 | 0.42 | 0.30 |
| HSL | 107.37º | 0.33% | 0.55% | - |
| HSV(B) | 107.37º | 0.42% | 0.7% | - |
| XYZ | 26.18 | 37.14 | 18.62 | - |
| YUV | 152.4 | 100.12 | 104.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 179 | 103 | 0.34 | 0 | 0.42 | 0.30 | 107.37 | 0.33 | 0.55 |
| Hex | 77 | B3 | 67 | 22 | 0 | 2A | 1E | 6B | 21 | 37 |
| Octal | 167 | 263 | 147 | 42 | 0 | 52 | 36 | 153 | 41 | 67 |
| Binary | 1110111 | 10110011 | 1100111 | 100010 | 0 | 101010 | 11110 | 1101011 | 100001 | 110111 |
Color Harmonies of #77B367
Complementary color
Monochromatic Colors of #77B367
Black with #77B367
Text Example
Text Example
White with #77B367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B367; }
p { color: rgb(119,179,103); }
H1.HeaderClassName
{
color: #77B367;
}
.AnyTagClassName
{
color: #77B367;
}
</style>
background-color css
<style>
a { background-color: #77B367; }
a { background-color: rgb(119,179,103); }
div.DivClassName
{
background-color: #77B367;
}
.BgClassName
{
background-color: #77B367;
}
</style>
border-color css
<style>
span { border-color: #77B367; }
span { border-color: rgb(119,179,103); }
td.TdClassName
{
border-color: #77B367;
}
.TagClassName
{
border-color: #77B367;
}
</style>