Shades of Mantis #7BC749
Tints of Mantis #7BC749
RGB
CMYK
RGB Variations
Color information
#7BC749 (or 0x7BC749) is known color: Mantis. HEX triplet: 7B, C7 and 49. RGB value is (123,199,73). Sum of RGB (Red+Green+Blue) = 123+199+73=395 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.14% from 395); Green value is 199 (78.12% from 255 or 50.38% from 395); Blue value is 73 (28.91% from 255 or 18.48% from 395); Max value from RGB is 199 - color contains mainly: green. Hex color #7BC749 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BC749 is #8438B6. Grayscale: #A2A2A2. Windows color (decimal): -8665271 or 4835195. OLE color: 4835195.
HSL color Cylindrical-coordinate representation of color #7BC749: hue angle of 96.19º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7BC749 is Cyan = 0.38, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 123 | 199 | 73 | - |
| CMYK | 0.38 | 0 | 0.63 | 0.22 |
| HSL | 96.19º | 0.53% | 0.53% | - |
| HSV(B) | 96.19º | 0.63% | 0.78% | - |
| XYZ | 29.79 | 45.54 | 13.52 | - |
| YUV | 161.91 | 77.82 | 100.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 199 | 73 | 0.38 | 0 | 0.63 | 0.22 | 96.19 | 0.53 | 0.53 |
| Hex | 7B | C7 | 49 | 26 | 0 | 3F | 16 | 60 | 35 | 35 |
| Octal | 173 | 307 | 111 | 46 | 0 | 77 | 26 | 140 | 65 | 65 |
| Binary | 1111011 | 11000111 | 1001001 | 100110 | 0 | 111111 | 10110 | 1100000 | 110101 | 110101 |
Color Harmonies of #7BC749
Complementary color
Monochromatic Colors of #7BC749
Black with #7BC749
Text Example
Text Example
White with #7BC749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC749; }
p { color: rgb(123,199,73); }
H1.HeaderClassName
{
color: #7BC749;
}
.AnyTagClassName
{
color: #7BC749;
}
</style>
background-color css
<style>
a { background-color: #7BC749; }
a { background-color: rgb(123,199,73); }
div.DivClassName
{
background-color: #7BC749;
}
.BgClassName
{
background-color: #7BC749;
}
</style>
border-color css
<style>
span { border-color: #7BC749; }
span { border-color: rgb(123,199,73); }
td.TdClassName
{
border-color: #7BC749;
}
.TagClassName
{
border-color: #7BC749;
}
</style>