Shades of Mantis #7BC86C
Tints of Mantis #7BC86C
RGB
CMYK
RGB Variations
Color information
#7BC86C (or 0x7BC86C) is known color: Mantis. HEX triplet: 7B, C8 and 6C. RGB value is (123,200,108). Sum of RGB (Red+Green+Blue) = 123+200+108=431 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.54% from 431); Green value is 200 (78.52% from 255 or 46.40% from 431); Blue value is 108 (42.58% from 255 or 25.06% from 431); Max value from RGB is 200 - color contains mainly: green. Hex color #7BC86C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BC86C is #843793. Grayscale: #A6A6A6. Windows color (decimal): -8664980 or 7129211. OLE color: 7129211.
HSL color Cylindrical-coordinate representation of color #7BC86C: hue angle of 110.22º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7BC86C is Cyan = 0.38, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 123 | 200 | 108 | - |
| CMYK | 0.38 | 0 | 0.46 | 0.22 |
| HSL | 110.22º | 0.46% | 0.6% | - |
| HSV(B) | 110.22º | 0.46% | 0.78% | - |
| XYZ | 31.53 | 46.6 | 21.52 | - |
| YUV | 166.49 | 94.99 | 96.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 200 | 108 | 0.38 | 0 | 0.46 | 0.22 | 110.22 | 0.46 | 0.6 |
| Hex | 7B | C8 | 6C | 26 | 0 | 2E | 16 | 6E | 2E | 3C |
| Octal | 173 | 310 | 154 | 46 | 0 | 56 | 26 | 156 | 56 | 74 |
| Binary | 1111011 | 11001000 | 1101100 | 100110 | 0 | 101110 | 10110 | 1101110 | 101110 | 111100 |
Color Harmonies of #7BC86C
Complementary color
Monochromatic Colors of #7BC86C
Black with #7BC86C
Text Example
Text Example
White with #7BC86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC86C; }
p { color: rgb(123,200,108); }
H1.HeaderClassName
{
color: #7BC86C;
}
.AnyTagClassName
{
color: #7BC86C;
}
</style>
background-color css
<style>
a { background-color: #7BC86C; }
a { background-color: rgb(123,200,108); }
div.DivClassName
{
background-color: #7BC86C;
}
.BgClassName
{
background-color: #7BC86C;
}
</style>
border-color css
<style>
span { border-color: #7BC86C; }
span { border-color: rgb(123,200,108); }
td.TdClassName
{
border-color: #7BC86C;
}
.TagClassName
{
border-color: #7BC86C;
}
</style>