Shades of Mantis #7CC069
Tints of Mantis #7CC069
RGB
CMYK
RGB Variations
Color information
#7CC069 (or 0x7CC069) is known color: Mantis. HEX triplet: 7C, C0 and 69. RGB value is (124,192,105). Sum of RGB (Red+Green+Blue) = 124+192+105=421 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.45% from 421); Green value is 192 (75.39% from 255 or 45.61% from 421); Blue value is 105 (41.41% from 255 or 24.94% from 421); Max value from RGB is 192 - color contains mainly: green. Hex color #7CC069 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CC069 is #833F96. Grayscale: #A2A2A2. Windows color (decimal): -8601495 or 6930556. OLE color: 6930556.
HSL color Cylindrical-coordinate representation of color #7CC069: hue angle of 106.9º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7CC069 is Cyan = 0.35, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 192 | 105 | - |
| CMYK | 0.35 | 0 | 0.45 | 0.25 |
| HSL | 106.9º | 0.41% | 0.58% | - |
| HSV(B) | 106.9º | 0.45% | 0.75% | - |
| XYZ | 29.71 | 43 | 20.1 | - |
| YUV | 161.75 | 95.97 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 192 | 105 | 0.35 | 0 | 0.45 | 0.25 | 106.9 | 0.41 | 0.58 |
| Hex | 7C | C0 | 69 | 23 | 0 | 2D | 19 | 6B | 29 | 3A |
| Octal | 174 | 300 | 151 | 43 | 0 | 55 | 31 | 153 | 51 | 72 |
| Binary | 1111100 | 11000000 | 1101001 | 100011 | 0 | 101101 | 11001 | 1101011 | 101001 | 111010 |
Color Harmonies of #7CC069
Complementary color
Monochromatic Colors of #7CC069
Black with #7CC069
Text Example
Text Example
White with #7CC069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC069; }
p { color: rgb(124,192,105); }
H1.HeaderClassName
{
color: #7CC069;
}
.AnyTagClassName
{
color: #7CC069;
}
</style>
background-color css
<style>
a { background-color: #7CC069; }
a { background-color: rgb(124,192,105); }
div.DivClassName
{
background-color: #7CC069;
}
.BgClassName
{
background-color: #7CC069;
}
</style>
border-color css
<style>
span { border-color: #7CC069; }
span { border-color: rgb(124,192,105); }
td.TdClassName
{
border-color: #7CC069;
}
.TagClassName
{
border-color: #7CC069;
}
</style>