Shades of Mantis #79B868
Tints of Mantis #79B868
RGB
CMYK
RGB Variations
Color information
#79B868 (or 0x79B868) is known color: Mantis. HEX triplet: 79, B8 and 68. RGB value is (121,184,104). Sum of RGB (Red+Green+Blue) = 121+184+104=409 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.58% from 409); Green value is 184 (72.27% from 255 or 44.99% from 409); Blue value is 104 (41.02% from 255 or 25.43% from 409); Max value from RGB is 184 - color contains mainly: green. Hex color #79B868 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #79B868 is #864797. Grayscale: #9C9C9C. Windows color (decimal): -8800152 or 6862969. OLE color: 6862969.
HSL color Cylindrical-coordinate representation of color #79B868: hue angle of 107.25º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #79B868 is Cyan = 0.34, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 121 | 184 | 104 | - |
| CMYK | 0.34 | 0 | 0.43 | 0.28 |
| HSL | 107.25º | 0.36% | 0.56% | - |
| HSV(B) | 107.25º | 0.43% | 0.72% | - |
| XYZ | 27.52 | 39.35 | 19.24 | - |
| YUV | 156.04 | 98.63 | 103 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 184 | 104 | 0.34 | 0 | 0.43 | 0.28 | 107.25 | 0.36 | 0.56 |
| Hex | 79 | B8 | 68 | 22 | 0 | 2B | 1C | 6B | 24 | 38 |
| Octal | 171 | 270 | 150 | 42 | 0 | 53 | 34 | 153 | 44 | 70 |
| Binary | 1111001 | 10111000 | 1101000 | 100010 | 0 | 101011 | 11100 | 1101011 | 100100 | 111000 |
Color Harmonies of #79B868
Complementary color
Monochromatic Colors of #79B868
Black with #79B868
Text Example
Text Example
White with #79B868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79B868; }
p { color: rgb(121,184,104); }
H1.HeaderClassName
{
color: #79B868;
}
.AnyTagClassName
{
color: #79B868;
}
</style>
background-color css
<style>
a { background-color: #79B868; }
a { background-color: rgb(121,184,104); }
div.DivClassName
{
background-color: #79B868;
}
.BgClassName
{
background-color: #79B868;
}
</style>
border-color css
<style>
span { border-color: #79B868; }
span { border-color: rgb(121,184,104); }
td.TdClassName
{
border-color: #79B868;
}
.TagClassName
{
border-color: #79B868;
}
</style>