Shades of Mantis #7BBF5E
Tints of Mantis #7BBF5E
RGB
CMYK
RGB Variations
Color information
#7BBF5E (or 0x7BBF5E) is known color: Mantis. HEX triplet: 7B, BF and 5E. RGB value is (123,191,94). Sum of RGB (Red+Green+Blue) = 123+191+94=408 (54% of max value = 765). Red value is 123 (48.44% from 255 or 30.15% from 408); Green value is 191 (75% from 255 or 46.81% from 408); Blue value is 94 (37.11% from 255 or 23.04% from 408); Max value from RGB is 191 - color contains mainly: green. Hex color #7BBF5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BBF5E is #8440A1. Grayscale: #9F9F9F. Windows color (decimal): -8667298 or 6209403. OLE color: 6209403.
HSL color Cylindrical-coordinate representation of color #7BBF5E: hue angle of 102.06º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7BBF5E is Cyan = 0.36, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 123 | 191 | 94 | - |
| CMYK | 0.36 | 0 | 0.51 | 0.25 |
| HSL | 102.06º | 0.43% | 0.56% | - |
| HSV(B) | 102.06º | 0.51% | 0.75% | - |
| XYZ | 28.82 | 42.28 | 17.23 | - |
| YUV | 159.61 | 90.97 | 101.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 191 | 94 | 0.36 | 0 | 0.51 | 0.25 | 102.06 | 0.43 | 0.56 |
| Hex | 7B | BF | 5E | 24 | 0 | 33 | 19 | 66 | 2B | 38 |
| Octal | 173 | 277 | 136 | 44 | 0 | 63 | 31 | 146 | 53 | 70 |
| Binary | 1111011 | 10111111 | 1011110 | 100100 | 0 | 110011 | 11001 | 1100110 | 101011 | 111000 |
Color Harmonies of #7BBF5E
Complementary color
Monochromatic Colors of #7BBF5E
Black with #7BBF5E
Text Example
Text Example
White with #7BBF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBF5E; }
p { color: rgb(123,191,94); }
H1.HeaderClassName
{
color: #7BBF5E;
}
.AnyTagClassName
{
color: #7BBF5E;
}
</style>
background-color css
<style>
a { background-color: #7BBF5E; }
a { background-color: rgb(123,191,94); }
div.DivClassName
{
background-color: #7BBF5E;
}
.BgClassName
{
background-color: #7BBF5E;
}
</style>
border-color css
<style>
span { border-color: #7BBF5E; }
span { border-color: rgb(123,191,94); }
td.TdClassName
{
border-color: #7BBF5E;
}
.TagClassName
{
border-color: #7BBF5E;
}
</style>