Shades of Mantis #7CB566
Tints of Mantis #7CB566
RGB
CMYK
RGB Variations
Color information
#7CB566 (or 0x7CB566) is known color: Mantis. HEX triplet: 7C, B5 and 66. RGB value is (124,181,102). Sum of RGB (Red+Green+Blue) = 124+181+102=407 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.47% from 407); Green value is 181 (71.09% from 255 or 44.47% from 407); Blue value is 102 (40.23% from 255 or 25.06% from 407); Max value from RGB is 181 - color contains mainly: green. Hex color #7CB566 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB566 is #834A99. Grayscale: #9B9B9B. Windows color (decimal): -8604314 or 6731132. OLE color: 6731132.
HSL color Cylindrical-coordinate representation of color #7CB566: hue angle of 103.29º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7CB566 is Cyan = 0.31, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 124 | 181 | 102 | - |
| CMYK | 0.31 | 0 | 0.44 | 0.29 |
| HSL | 103.29º | 0.35% | 0.55% | - |
| HSV(B) | 103.29º | 0.44% | 0.71% | - |
| XYZ | 27.23 | 38.29 | 18.53 | - |
| YUV | 154.95 | 98.12 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 181 | 102 | 0.31 | 0 | 0.44 | 0.29 | 103.29 | 0.35 | 0.55 |
| Hex | 7C | B5 | 66 | 1F | 0 | 2C | 1D | 67 | 23 | 37 |
| Octal | 174 | 265 | 146 | 37 | 0 | 54 | 35 | 147 | 43 | 67 |
| Binary | 1111100 | 10110101 | 1100110 | 11111 | 0 | 101100 | 11101 | 1100111 | 100011 | 110111 |
Color Harmonies of #7CB566
Complementary color
Monochromatic Colors of #7CB566
Black with #7CB566
Text Example
Text Example
White with #7CB566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB566; }
p { color: rgb(124,181,102); }
H1.HeaderClassName
{
color: #7CB566;
}
.AnyTagClassName
{
color: #7CB566;
}
</style>
background-color css
<style>
a { background-color: #7CB566; }
a { background-color: rgb(124,181,102); }
div.DivClassName
{
background-color: #7CB566;
}
.BgClassName
{
background-color: #7CB566;
}
</style>
border-color css
<style>
span { border-color: #7CB566; }
span { border-color: rgb(124,181,102); }
td.TdClassName
{
border-color: #7CB566;
}
.TagClassName
{
border-color: #7CB566;
}
</style>