Shades of Mantis #7CBA6D
Tints of Mantis #7CBA6D
RGB
CMYK
RGB Variations
Color information
#7CBA6D (or 0x7CBA6D) is known color: Mantis. HEX triplet: 7C, BA and 6D. RGB value is (124,186,109). Sum of RGB (Red+Green+Blue) = 124+186+109=419 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.59% from 419); Green value is 186 (73.05% from 255 or 44.39% from 419); Blue value is 109 (42.97% from 255 or 26.01% from 419); Max value from RGB is 186 - color contains mainly: green. Hex color #7CBA6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBA6D is #834592. Grayscale: #9E9E9E. Windows color (decimal): -8603027 or 7191164. OLE color: 7191164.
HSL color Cylindrical-coordinate representation of color #7CBA6D: hue angle of 108.31º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7CBA6D is Cyan = 0.33, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 186 | 109 | - |
| CMYK | 0.33 | 0 | 0.41 | 0.27 |
| HSL | 108.31º | 0.36% | 0.58% | - |
| HSV(B) | 108.31º | 0.41% | 0.73% | - |
| XYZ | 28.63 | 40.51 | 20.78 | - |
| YUV | 158.68 | 99.96 | 103.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 186 | 109 | 0.33 | 0 | 0.41 | 0.27 | 108.31 | 0.36 | 0.58 |
| Hex | 7C | BA | 6D | 21 | 0 | 29 | 1B | 6C | 24 | 3A |
| Octal | 174 | 272 | 155 | 41 | 0 | 51 | 33 | 154 | 44 | 72 |
| Binary | 1111100 | 10111010 | 1101101 | 100001 | 0 | 101001 | 11011 | 1101100 | 100100 | 111010 |
Color Harmonies of #7CBA6D
Complementary color
Monochromatic Colors of #7CBA6D
Black with #7CBA6D
Text Example
Text Example
White with #7CBA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBA6D; }
p { color: rgb(124,186,109); }
H1.HeaderClassName
{
color: #7CBA6D;
}
.AnyTagClassName
{
color: #7CBA6D;
}
</style>
background-color css
<style>
a { background-color: #7CBA6D; }
a { background-color: rgb(124,186,109); }
div.DivClassName
{
background-color: #7CBA6D;
}
.BgClassName
{
background-color: #7CBA6D;
}
</style>
border-color css
<style>
span { border-color: #7CBA6D; }
span { border-color: rgb(124,186,109); }
td.TdClassName
{
border-color: #7CBA6D;
}
.TagClassName
{
border-color: #7CBA6D;
}
</style>