Shades of Mantis #78AE62
Tints of Mantis #78AE62
RGB
CMYK
RGB Variations
Color information
#78AE62 (or 0x78AE62) is known color: Mantis. HEX triplet: 78, AE and 62. RGB value is (120,174,98). Sum of RGB (Red+Green+Blue) = 120+174+98=392 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.61% from 392); Green value is 174 (68.36% from 255 or 44.39% from 392); Blue value is 98 (38.67% from 255 or 25% from 392); Max value from RGB is 174 - color contains mainly: green. Hex color #78AE62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78AE62 is #87519D. Grayscale: #959595. Windows color (decimal): -8868254 or 6467192. OLE color: 6467192.
HSL color Cylindrical-coordinate representation of color #78AE62: hue angle of 102.63º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #78AE62 is Cyan = 0.31, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 120 | 174 | 98 | - |
| CMYK | 0.31 | 0 | 0.44 | 0.32 |
| HSL | 102.63º | 0.32% | 0.53% | - |
| HSV(B) | 102.63º | 0.44% | 0.68% | - |
| XYZ | 25.09 | 35.15 | 17.02 | - |
| YUV | 149.19 | 99.11 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 174 | 98 | 0.31 | 0 | 0.44 | 0.32 | 102.63 | 0.32 | 0.53 |
| Hex | 78 | AE | 62 | 1F | 0 | 2C | 20 | 67 | 20 | 35 |
| Octal | 170 | 256 | 142 | 37 | 0 | 54 | 40 | 147 | 40 | 65 |
| Binary | 1111000 | 10101110 | 1100010 | 11111 | 0 | 101100 | 100000 | 1100111 | 100000 | 110101 |
Color Harmonies of #78AE62
Complementary color
Monochromatic Colors of #78AE62
Black with #78AE62
Text Example
Text Example
White with #78AE62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78AE62; }
p { color: rgb(120,174,98); }
H1.HeaderClassName
{
color: #78AE62;
}
.AnyTagClassName
{
color: #78AE62;
}
</style>
background-color css
<style>
a { background-color: #78AE62; }
a { background-color: rgb(120,174,98); }
div.DivClassName
{
background-color: #78AE62;
}
.BgClassName
{
background-color: #78AE62;
}
</style>
border-color css
<style>
span { border-color: #78AE62; }
span { border-color: rgb(120,174,98); }
td.TdClassName
{
border-color: #78AE62;
}
.TagClassName
{
border-color: #78AE62;
}
</style>