Shades of Mantis #77B665
Tints of Mantis #77B665
RGB
CMYK
RGB Variations
Color information
#77B665 (or 0x77B665) is known color: Mantis. HEX triplet: 77, B6 and 65. RGB value is (119,182,101). Sum of RGB (Red+Green+Blue) = 119+182+101=402 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.60% from 402); Green value is 182 (71.48% from 255 or 45.27% from 402); Blue value is 101 (39.84% from 255 or 25.12% from 402); Max value from RGB is 182 - color contains mainly: green. Hex color #77B665 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77B665 is #88499A. Grayscale: #9A9A9A. Windows color (decimal): -8931739 or 6665847. OLE color: 6665847.
HSL color Cylindrical-coordinate representation of color #77B665: hue angle of 106.67º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #77B665 is Cyan = 0.35, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 119 | 182 | 101 | - |
| CMYK | 0.35 | 0 | 0.45 | 0.29 |
| HSL | 106.67º | 0.36% | 0.55% | - |
| HSV(B) | 106.67º | 0.45% | 0.71% | - |
| XYZ | 26.68 | 38.32 | 18.3 | - |
| YUV | 153.93 | 98.13 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 182 | 101 | 0.35 | 0 | 0.45 | 0.29 | 106.67 | 0.36 | 0.55 |
| Hex | 77 | B6 | 65 | 23 | 0 | 2D | 1D | 6B | 24 | 37 |
| Octal | 167 | 266 | 145 | 43 | 0 | 55 | 35 | 153 | 44 | 67 |
| Binary | 1110111 | 10110110 | 1100101 | 100011 | 0 | 101101 | 11101 | 1101011 | 100100 | 110111 |
Color Harmonies of #77B665
Complementary color
Monochromatic Colors of #77B665
Black with #77B665
Text Example
Text Example
White with #77B665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B665; }
p { color: rgb(119,182,101); }
H1.HeaderClassName
{
color: #77B665;
}
.AnyTagClassName
{
color: #77B665;
}
</style>
background-color css
<style>
a { background-color: #77B665; }
a { background-color: rgb(119,182,101); }
div.DivClassName
{
background-color: #77B665;
}
.BgClassName
{
background-color: #77B665;
}
</style>
border-color css
<style>
span { border-color: #77B665; }
span { border-color: rgb(119,182,101); }
td.TdClassName
{
border-color: #77B665;
}
.TagClassName
{
border-color: #77B665;
}
</style>