Shades of Mantis #7BBC5D
Tints of Mantis #7BBC5D
RGB
CMYK
RGB Variations
Color information
#7BBC5D (or 0x7BBC5D) is known color: Mantis. HEX triplet: 7B, BC and 5D. RGB value is (123,188,93). Sum of RGB (Red+Green+Blue) = 123+188+93=404 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.45% from 404); Green value is 188 (73.83% from 255 or 46.53% from 404); Blue value is 93 (36.72% from 255 or 23.02% from 404); Max value from RGB is 188 - color contains mainly: green. Hex color #7BBC5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BBC5D is #8443A2. Grayscale: #9E9E9E. Windows color (decimal): -8668067 or 6143099. OLE color: 6143099.
HSL color Cylindrical-coordinate representation of color #7BBC5D: hue angle of 101.05º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7BBC5D is Cyan = 0.35, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 123 | 188 | 93 | - |
| CMYK | 0.35 | 0 | 0.51 | 0.26 |
| HSL | 101.05º | 0.41% | 0.55% | - |
| HSV(B) | 101.05º | 0.51% | 0.74% | - |
| XYZ | 28.13 | 40.97 | 16.78 | - |
| YUV | 157.74 | 91.47 | 103.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 188 | 93 | 0.35 | 0 | 0.51 | 0.26 | 101.05 | 0.41 | 0.55 |
| Hex | 7B | BC | 5D | 23 | 0 | 33 | 1A | 65 | 29 | 37 |
| Octal | 173 | 274 | 135 | 43 | 0 | 63 | 32 | 145 | 51 | 67 |
| Binary | 1111011 | 10111100 | 1011101 | 100011 | 0 | 110011 | 11010 | 1100101 | 101001 | 110111 |
Color Harmonies of #7BBC5D
Complementary color
Monochromatic Colors of #7BBC5D
Black with #7BBC5D
Text Example
Text Example
White with #7BBC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBC5D; }
p { color: rgb(123,188,93); }
H1.HeaderClassName
{
color: #7BBC5D;
}
.AnyTagClassName
{
color: #7BBC5D;
}
</style>
background-color css
<style>
a { background-color: #7BBC5D; }
a { background-color: rgb(123,188,93); }
div.DivClassName
{
background-color: #7BBC5D;
}
.BgClassName
{
background-color: #7BBC5D;
}
</style>
border-color css
<style>
span { border-color: #7BBC5D; }
span { border-color: rgb(123,188,93); }
td.TdClassName
{
border-color: #7BBC5D;
}
.TagClassName
{
border-color: #7BBC5D;
}
</style>