Shades of Mantis #7FCC68
Tints of Mantis #7FCC68
RGB
CMYK
RGB Variations
Color information
#7FCC68 (or 0x7FCC68) is known color: Mantis. HEX triplet: 7F, CC and 68. RGB value is (127,204,104). Sum of RGB (Red+Green+Blue) = 127+204+104=435 (57% of max value = 765). Red value is 127 (50% from 255 or 29.20% from 435); Green value is 204 (80.08% from 255 or 46.90% from 435); Blue value is 104 (41.02% from 255 or 23.91% from 435); Max value from RGB is 204 - color contains mainly: green. Hex color #7FCC68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FCC68 is #803397. Grayscale: #A9A9A9. Windows color (decimal): -8401816 or 6868095. OLE color: 6868095.
HSL color Cylindrical-coordinate representation of color #7FCC68: hue angle of 106.2º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7FCC68 is Cyan = 0.38, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 127 | 204 | 104 | - |
| CMYK | 0.38 | 0 | 0.49 | 0.2 |
| HSL | 106.2º | 0.5% | 0.6% | - |
| HSV(B) | 106.2º | 0.49% | 0.8% | - |
| XYZ | 32.84 | 48.7 | 20.77 | - |
| YUV | 169.58 | 90.99 | 97.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 204 | 104 | 0.38 | 0 | 0.49 | 0.2 | 106.2 | 0.5 | 0.6 |
| Hex | 7F | CC | 68 | 26 | 0 | 31 | 14 | 6A | 32 | 3C |
| Octal | 177 | 314 | 150 | 46 | 0 | 61 | 24 | 152 | 62 | 74 |
| Binary | 1111111 | 11001100 | 1101000 | 100110 | 0 | 110001 | 10100 | 1101010 | 110010 | 111100 |
Color Harmonies of #7FCC68
Complementary color
Monochromatic Colors of #7FCC68
Black with #7FCC68
Text Example
Text Example
White with #7FCC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCC68; }
p { color: rgb(127,204,104); }
H1.HeaderClassName
{
color: #7FCC68;
}
.AnyTagClassName
{
color: #7FCC68;
}
</style>
background-color css
<style>
a { background-color: #7FCC68; }
a { background-color: rgb(127,204,104); }
div.DivClassName
{
background-color: #7FCC68;
}
.BgClassName
{
background-color: #7FCC68;
}
</style>
border-color css
<style>
span { border-color: #7FCC68; }
span { border-color: rgb(127,204,104); }
td.TdClassName
{
border-color: #7FCC68;
}
.TagClassName
{
border-color: #7FCC68;
}
</style>