Shades of Mantis #78B05C
Tints of Mantis #78B05C
RGB
CMYK
RGB Variations
Color information
#78B05C (or 0x78B05C) is known color: Mantis. HEX triplet: 78, B0 and 5C. RGB value is (120,176,92). Sum of RGB (Red+Green+Blue) = 120+176+92=388 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.93% from 388); Green value is 176 (69.14% from 255 or 45.36% from 388); Blue value is 92 (36.33% from 255 or 23.71% from 388); Max value from RGB is 176 - color contains mainly: green. Hex color #78B05C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78B05C is #874FA3. Grayscale: #959595. Windows color (decimal): -8867748 or 6074488. OLE color: 6074488.
HSL color Cylindrical-coordinate representation of color #78B05C: hue angle of 100º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #78B05C is Cyan = 0.32, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 120 | 176 | 92 | - |
| CMYK | 0.32 | 0 | 0.48 | 0.31 |
| HSL | 100º | 0.35% | 0.53% | - |
| HSV(B) | 100º | 0.48% | 0.69% | - |
| XYZ | 25.2 | 35.82 | 15.71 | - |
| YUV | 149.68 | 95.45 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 176 | 92 | 0.32 | 0 | 0.48 | 0.31 | 100 | 0.35 | 0.53 |
| Hex | 78 | B0 | 5C | 20 | 0 | 30 | 1F | 64 | 23 | 35 |
| Octal | 170 | 260 | 134 | 40 | 0 | 60 | 37 | 144 | 43 | 65 |
| Binary | 1111000 | 10110000 | 1011100 | 100000 | 0 | 110000 | 11111 | 1100100 | 100011 | 110101 |
Color Harmonies of #78B05C
Complementary color
Monochromatic Colors of #78B05C
Black with #78B05C
Text Example
Text Example
White with #78B05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B05C; }
p { color: rgb(120,176,92); }
H1.HeaderClassName
{
color: #78B05C;
}
.AnyTagClassName
{
color: #78B05C;
}
</style>
background-color css
<style>
a { background-color: #78B05C; }
a { background-color: rgb(120,176,92); }
div.DivClassName
{
background-color: #78B05C;
}
.BgClassName
{
background-color: #78B05C;
}
</style>
border-color css
<style>
span { border-color: #78B05C; }
span { border-color: rgb(120,176,92); }
td.TdClassName
{
border-color: #78B05C;
}
.TagClassName
{
border-color: #78B05C;
}
</style>