Shades of Mantis #79BF6C
Tints of Mantis #79BF6C
RGB
CMYK
RGB Variations
Color information
#79BF6C (or 0x79BF6C) is known color: Mantis. HEX triplet: 79, BF and 6C. RGB value is (121,191,108). Sum of RGB (Red+Green+Blue) = 121+191+108=420 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.81% from 420); Green value is 191 (75% from 255 or 45.48% from 420); Blue value is 108 (42.58% from 255 or 25.71% from 420); Max value from RGB is 191 - color contains mainly: green. Hex color #79BF6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #79BF6C is #864093. Grayscale: #A0A0A0. Windows color (decimal): -8798356 or 7126905. OLE color: 7126905.
HSL color Cylindrical-coordinate representation of color #79BF6C: hue angle of 110.6º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #79BF6C is Cyan = 0.37, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 121 | 191 | 108 | - |
| CMYK | 0.37 | 0 | 0.43 | 0.25 |
| HSL | 110.6º | 0.39% | 0.59% | - |
| HSV(B) | 110.6º | 0.43% | 0.75% | - |
| XYZ | 29.22 | 42.41 | 20.83 | - |
| YUV | 160.61 | 98.31 | 99.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 191 | 108 | 0.37 | 0 | 0.43 | 0.25 | 110.6 | 0.39 | 0.59 |
| Hex | 79 | BF | 6C | 25 | 0 | 2B | 19 | 6F | 27 | 3B |
| Octal | 171 | 277 | 154 | 45 | 0 | 53 | 31 | 157 | 47 | 73 |
| Binary | 1111001 | 10111111 | 1101100 | 100101 | 0 | 101011 | 11001 | 1101111 | 100111 | 111011 |
Color Harmonies of #79BF6C
Complementary color
Monochromatic Colors of #79BF6C
Black with #79BF6C
Text Example
Text Example
White with #79BF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79BF6C; }
p { color: rgb(121,191,108); }
H1.HeaderClassName
{
color: #79BF6C;
}
.AnyTagClassName
{
color: #79BF6C;
}
</style>
background-color css
<style>
a { background-color: #79BF6C; }
a { background-color: rgb(121,191,108); }
div.DivClassName
{
background-color: #79BF6C;
}
.BgClassName
{
background-color: #79BF6C;
}
</style>
border-color css
<style>
span { border-color: #79BF6C; }
span { border-color: rgb(121,191,108); }
td.TdClassName
{
border-color: #79BF6C;
}
.TagClassName
{
border-color: #79BF6C;
}
</style>