Shades of Mantis #7CCC67
Tints of Mantis #7CCC67
RGB
CMYK
RGB Variations
Color information
#7CCC67 (or 0x7CCC67) is known color: Mantis. HEX triplet: 7C, CC and 67. RGB value is (124,204,103). Sum of RGB (Red+Green+Blue) = 124+204+103=431 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.77% from 431); Green value is 204 (80.08% from 255 or 47.33% from 431); Blue value is 103 (40.62% from 255 or 23.90% from 431); Max value from RGB is 204 - color contains mainly: green. Hex color #7CCC67 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CCC67 is #833398. Grayscale: #A8A8A8. Windows color (decimal): -8598425 or 6802556. OLE color: 6802556.
HSL color Cylindrical-coordinate representation of color #7CCC67: hue angle of 107.52º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7CCC67 is Cyan = 0.39, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 124 | 204 | 103 | - |
| CMYK | 0.39 | 0 | 0.50 | 0.2 |
| HSL | 107.52º | 0.5% | 0.6% | - |
| HSV(B) | 107.52º | 0.5% | 0.8% | - |
| XYZ | 32.35 | 48.45 | 20.48 | - |
| YUV | 168.57 | 91 | 96.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 204 | 103 | 0.39 | 0 | 0.50 | 0.2 | 107.52 | 0.5 | 0.6 |
| Hex | 7C | CC | 67 | 27 | 0 | 32 | 14 | 6C | 32 | 3C |
| Octal | 174 | 314 | 147 | 47 | 0 | 62 | 24 | 154 | 62 | 74 |
| Binary | 1111100 | 11001100 | 1100111 | 100111 | 0 | 110010 | 10100 | 1101100 | 110010 | 111100 |
Color Harmonies of #7CCC67
Complementary color
Monochromatic Colors of #7CCC67
Black with #7CCC67
Text Example
Text Example
White with #7CCC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCC67; }
p { color: rgb(124,204,103); }
H1.HeaderClassName
{
color: #7CCC67;
}
.AnyTagClassName
{
color: #7CCC67;
}
</style>
background-color css
<style>
a { background-color: #7CCC67; }
a { background-color: rgb(124,204,103); }
div.DivClassName
{
background-color: #7CCC67;
}
.BgClassName
{
background-color: #7CCC67;
}
</style>
border-color css
<style>
span { border-color: #7CCC67; }
span { border-color: rgb(124,204,103); }
td.TdClassName
{
border-color: #7CCC67;
}
.TagClassName
{
border-color: #7CCC67;
}
</style>