Shades of Mantis #7CAF66
Tints of Mantis #7CAF66
RGB
CMYK
RGB Variations
Color information
#7CAF66 (or 0x7CAF66) is known color: Mantis. HEX triplet: 7C, AF and 66. RGB value is (124,175,102). Sum of RGB (Red+Green+Blue) = 124+175+102=401 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.92% from 401); Green value is 175 (68.75% from 255 or 43.64% from 401); Blue value is 102 (40.23% from 255 or 25.44% from 401); Max value from RGB is 175 - color contains mainly: green. Hex color #7CAF66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CAF66 is #835099. Grayscale: #979797. Windows color (decimal): -8605850 or 6729596. OLE color: 6729596.
HSL color Cylindrical-coordinate representation of color #7CAF66: hue angle of 101.92º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7CAF66 is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 124 | 175 | 102 | - |
| CMYK | 0.29 | 0 | 0.42 | 0.31 |
| HSL | 101.92º | 0.31% | 0.54% | - |
| HSV(B) | 101.92º | 0.42% | 0.69% | - |
| XYZ | 26.04 | 35.9 | 18.13 | - |
| YUV | 151.43 | 100.1 | 108.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 175 | 102 | 0.29 | 0 | 0.42 | 0.31 | 101.92 | 0.31 | 0.54 |
| Hex | 7C | AF | 66 | 1D | 0 | 2A | 1F | 66 | 1F | 36 |
| Octal | 174 | 257 | 146 | 35 | 0 | 52 | 37 | 146 | 37 | 66 |
| Binary | 1111100 | 10101111 | 1100110 | 11101 | 0 | 101010 | 11111 | 1100110 | 11111 | 110110 |
Color Harmonies of #7CAF66
Complementary color
Monochromatic Colors of #7CAF66
Black with #7CAF66
Text Example
Text Example
White with #7CAF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CAF66; }
p { color: rgb(124,175,102); }
H1.HeaderClassName
{
color: #7CAF66;
}
.AnyTagClassName
{
color: #7CAF66;
}
</style>
background-color css
<style>
a { background-color: #7CAF66; }
a { background-color: rgb(124,175,102); }
div.DivClassName
{
background-color: #7CAF66;
}
.BgClassName
{
background-color: #7CAF66;
}
</style>
border-color css
<style>
span { border-color: #7CAF66; }
span { border-color: rgb(124,175,102); }
td.TdClassName
{
border-color: #7CAF66;
}
.TagClassName
{
border-color: #7CAF66;
}
</style>