Shades of Mantis #7BB356
Tints of Mantis #7BB356
RGB
CMYK
RGB Variations
Color information
#7BB356 (or 0x7BB356) is known color: Mantis. HEX triplet: 7B, B3 and 56. RGB value is (123,179,86). Sum of RGB (Red+Green+Blue) = 123+179+86=388 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.70% from 388); Green value is 179 (70.31% from 255 or 46.13% from 388); Blue value is 86 (33.98% from 255 or 22.16% from 388); Max value from RGB is 179 - color contains mainly: green. Hex color #7BB356 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BB356 is #844CA9. Grayscale: #979797. Windows color (decimal): -8670378 or 5682043. OLE color: 5682043.
HSL color Cylindrical-coordinate representation of color #7BB356: hue angle of 96.13º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7BB356 is Cyan = 0.31, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 123 | 179 | 86 | - |
| CMYK | 0.31 | 0 | 0.52 | 0.30 |
| HSL | 96.13º | 0.38% | 0.52% | - |
| HSV(B) | 96.13º | 0.52% | 0.7% | - |
| XYZ | 25.97 | 37.12 | 14.6 | - |
| YUV | 151.65 | 90.95 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 179 | 86 | 0.31 | 0 | 0.52 | 0.30 | 96.13 | 0.38 | 0.52 |
| Hex | 7B | B3 | 56 | 1F | 0 | 34 | 1E | 60 | 26 | 34 |
| Octal | 173 | 263 | 126 | 37 | 0 | 64 | 36 | 140 | 46 | 64 |
| Binary | 1111011 | 10110011 | 1010110 | 11111 | 0 | 110100 | 11110 | 1100000 | 100110 | 110100 |
Color Harmonies of #7BB356
Complementary color
Monochromatic Colors of #7BB356
Black with #7BB356
Text Example
Text Example
White with #7BB356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB356; }
p { color: rgb(123,179,86); }
H1.HeaderClassName
{
color: #7BB356;
}
.AnyTagClassName
{
color: #7BB356;
}
</style>
background-color css
<style>
a { background-color: #7BB356; }
a { background-color: rgb(123,179,86); }
div.DivClassName
{
background-color: #7BB356;
}
.BgClassName
{
background-color: #7BB356;
}
</style>
border-color css
<style>
span { border-color: #7BB356; }
span { border-color: rgb(123,179,86); }
td.TdClassName
{
border-color: #7BB356;
}
.TagClassName
{
border-color: #7BB356;
}
</style>