Shades of Mantis #7CBE70
Tints of Mantis #7CBE70
RGB
CMYK
RGB Variations
Color information
#7CBE70 (or 0x7CBE70) is known color: Mantis. HEX triplet: 7C, BE and 70. RGB value is (124,190,112). Sum of RGB (Red+Green+Blue) = 124+190+112=426 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.11% from 426); Green value is 190 (74.61% from 255 or 44.60% from 426); Blue value is 112 (44.14% from 255 or 26.29% from 426); Max value from RGB is 190 - color contains mainly: green. Hex color #7CBE70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBE70 is #83418F. Grayscale: #A1A1A1. Windows color (decimal): -8602000 or 7388796. OLE color: 7388796.
HSL color Cylindrical-coordinate representation of color #7CBE70: hue angle of 110.77º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7CBE70 is Cyan = 0.35, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 190 | 112 | - |
| CMYK | 0.35 | 0 | 0.41 | 0.25 |
| HSL | 110.77º | 0.38% | 0.59% | - |
| HSV(B) | 110.77º | 0.41% | 0.75% | - |
| XYZ | 29.65 | 42.28 | 21.93 | - |
| YUV | 161.37 | 100.13 | 101.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 190 | 112 | 0.35 | 0 | 0.41 | 0.25 | 110.77 | 0.38 | 0.59 |
| Hex | 7C | BE | 70 | 23 | 0 | 29 | 19 | 6F | 26 | 3B |
| Octal | 174 | 276 | 160 | 43 | 0 | 51 | 31 | 157 | 46 | 73 |
| Binary | 1111100 | 10111110 | 1110000 | 100011 | 0 | 101001 | 11001 | 1101111 | 100110 | 111011 |
Color Harmonies of #7CBE70
Complementary color
Monochromatic Colors of #7CBE70
Black with #7CBE70
Text Example
Text Example
White with #7CBE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBE70; }
p { color: rgb(124,190,112); }
H1.HeaderClassName
{
color: #7CBE70;
}
.AnyTagClassName
{
color: #7CBE70;
}
</style>
background-color css
<style>
a { background-color: #7CBE70; }
a { background-color: rgb(124,190,112); }
div.DivClassName
{
background-color: #7CBE70;
}
.BgClassName
{
background-color: #7CBE70;
}
</style>
border-color css
<style>
span { border-color: #7CBE70; }
span { border-color: rgb(124,190,112); }
td.TdClassName
{
border-color: #7CBE70;
}
.TagClassName
{
border-color: #7CBE70;
}
</style>