Shades of Mantis #7CB453
Tints of Mantis #7CB453
RGB
CMYK
RGB Variations
Color information
#7CB453 (or 0x7CB453) is known color: Mantis. HEX triplet: 7C, B4 and 53. RGB value is (124,180,83). Sum of RGB (Red+Green+Blue) = 124+180+83=387 (51% of max value = 765). Red value is 124 (48.83% from 255 or 32.04% from 387); Green value is 180 (70.70% from 255 or 46.51% from 387); Blue value is 83 (32.81% from 255 or 21.45% from 387); Max value from RGB is 180 - color contains mainly: green. Hex color #7CB453 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB453 is #834BAC. Grayscale: #989898. Windows color (decimal): -8604589 or 5485692. OLE color: 5485692.
HSL color Cylindrical-coordinate representation of color #7CB453: hue angle of 94.64º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7CB453 is Cyan = 0.31, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 124 | 180 | 83 | - |
| CMYK | 0.31 | 0 | 0.54 | 0.29 |
| HSL | 94.64º | 0.39% | 0.52% | - |
| HSV(B) | 94.64º | 0.54% | 0.71% | - |
| XYZ | 26.19 | 37.55 | 14.05 | - |
| YUV | 152.2 | 88.95 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 180 | 83 | 0.31 | 0 | 0.54 | 0.29 | 94.64 | 0.39 | 0.52 |
| Hex | 7C | B4 | 53 | 1F | 0 | 36 | 1D | 5F | 27 | 34 |
| Octal | 174 | 264 | 123 | 37 | 0 | 66 | 35 | 137 | 47 | 64 |
| Binary | 1111100 | 10110100 | 1010011 | 11111 | 0 | 110110 | 11101 | 1011111 | 100111 | 110100 |
Color Harmonies of #7CB453
Complementary color
Monochromatic Colors of #7CB453
Black with #7CB453
Text Example
Text Example
White with #7CB453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB453; }
p { color: rgb(124,180,83); }
H1.HeaderClassName
{
color: #7CB453;
}
.AnyTagClassName
{
color: #7CB453;
}
</style>
background-color css
<style>
a { background-color: #7CB453; }
a { background-color: rgb(124,180,83); }
div.DivClassName
{
background-color: #7CB453;
}
.BgClassName
{
background-color: #7CB453;
}
</style>
border-color css
<style>
span { border-color: #7CB453; }
span { border-color: rgb(124,180,83); }
td.TdClassName
{
border-color: #7CB453;
}
.TagClassName
{
border-color: #7CB453;
}
</style>