Shades of Mantis #7BBB4A
Tints of Mantis #7BBB4A
RGB
CMYK
RGB Variations
Color information
#7BBB4A (or 0x7BBB4A) is known color: Mantis. HEX triplet: 7B, BB and 4A. RGB value is (123,187,74). Sum of RGB (Red+Green+Blue) = 123+187+74=384 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.03% from 384); Green value is 187 (73.44% from 255 or 48.70% from 384); Blue value is 74 (29.30% from 255 or 19.27% from 384); Max value from RGB is 187 - color contains mainly: green. Hex color #7BBB4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BBB4A is #8444B5. Grayscale: #9B9B9B. Windows color (decimal): -8668342 or 4897659. OLE color: 4897659.
HSL color Cylindrical-coordinate representation of color #7BBB4A: hue angle of 93.98º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7BBB4A is Cyan = 0.34, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 123 | 187 | 74 | - |
| CMYK | 0.34 | 0 | 0.60 | 0.27 |
| HSL | 93.98º | 0.45% | 0.51% | - |
| HSV(B) | 93.98º | 0.6% | 0.73% | - |
| XYZ | 27.17 | 40.25 | 12.81 | - |
| YUV | 154.98 | 82.3 | 105.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 187 | 74 | 0.34 | 0 | 0.60 | 0.27 | 93.98 | 0.45 | 0.51 |
| Hex | 7B | BB | 4A | 22 | 0 | 3C | 1B | 5E | 2D | 33 |
| Octal | 173 | 273 | 112 | 42 | 0 | 74 | 33 | 136 | 55 | 63 |
| Binary | 1111011 | 10111011 | 1001010 | 100010 | 0 | 111100 | 11011 | 1011110 | 101101 | 110011 |
Color Harmonies of #7BBB4A
Complementary color
Monochromatic Colors of #7BBB4A
Black with #7BBB4A
Text Example
Text Example
White with #7BBB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBB4A; }
p { color: rgb(123,187,74); }
H1.HeaderClassName
{
color: #7BBB4A;
}
.AnyTagClassName
{
color: #7BBB4A;
}
</style>
background-color css
<style>
a { background-color: #7BBB4A; }
a { background-color: rgb(123,187,74); }
div.DivClassName
{
background-color: #7BBB4A;
}
.BgClassName
{
background-color: #7BBB4A;
}
</style>
border-color css
<style>
span { border-color: #7BBB4A; }
span { border-color: rgb(123,187,74); }
td.TdClassName
{
border-color: #7BBB4A;
}
.TagClassName
{
border-color: #7BBB4A;
}
</style>