Shades of Mantis #7CC066
Tints of Mantis #7CC066
RGB
CMYK
RGB Variations
Color information
#7CC066 (or 0x7CC066) is known color: Mantis. HEX triplet: 7C, C0 and 66. RGB value is (124,192,102). Sum of RGB (Red+Green+Blue) = 124+192+102=418 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.67% from 418); Green value is 192 (75.39% from 255 or 45.93% from 418); Blue value is 102 (40.23% from 255 or 24.40% from 418); Max value from RGB is 192 - color contains mainly: green. Hex color #7CC066 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CC066 is #833F99. Grayscale: #A1A1A1. Windows color (decimal): -8601498 or 6733948. OLE color: 6733948.
HSL color Cylindrical-coordinate representation of color #7CC066: hue angle of 105.33º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7CC066 is Cyan = 0.35, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 192 | 102 | - |
| CMYK | 0.35 | 0 | 0.47 | 0.25 |
| HSL | 105.33º | 0.42% | 0.58% | - |
| HSV(B) | 105.33º | 0.47% | 0.75% | - |
| XYZ | 29.56 | 42.94 | 19.3 | - |
| YUV | 161.41 | 94.47 | 101.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 192 | 102 | 0.35 | 0 | 0.47 | 0.25 | 105.33 | 0.42 | 0.58 |
| Hex | 7C | C0 | 66 | 23 | 0 | 2F | 19 | 69 | 2A | 3A |
| Octal | 174 | 300 | 146 | 43 | 0 | 57 | 31 | 151 | 52 | 72 |
| Binary | 1111100 | 11000000 | 1100110 | 100011 | 0 | 101111 | 11001 | 1101001 | 101010 | 111010 |
Color Harmonies of #7CC066
Complementary color
Monochromatic Colors of #7CC066
Black with #7CC066
Text Example
Text Example
White with #7CC066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC066; }
p { color: rgb(124,192,102); }
H1.HeaderClassName
{
color: #7CC066;
}
.AnyTagClassName
{
color: #7CC066;
}
</style>
background-color css
<style>
a { background-color: #7CC066; }
a { background-color: rgb(124,192,102); }
div.DivClassName
{
background-color: #7CC066;
}
.BgClassName
{
background-color: #7CC066;
}
</style>
border-color css
<style>
span { border-color: #7CC066; }
span { border-color: rgb(124,192,102); }
td.TdClassName
{
border-color: #7CC066;
}
.TagClassName
{
border-color: #7CC066;
}
</style>