Shades of Mantis #7BC06A
Tints of Mantis #7BC06A
RGB
CMYK
RGB Variations
Color information
#7BC06A (or 0x7BC06A) is known color: Mantis. HEX triplet: 7B, C0 and 6A. RGB value is (123,192,106). Sum of RGB (Red+Green+Blue) = 123+192+106=421 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.22% from 421); Green value is 192 (75.39% from 255 or 45.61% from 421); Blue value is 106 (41.80% from 255 or 25.18% from 421); Max value from RGB is 192 - color contains mainly: green. Hex color #7BC06A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BC06A is #843F95. Grayscale: #A1A1A1. Windows color (decimal): -8667030 or 6996091. OLE color: 6996091.
HSL color Cylindrical-coordinate representation of color #7BC06A: hue angle of 108.14º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7BC06A is Cyan = 0.36, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 123 | 192 | 106 | - |
| CMYK | 0.36 | 0 | 0.45 | 0.25 |
| HSL | 108.14º | 0.41% | 0.58% | - |
| HSV(B) | 108.14º | 0.45% | 0.75% | - |
| XYZ | 29.62 | 42.95 | 20.36 | - |
| YUV | 161.57 | 96.64 | 100.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 192 | 106 | 0.36 | 0 | 0.45 | 0.25 | 108.14 | 0.41 | 0.58 |
| Hex | 7B | C0 | 6A | 24 | 0 | 2D | 19 | 6C | 29 | 3A |
| Octal | 173 | 300 | 152 | 44 | 0 | 55 | 31 | 154 | 51 | 72 |
| Binary | 1111011 | 11000000 | 1101010 | 100100 | 0 | 101101 | 11001 | 1101100 | 101001 | 111010 |
Color Harmonies of #7BC06A
Complementary color
Monochromatic Colors of #7BC06A
Black with #7BC06A
Text Example
Text Example
White with #7BC06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC06A; }
p { color: rgb(123,192,106); }
H1.HeaderClassName
{
color: #7BC06A;
}
.AnyTagClassName
{
color: #7BC06A;
}
</style>
background-color css
<style>
a { background-color: #7BC06A; }
a { background-color: rgb(123,192,106); }
div.DivClassName
{
background-color: #7BC06A;
}
.BgClassName
{
background-color: #7BC06A;
}
</style>
border-color css
<style>
span { border-color: #7BC06A; }
span { border-color: rgb(123,192,106); }
td.TdClassName
{
border-color: #7BC06A;
}
.TagClassName
{
border-color: #7BC06A;
}
</style>