Shades of Mantis #7BC345
Tints of Mantis #7BC345
RGB
CMYK
RGB Variations
Color information
#7BC345 (or 0x7BC345) is known color: Mantis. HEX triplet: 7B, C3 and 45. RGB value is (123,195,69). Sum of RGB (Red+Green+Blue) = 123+195+69=387 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.78% from 387); Green value is 195 (76.56% from 255 or 50.39% from 387); Blue value is 69 (27.34% from 255 or 17.83% from 387); Max value from RGB is 195 - color contains mainly: green. Hex color #7BC345 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BC345 is #843CBA. Grayscale: #9F9F9F. Windows color (decimal): -8666299 or 4572027. OLE color: 4572027.
HSL color Cylindrical-coordinate representation of color #7BC345: hue angle of 94.29º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7BC345 is Cyan = 0.37, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 123 | 195 | 69 | - |
| CMYK | 0.37 | 0 | 0.65 | 0.24 |
| HSL | 94.29º | 0.51% | 0.52% | - |
| HSV(B) | 94.29º | 0.65% | 0.76% | - |
| XYZ | 28.76 | 43.67 | 12.54 | - |
| YUV | 159.11 | 77.15 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 195 | 69 | 0.37 | 0 | 0.65 | 0.24 | 94.29 | 0.51 | 0.52 |
| Hex | 7B | C3 | 45 | 25 | 0 | 41 | 18 | 5E | 33 | 34 |
| Octal | 173 | 303 | 105 | 45 | 0 | 101 | 30 | 136 | 63 | 64 |
| Binary | 1111011 | 11000011 | 1000101 | 100101 | 0 | 1000001 | 11000 | 1011110 | 110011 | 110100 |
Color Harmonies of #7BC345
Complementary color
Monochromatic Colors of #7BC345
Black with #7BC345
Text Example
Text Example
White with #7BC345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC345; }
p { color: rgb(123,195,69); }
H1.HeaderClassName
{
color: #7BC345;
}
.AnyTagClassName
{
color: #7BC345;
}
</style>
background-color css
<style>
a { background-color: #7BC345; }
a { background-color: rgb(123,195,69); }
div.DivClassName
{
background-color: #7BC345;
}
.BgClassName
{
background-color: #7BC345;
}
</style>
border-color css
<style>
span { border-color: #7BC345; }
span { border-color: rgb(123,195,69); }
td.TdClassName
{
border-color: #7BC345;
}
.TagClassName
{
border-color: #7BC345;
}
</style>