Shades of Mantis #7BBB5C
Tints of Mantis #7BBB5C
RGB
CMYK
RGB Variations
Color information
#7BBB5C (or 0x7BBB5C) is known color: Mantis. HEX triplet: 7B, BB and 5C. RGB value is (123,187,92). Sum of RGB (Red+Green+Blue) = 123+187+92=402 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.60% from 402); Green value is 187 (73.44% from 255 or 46.52% from 402); Blue value is 92 (36.33% from 255 or 22.89% from 402); Max value from RGB is 187 - color contains mainly: green. Hex color #7BBB5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BBB5C is #8444A3. Grayscale: #9D9D9D. Windows color (decimal): -8668324 or 6077307. OLE color: 6077307.
HSL color Cylindrical-coordinate representation of color #7BBB5C: hue angle of 100.42º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7BBB5C is Cyan = 0.34, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 123 | 187 | 92 | - |
| CMYK | 0.34 | 0 | 0.51 | 0.27 |
| HSL | 100.42º | 0.41% | 0.55% | - |
| HSV(B) | 100.42º | 0.51% | 0.73% | - |
| XYZ | 27.87 | 40.52 | 16.48 | - |
| YUV | 157.03 | 91.3 | 103.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 187 | 92 | 0.34 | 0 | 0.51 | 0.27 | 100.42 | 0.41 | 0.55 |
| Hex | 7B | BB | 5C | 22 | 0 | 33 | 1B | 64 | 29 | 37 |
| Octal | 173 | 273 | 134 | 42 | 0 | 63 | 33 | 144 | 51 | 67 |
| Binary | 1111011 | 10111011 | 1011100 | 100010 | 0 | 110011 | 11011 | 1100100 | 101001 | 110111 |
Color Harmonies of #7BBB5C
Complementary color
Monochromatic Colors of #7BBB5C
Black with #7BBB5C
Text Example
Text Example
White with #7BBB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBB5C; }
p { color: rgb(123,187,92); }
H1.HeaderClassName
{
color: #7BBB5C;
}
.AnyTagClassName
{
color: #7BBB5C;
}
</style>
background-color css
<style>
a { background-color: #7BBB5C; }
a { background-color: rgb(123,187,92); }
div.DivClassName
{
background-color: #7BBB5C;
}
.BgClassName
{
background-color: #7BBB5C;
}
</style>
border-color css
<style>
span { border-color: #7BBB5C; }
span { border-color: rgb(123,187,92); }
td.TdClassName
{
border-color: #7BBB5C;
}
.TagClassName
{
border-color: #7BBB5C;
}
</style>