Shades of Mantis #78AF61
Tints of Mantis #78AF61
RGB
CMYK
RGB Variations
Color information
#78AF61 (or 0x78AF61) is known color: Mantis. HEX triplet: 78, AF and 61. RGB value is (120,175,97). Sum of RGB (Red+Green+Blue) = 120+175+97=392 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.61% from 392); Green value is 175 (68.75% from 255 or 44.64% from 392); Blue value is 97 (38.28% from 255 or 24.74% from 392); Max value from RGB is 175 - color contains mainly: green. Hex color #78AF61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78AF61 is #87509E. Grayscale: #959595. Windows color (decimal): -8867999 or 6401912. OLE color: 6401912.
HSL color Cylindrical-coordinate representation of color #78AF61: hue angle of 102.31º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78AF61 is Cyan = 0.31, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 120 | 175 | 97 | - |
| CMYK | 0.31 | 0 | 0.45 | 0.31 |
| HSL | 102.31º | 0.33% | 0.53% | - |
| HSV(B) | 102.31º | 0.45% | 0.69% | - |
| XYZ | 25.23 | 35.52 | 16.83 | - |
| YUV | 149.66 | 98.28 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 175 | 97 | 0.31 | 0 | 0.45 | 0.31 | 102.31 | 0.33 | 0.53 |
| Hex | 78 | AF | 61 | 1F | 0 | 2D | 1F | 66 | 21 | 35 |
| Octal | 170 | 257 | 141 | 37 | 0 | 55 | 37 | 146 | 41 | 65 |
| Binary | 1111000 | 10101111 | 1100001 | 11111 | 0 | 101101 | 11111 | 1100110 | 100001 | 110101 |
Color Harmonies of #78AF61
Complementary color
Monochromatic Colors of #78AF61
Black with #78AF61
Text Example
Text Example
White with #78AF61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78AF61; }
p { color: rgb(120,175,97); }
H1.HeaderClassName
{
color: #78AF61;
}
.AnyTagClassName
{
color: #78AF61;
}
</style>
background-color css
<style>
a { background-color: #78AF61; }
a { background-color: rgb(120,175,97); }
div.DivClassName
{
background-color: #78AF61;
}
.BgClassName
{
background-color: #78AF61;
}
</style>
border-color css
<style>
span { border-color: #78AF61; }
span { border-color: rgb(120,175,97); }
td.TdClassName
{
border-color: #78AF61;
}
.TagClassName
{
border-color: #78AF61;
}
</style>