Shades of Mantis #7CB467
Tints of Mantis #7CB467
RGB
CMYK
RGB Variations
Color information
#7CB467 (or 0x7CB467) is known color: Mantis. HEX triplet: 7C, B4 and 67. RGB value is (124,180,103). Sum of RGB (Red+Green+Blue) = 124+180+103=407 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.47% from 407); Green value is 180 (70.70% from 255 or 44.23% from 407); Blue value is 103 (40.62% from 255 or 25.31% from 407); Max value from RGB is 180 - color contains mainly: green. Hex color #7CB467 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB467 is #834B98. Grayscale: #9A9A9A. Windows color (decimal): -8604569 or 6796412. OLE color: 6796412.
HSL color Cylindrical-coordinate representation of color #7CB467: hue angle of 103.64º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7CB467 is Cyan = 0.31, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 124 | 180 | 103 | - |
| CMYK | 0.31 | 0 | 0.43 | 0.29 |
| HSL | 103.64º | 0.34% | 0.55% | - |
| HSV(B) | 103.64º | 0.43% | 0.71% | - |
| XYZ | 27.08 | 37.91 | 18.72 | - |
| YUV | 154.48 | 98.95 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 180 | 103 | 0.31 | 0 | 0.43 | 0.29 | 103.64 | 0.34 | 0.55 |
| Hex | 7C | B4 | 67 | 1F | 0 | 2B | 1D | 68 | 22 | 37 |
| Octal | 174 | 264 | 147 | 37 | 0 | 53 | 35 | 150 | 42 | 67 |
| Binary | 1111100 | 10110100 | 1100111 | 11111 | 0 | 101011 | 11101 | 1101000 | 100010 | 110111 |
Color Harmonies of #7CB467
Complementary color
Monochromatic Colors of #7CB467
Black with #7CB467
Text Example
Text Example
White with #7CB467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB467; }
p { color: rgb(124,180,103); }
H1.HeaderClassName
{
color: #7CB467;
}
.AnyTagClassName
{
color: #7CB467;
}
</style>
background-color css
<style>
a { background-color: #7CB467; }
a { background-color: rgb(124,180,103); }
div.DivClassName
{
background-color: #7CB467;
}
.BgClassName
{
background-color: #7CB467;
}
</style>
border-color css
<style>
span { border-color: #7CB467; }
span { border-color: rgb(124,180,103); }
td.TdClassName
{
border-color: #7CB467;
}
.TagClassName
{
border-color: #7CB467;
}
</style>