Shades of Mantis #78B166
Tints of Mantis #78B166
RGB
CMYK
RGB Variations
Color information
#78B166 (or 0x78B166) is known color: Mantis. HEX triplet: 78, B1 and 66. RGB value is (120,177,102). Sum of RGB (Red+Green+Blue) = 120+177+102=399 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.08% from 399); Green value is 177 (69.53% from 255 or 44.36% from 399); Blue value is 102 (40.23% from 255 or 25.56% from 399); Max value from RGB is 177 - color contains mainly: green. Hex color #78B166 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78B166 is #874E99. Grayscale: #979797. Windows color (decimal): -8867482 or 6730104. OLE color: 6730104.
HSL color Cylindrical-coordinate representation of color #78B166: hue angle of 105.6º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #78B166 is Cyan = 0.32, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 120 | 177 | 102 | - |
| CMYK | 0.32 | 0 | 0.42 | 0.31 |
| HSL | 105.6º | 0.32% | 0.55% | - |
| HSV(B) | 105.6º | 0.42% | 0.69% | - |
| XYZ | 25.87 | 36.4 | 18.23 | - |
| YUV | 151.41 | 100.12 | 105.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 177 | 102 | 0.32 | 0 | 0.42 | 0.31 | 105.6 | 0.32 | 0.55 |
| Hex | 78 | B1 | 66 | 20 | 0 | 2A | 1F | 6A | 20 | 37 |
| Octal | 170 | 261 | 146 | 40 | 0 | 52 | 37 | 152 | 40 | 67 |
| Binary | 1111000 | 10110001 | 1100110 | 100000 | 0 | 101010 | 11111 | 1101010 | 100000 | 110111 |
Color Harmonies of #78B166
Complementary color
Monochromatic Colors of #78B166
Black with #78B166
Text Example
Text Example
White with #78B166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B166; }
p { color: rgb(120,177,102); }
H1.HeaderClassName
{
color: #78B166;
}
.AnyTagClassName
{
color: #78B166;
}
</style>
background-color css
<style>
a { background-color: #78B166; }
a { background-color: rgb(120,177,102); }
div.DivClassName
{
background-color: #78B166;
}
.BgClassName
{
background-color: #78B166;
}
</style>
border-color css
<style>
span { border-color: #78B166; }
span { border-color: rgb(120,177,102); }
td.TdClassName
{
border-color: #78B166;
}
.TagClassName
{
border-color: #78B166;
}
</style>