Shades of Mantis #7BB756
Tints of Mantis #7BB756
RGB
CMYK
RGB Variations
Color information
#7BB756 (or 0x7BB756) is known color: Mantis. HEX triplet: 7B, B7 and 56. RGB value is (123,183,86). Sum of RGB (Red+Green+Blue) = 123+183+86=392 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.38% from 392); Green value is 183 (71.88% from 255 or 46.68% from 392); Blue value is 86 (33.98% from 255 or 21.94% from 392); Max value from RGB is 183 - color contains mainly: green. Hex color #7BB756 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BB756 is #8448A9. Grayscale: #9A9A9A. Windows color (decimal): -8669354 or 5683067. OLE color: 5683067.
HSL color Cylindrical-coordinate representation of color #7BB756: hue angle of 97.11º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7BB756 is Cyan = 0.33, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 123 | 183 | 86 | - |
| CMYK | 0.33 | 0 | 0.53 | 0.28 |
| HSL | 97.11º | 0.4% | 0.53% | - |
| HSV(B) | 97.11º | 0.53% | 0.72% | - |
| XYZ | 26.78 | 38.75 | 14.87 | - |
| YUV | 154 | 89.62 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 183 | 86 | 0.33 | 0 | 0.53 | 0.28 | 97.11 | 0.4 | 0.53 |
| Hex | 7B | B7 | 56 | 21 | 0 | 35 | 1C | 61 | 28 | 35 |
| Octal | 173 | 267 | 126 | 41 | 0 | 65 | 34 | 141 | 50 | 65 |
| Binary | 1111011 | 10110111 | 1010110 | 100001 | 0 | 110101 | 11100 | 1100001 | 101000 | 110101 |
Color Harmonies of #7BB756
Complementary color
Monochromatic Colors of #7BB756
Black with #7BB756
Text Example
Text Example
White with #7BB756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB756; }
p { color: rgb(123,183,86); }
H1.HeaderClassName
{
color: #7BB756;
}
.AnyTagClassName
{
color: #7BB756;
}
</style>
background-color css
<style>
a { background-color: #7BB756; }
a { background-color: rgb(123,183,86); }
div.DivClassName
{
background-color: #7BB756;
}
.BgClassName
{
background-color: #7BB756;
}
</style>
border-color css
<style>
span { border-color: #7BB756; }
span { border-color: rgb(123,183,86); }
td.TdClassName
{
border-color: #7BB756;
}
.TagClassName
{
border-color: #7BB756;
}
</style>