Shades of Mantis #7BC045
Tints of Mantis #7BC045
RGB
CMYK
RGB Variations
Color information
#7BC045 (or 0x7BC045) is known color: Mantis. HEX triplet: 7B, C0 and 45. RGB value is (123,192,69). Sum of RGB (Red+Green+Blue) = 123+192+69=384 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.03% from 384); Green value is 192 (75.39% from 255 or 50% from 384); Blue value is 69 (27.34% from 255 or 17.97% from 384); Max value from RGB is 192 - color contains mainly: green. Hex color #7BC045 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BC045 is #843FBA. Grayscale: #9D9D9D. Windows color (decimal): -8667067 or 4571259. OLE color: 4571259.
HSL color Cylindrical-coordinate representation of color #7BC045: hue angle of 93.66º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7BC045 is Cyan = 0.36, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 123 | 192 | 69 | - |
| CMYK | 0.36 | 0 | 0.64 | 0.25 |
| HSL | 93.66º | 0.49% | 0.51% | - |
| HSV(B) | 93.66º | 0.64% | 0.75% | - |
| XYZ | 28.09 | 42.34 | 12.32 | - |
| YUV | 157.35 | 78.14 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 192 | 69 | 0.36 | 0 | 0.64 | 0.25 | 93.66 | 0.49 | 0.51 |
| Hex | 7B | C0 | 45 | 24 | 0 | 40 | 19 | 5E | 31 | 33 |
| Octal | 173 | 300 | 105 | 44 | 0 | 100 | 31 | 136 | 61 | 63 |
| Binary | 1111011 | 11000000 | 1000101 | 100100 | 0 | 1000000 | 11001 | 1011110 | 110001 | 110011 |
Color Harmonies of #7BC045
Complementary color
Monochromatic Colors of #7BC045
Black with #7BC045
Text Example
Text Example
White with #7BC045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC045; }
p { color: rgb(123,192,69); }
H1.HeaderClassName
{
color: #7BC045;
}
.AnyTagClassName
{
color: #7BC045;
}
</style>
background-color css
<style>
a { background-color: #7BC045; }
a { background-color: rgb(123,192,69); }
div.DivClassName
{
background-color: #7BC045;
}
.BgClassName
{
background-color: #7BC045;
}
</style>
border-color css
<style>
span { border-color: #7BC045; }
span { border-color: rgb(123,192,69); }
td.TdClassName
{
border-color: #7BC045;
}
.TagClassName
{
border-color: #7BC045;
}
</style>