Shades of Mantis #7CBE66
Tints of Mantis #7CBE66
RGB
CMYK
RGB Variations
Color information
#7CBE66 (or 0x7CBE66) is known color: Mantis. HEX triplet: 7C, BE and 66. RGB value is (124,190,102). Sum of RGB (Red+Green+Blue) = 124+190+102=416 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.81% from 416); Green value is 190 (74.61% from 255 or 45.67% from 416); Blue value is 102 (40.23% from 255 or 24.52% from 416); Max value from RGB is 190 - color contains mainly: green. Hex color #7CBE66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBE66 is #834199. Grayscale: #A0A0A0. Windows color (decimal): -8602010 or 6733436. OLE color: 6733436.
HSL color Cylindrical-coordinate representation of color #7CBE66: hue angle of 105º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7CBE66 is Cyan = 0.35, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 190 | 102 | - |
| CMYK | 0.35 | 0 | 0.46 | 0.25 |
| HSL | 105º | 0.4% | 0.57% | - |
| HSV(B) | 105º | 0.46% | 0.75% | - |
| XYZ | 29.12 | 42.07 | 19.16 | - |
| YUV | 160.23 | 95.13 | 102.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 190 | 102 | 0.35 | 0 | 0.46 | 0.25 | 105 | 0.4 | 0.57 |
| Hex | 7C | BE | 66 | 23 | 0 | 2E | 19 | 69 | 28 | 39 |
| Octal | 174 | 276 | 146 | 43 | 0 | 56 | 31 | 151 | 50 | 71 |
| Binary | 1111100 | 10111110 | 1100110 | 100011 | 0 | 101110 | 11001 | 1101001 | 101000 | 111001 |
Color Harmonies of #7CBE66
Complementary color
Monochromatic Colors of #7CBE66
Black with #7CBE66
Text Example
Text Example
White with #7CBE66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBE66; }
p { color: rgb(124,190,102); }
H1.HeaderClassName
{
color: #7CBE66;
}
.AnyTagClassName
{
color: #7CBE66;
}
</style>
background-color css
<style>
a { background-color: #7CBE66; }
a { background-color: rgb(124,190,102); }
div.DivClassName
{
background-color: #7CBE66;
}
.BgClassName
{
background-color: #7CBE66;
}
</style>
border-color css
<style>
span { border-color: #7CBE66; }
span { border-color: rgb(124,190,102); }
td.TdClassName
{
border-color: #7CBE66;
}
.TagClassName
{
border-color: #7CBE66;
}
</style>