Shades of Mantis #7BC16D
Tints of Mantis #7BC16D
RGB
CMYK
RGB Variations
Color information
#7BC16D (or 0x7BC16D) is known color: Mantis. HEX triplet: 7B, C1 and 6D. RGB value is (123,193,109). Sum of RGB (Red+Green+Blue) = 123+193+109=425 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.94% from 425); Green value is 193 (75.78% from 255 or 45.41% from 425); Blue value is 109 (42.97% from 255 or 25.65% from 425); Max value from RGB is 193 - color contains mainly: green. Hex color #7BC16D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BC16D is #843E92. Grayscale: #A2A2A2. Windows color (decimal): -8666771 or 7192955. OLE color: 7192955.
HSL color Cylindrical-coordinate representation of color #7BC16D: hue angle of 110º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7BC16D is Cyan = 0.36, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 123 | 193 | 109 | - |
| CMYK | 0.36 | 0 | 0.44 | 0.24 |
| HSL | 110º | 0.4% | 0.59% | - |
| HSV(B) | 110º | 0.44% | 0.76% | - |
| XYZ | 30 | 43.46 | 21.27 | - |
| YUV | 162.49 | 97.81 | 99.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 193 | 109 | 0.36 | 0 | 0.44 | 0.24 | 110 | 0.4 | 0.59 |
| Hex | 7B | C1 | 6D | 24 | 0 | 2C | 18 | 6E | 28 | 3B |
| Octal | 173 | 301 | 155 | 44 | 0 | 54 | 30 | 156 | 50 | 73 |
| Binary | 1111011 | 11000001 | 1101101 | 100100 | 0 | 101100 | 11000 | 1101110 | 101000 | 111011 |
Color Harmonies of #7BC16D
Complementary color
Monochromatic Colors of #7BC16D
Black with #7BC16D
Text Example
Text Example
White with #7BC16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC16D; }
p { color: rgb(123,193,109); }
H1.HeaderClassName
{
color: #7BC16D;
}
.AnyTagClassName
{
color: #7BC16D;
}
</style>
background-color css
<style>
a { background-color: #7BC16D; }
a { background-color: rgb(123,193,109); }
div.DivClassName
{
background-color: #7BC16D;
}
.BgClassName
{
background-color: #7BC16D;
}
</style>
border-color css
<style>
span { border-color: #7BC16D; }
span { border-color: rgb(123,193,109); }
td.TdClassName
{
border-color: #7BC16D;
}
.TagClassName
{
border-color: #7BC16D;
}
</style>