Shades of Mantis #7BC56B
Tints of Mantis #7BC56B
RGB
CMYK
RGB Variations
Color information
#7BC56B (or 0x7BC56B) is known color: Mantis. HEX triplet: 7B, C5 and 6B. RGB value is (123,197,107). Sum of RGB (Red+Green+Blue) = 123+197+107=427 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.81% from 427); Green value is 197 (77.34% from 255 or 46.14% from 427); Blue value is 107 (42.19% from 255 or 25.06% from 427); Max value from RGB is 197 - color contains mainly: green. Hex color #7BC56B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BC56B is #843A94. Grayscale: #A4A4A4. Windows color (decimal): -8665749 or 7062907. OLE color: 7062907.
HSL color Cylindrical-coordinate representation of color #7BC56B: hue angle of 109.33º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7BC56B is Cyan = 0.38, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 123 | 197 | 107 | - |
| CMYK | 0.38 | 0 | 0.46 | 0.23 |
| HSL | 109.33º | 0.44% | 0.6% | - |
| HSV(B) | 109.33º | 0.46% | 0.77% | - |
| XYZ | 30.79 | 45.21 | 21.01 | - |
| YUV | 164.61 | 95.48 | 98.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 197 | 107 | 0.38 | 0 | 0.46 | 0.23 | 109.33 | 0.44 | 0.6 |
| Hex | 7B | C5 | 6B | 26 | 0 | 2E | 17 | 6D | 2C | 3C |
| Octal | 173 | 305 | 153 | 46 | 0 | 56 | 27 | 155 | 54 | 74 |
| Binary | 1111011 | 11000101 | 1101011 | 100110 | 0 | 101110 | 10111 | 1101101 | 101100 | 111100 |
Color Harmonies of #7BC56B
Complementary color
Monochromatic Colors of #7BC56B
Black with #7BC56B
Text Example
Text Example
White with #7BC56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC56B; }
p { color: rgb(123,197,107); }
H1.HeaderClassName
{
color: #7BC56B;
}
.AnyTagClassName
{
color: #7BC56B;
}
</style>
background-color css
<style>
a { background-color: #7BC56B; }
a { background-color: rgb(123,197,107); }
div.DivClassName
{
background-color: #7BC56B;
}
.BgClassName
{
background-color: #7BC56B;
}
</style>
border-color css
<style>
span { border-color: #7BC56B; }
span { border-color: rgb(123,197,107); }
td.TdClassName
{
border-color: #7BC56B;
}
.TagClassName
{
border-color: #7BC56B;
}
</style>