Shades of Mantis #7CB255
Tints of Mantis #7CB255
RGB
CMYK
RGB Variations
Color information
#7CB255 (or 0x7CB255) is known color: Mantis. HEX triplet: 7C, B2 and 55. RGB value is (124,178,85). Sum of RGB (Red+Green+Blue) = 124+178+85=387 (51% of max value = 765). Red value is 124 (48.83% from 255 or 32.04% from 387); Green value is 178 (69.92% from 255 or 45.99% from 387); Blue value is 85 (33.59% from 255 or 21.96% from 387); Max value from RGB is 178 - color contains mainly: green. Hex color #7CB255 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CB255 is #834DAA. Grayscale: #979797. Windows color (decimal): -8605099 or 5616252. OLE color: 5616252.
HSL color Cylindrical-coordinate representation of color #7CB255: hue angle of 94.84º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7CB255 is Cyan = 0.30, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 124 | 178 | 85 | - |
| CMYK | 0.30 | 0 | 0.52 | 0.30 |
| HSL | 94.84º | 0.38% | 0.52% | - |
| HSV(B) | 94.84º | 0.52% | 0.7% | - |
| XYZ | 25.87 | 36.78 | 14.33 | - |
| YUV | 151.25 | 90.61 | 108.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 178 | 85 | 0.30 | 0 | 0.52 | 0.30 | 94.84 | 0.38 | 0.52 |
| Hex | 7C | B2 | 55 | 1E | 0 | 34 | 1E | 5F | 26 | 34 |
| Octal | 174 | 262 | 125 | 36 | 0 | 64 | 36 | 137 | 46 | 64 |
| Binary | 1111100 | 10110010 | 1010101 | 11110 | 0 | 110100 | 11110 | 1011111 | 100110 | 110100 |
Color Harmonies of #7CB255
Complementary color
Monochromatic Colors of #7CB255
Black with #7CB255
Text Example
Text Example
White with #7CB255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB255; }
p { color: rgb(124,178,85); }
H1.HeaderClassName
{
color: #7CB255;
}
.AnyTagClassName
{
color: #7CB255;
}
</style>
background-color css
<style>
a { background-color: #7CB255; }
a { background-color: rgb(124,178,85); }
div.DivClassName
{
background-color: #7CB255;
}
.BgClassName
{
background-color: #7CB255;
}
</style>
border-color css
<style>
span { border-color: #7CB255; }
span { border-color: rgb(124,178,85); }
td.TdClassName
{
border-color: #7CB255;
}
.TagClassName
{
border-color: #7CB255;
}
</style>