Shades of Mantis #7BC945
Tints of Mantis #7BC945
RGB
CMYK
RGB Variations
Color information
#7BC945 (or 0x7BC945) is known color: Mantis. HEX triplet: 7B, C9 and 45. RGB value is (123,201,69). Sum of RGB (Red+Green+Blue) = 123+201+69=393 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.30% from 393); Green value is 201 (78.91% from 255 or 51.15% from 393); Blue value is 69 (27.34% from 255 or 17.56% from 393); Max value from RGB is 201 - color contains mainly: green. Hex color #7BC945 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BC945 is #8436BA. Grayscale: #A3A3A3. Windows color (decimal): -8664763 or 4573563. OLE color: 4573563.
HSL color Cylindrical-coordinate representation of color #7BC945: hue angle of 95.45º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7BC945 is Cyan = 0.39, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 123 | 201 | 69 | - |
| CMYK | 0.39 | 0 | 0.66 | 0.21 |
| HSL | 95.45º | 0.55% | 0.53% | - |
| HSV(B) | 95.45º | 0.66% | 0.79% | - |
| XYZ | 30.13 | 46.41 | 13 | - |
| YUV | 162.63 | 75.16 | 99.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 201 | 69 | 0.39 | 0 | 0.66 | 0.21 | 95.45 | 0.55 | 0.53 |
| Hex | 7B | C9 | 45 | 27 | 0 | 42 | 15 | 5F | 37 | 35 |
| Octal | 173 | 311 | 105 | 47 | 0 | 102 | 25 | 137 | 67 | 65 |
| Binary | 1111011 | 11001001 | 1000101 | 100111 | 0 | 1000010 | 10101 | 1011111 | 110111 | 110101 |
Color Harmonies of #7BC945
Complementary color
Monochromatic Colors of #7BC945
Black with #7BC945
Text Example
Text Example
White with #7BC945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC945; }
p { color: rgb(123,201,69); }
H1.HeaderClassName
{
color: #7BC945;
}
.AnyTagClassName
{
color: #7BC945;
}
</style>
background-color css
<style>
a { background-color: #7BC945; }
a { background-color: rgb(123,201,69); }
div.DivClassName
{
background-color: #7BC945;
}
.BgClassName
{
background-color: #7BC945;
}
</style>
border-color css
<style>
span { border-color: #7BC945; }
span { border-color: rgb(123,201,69); }
td.TdClassName
{
border-color: #7BC945;
}
.TagClassName
{
border-color: #7BC945;
}
</style>