Shades of Mantis #77B15F
Tints of Mantis #77B15F
RGB
CMYK
RGB Variations
Color information
#77B15F (or 0x77B15F) is known color: Mantis. HEX triplet: 77, B1 and 5F. RGB value is (119,177,95). Sum of RGB (Red+Green+Blue) = 119+177+95=391 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.43% from 391); Green value is 177 (69.53% from 255 or 45.27% from 391); Blue value is 95 (37.5% from 255 or 24.30% from 391); Max value from RGB is 177 - color contains mainly: green. Hex color #77B15F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77B15F is #884EA0. Grayscale: #969696. Windows color (decimal): -8933025 or 6271351. OLE color: 6271351.
HSL color Cylindrical-coordinate representation of color #77B15F: hue angle of 102.44º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77B15F is Cyan = 0.33, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 119 | 177 | 95 | - |
| CMYK | 0.33 | 0 | 0.46 | 0.31 |
| HSL | 102.44º | 0.34% | 0.53% | - |
| HSV(B) | 102.44º | 0.46% | 0.69% | - |
| XYZ | 25.4 | 36.19 | 16.47 | - |
| YUV | 150.31 | 96.78 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 177 | 95 | 0.33 | 0 | 0.46 | 0.31 | 102.44 | 0.34 | 0.53 |
| Hex | 77 | B1 | 5F | 21 | 0 | 2E | 1F | 66 | 22 | 35 |
| Octal | 167 | 261 | 137 | 41 | 0 | 56 | 37 | 146 | 42 | 65 |
| Binary | 1110111 | 10110001 | 1011111 | 100001 | 0 | 101110 | 11111 | 1100110 | 100010 | 110101 |
Color Harmonies of #77B15F
Complementary color
Monochromatic Colors of #77B15F
Black with #77B15F
Text Example
Text Example
White with #77B15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B15F; }
p { color: rgb(119,177,95); }
H1.HeaderClassName
{
color: #77B15F;
}
.AnyTagClassName
{
color: #77B15F;
}
</style>
background-color css
<style>
a { background-color: #77B15F; }
a { background-color: rgb(119,177,95); }
div.DivClassName
{
background-color: #77B15F;
}
.BgClassName
{
background-color: #77B15F;
}
</style>
border-color css
<style>
span { border-color: #77B15F; }
span { border-color: rgb(119,177,95); }
td.TdClassName
{
border-color: #77B15F;
}
.TagClassName
{
border-color: #77B15F;
}
</style>