Shades of Mantis #78B05A
Tints of Mantis #78B05A
RGB
CMYK
RGB Variations
Color information
#78B05A (or 0x78B05A) is known color: Mantis. HEX triplet: 78, B0 and 5A. RGB value is (120,176,90). Sum of RGB (Red+Green+Blue) = 120+176+90=386 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.09% from 386); Green value is 176 (69.14% from 255 or 45.60% from 386); Blue value is 90 (35.55% from 255 or 23.32% from 386); Max value from RGB is 176 - color contains mainly: green. Hex color #78B05A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78B05A is #874FA5. Grayscale: #959595. Windows color (decimal): -8867750 or 5943416. OLE color: 5943416.
HSL color Cylindrical-coordinate representation of color #78B05A: hue angle of 99.07º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #78B05A is Cyan = 0.32, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 120 | 176 | 90 | - |
| CMYK | 0.32 | 0 | 0.49 | 0.31 |
| HSL | 99.07º | 0.35% | 0.52% | - |
| HSV(B) | 99.07º | 0.49% | 0.69% | - |
| XYZ | 25.12 | 35.78 | 15.26 | - |
| YUV | 149.45 | 94.45 | 106.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 176 | 90 | 0.32 | 0 | 0.49 | 0.31 | 99.07 | 0.35 | 0.52 |
| Hex | 78 | B0 | 5A | 20 | 0 | 31 | 1F | 63 | 23 | 34 |
| Octal | 170 | 260 | 132 | 40 | 0 | 61 | 37 | 143 | 43 | 64 |
| Binary | 1111000 | 10110000 | 1011010 | 100000 | 0 | 110001 | 11111 | 1100011 | 100011 | 110100 |
Color Harmonies of #78B05A
Complementary color
Monochromatic Colors of #78B05A
Black with #78B05A
Text Example
Text Example
White with #78B05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B05A; }
p { color: rgb(120,176,90); }
H1.HeaderClassName
{
color: #78B05A;
}
.AnyTagClassName
{
color: #78B05A;
}
</style>
background-color css
<style>
a { background-color: #78B05A; }
a { background-color: rgb(120,176,90); }
div.DivClassName
{
background-color: #78B05A;
}
.BgClassName
{
background-color: #78B05A;
}
</style>
border-color css
<style>
span { border-color: #78B05A; }
span { border-color: rgb(120,176,90); }
td.TdClassName
{
border-color: #78B05A;
}
.TagClassName
{
border-color: #78B05A;
}
</style>