Shades of Mantis #7CB468
Tints of Mantis #7CB468
RGB
CMYK
RGB Variations
Color information
#7CB468 (or 0x7CB468) is known color: Mantis. HEX triplet: 7C, B4 and 68. RGB value is (124,180,104). Sum of RGB (Red+Green+Blue) = 124+180+104=408 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.39% from 408); Green value is 180 (70.70% from 255 or 44.12% from 408); Blue value is 104 (41.02% from 255 or 25.49% from 408); Max value from RGB is 180 - color contains mainly: green. Hex color #7CB468 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB468 is #834B97. Grayscale: #9A9A9A. Windows color (decimal): -8604568 or 6861948. OLE color: 6861948.
HSL color Cylindrical-coordinate representation of color #7CB468: hue angle of 104.21º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7CB468 is Cyan = 0.31, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 124 | 180 | 104 | - |
| CMYK | 0.31 | 0 | 0.42 | 0.29 |
| HSL | 104.21º | 0.34% | 0.56% | - |
| HSV(B) | 104.21º | 0.42% | 0.71% | - |
| XYZ | 27.13 | 37.93 | 18.99 | - |
| YUV | 154.59 | 99.45 | 106.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 180 | 104 | 0.31 | 0 | 0.42 | 0.29 | 104.21 | 0.34 | 0.56 |
| Hex | 7C | B4 | 68 | 1F | 0 | 2A | 1D | 68 | 22 | 38 |
| Octal | 174 | 264 | 150 | 37 | 0 | 52 | 35 | 150 | 42 | 70 |
| Binary | 1111100 | 10110100 | 1101000 | 11111 | 0 | 101010 | 11101 | 1101000 | 100010 | 111000 |
Color Harmonies of #7CB468
Complementary color
Monochromatic Colors of #7CB468
Black with #7CB468
Text Example
Text Example
White with #7CB468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB468; }
p { color: rgb(124,180,104); }
H1.HeaderClassName
{
color: #7CB468;
}
.AnyTagClassName
{
color: #7CB468;
}
</style>
background-color css
<style>
a { background-color: #7CB468; }
a { background-color: rgb(124,180,104); }
div.DivClassName
{
background-color: #7CB468;
}
.BgClassName
{
background-color: #7CB468;
}
</style>
border-color css
<style>
span { border-color: #7CB468; }
span { border-color: rgb(124,180,104); }
td.TdClassName
{
border-color: #7CB468;
}
.TagClassName
{
border-color: #7CB468;
}
</style>