Shades of Mantis #7FBC68
Tints of Mantis #7FBC68
RGB
CMYK
RGB Variations
Color information
#7FBC68 (or 0x7FBC68) is known color: Mantis. HEX triplet: 7F, BC and 68. RGB value is (127,188,104). Sum of RGB (Red+Green+Blue) = 127+188+104=419 (55% of max value = 765). Red value is 127 (50% from 255 or 30.31% from 419); Green value is 188 (73.83% from 255 or 44.87% from 419); Blue value is 104 (41.02% from 255 or 24.82% from 419); Max value from RGB is 188 - color contains mainly: green. Hex color #7FBC68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FBC68 is #804397. Grayscale: #A0A0A0. Windows color (decimal): -8405912 or 6863999. OLE color: 6863999.
HSL color Cylindrical-coordinate representation of color #7FBC68: hue angle of 103.57º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7FBC68 is Cyan = 0.32, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 188 | 104 | - |
| CMYK | 0.32 | 0 | 0.45 | 0.26 |
| HSL | 103.57º | 0.39% | 0.57% | - |
| HSV(B) | 103.57º | 0.45% | 0.74% | - |
| XYZ | 29.23 | 41.48 | 19.56 | - |
| YUV | 160.19 | 96.29 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 188 | 104 | 0.32 | 0 | 0.45 | 0.26 | 103.57 | 0.39 | 0.57 |
| Hex | 7F | BC | 68 | 20 | 0 | 2D | 1A | 68 | 27 | 39 |
| Octal | 177 | 274 | 150 | 40 | 0 | 55 | 32 | 150 | 47 | 71 |
| Binary | 1111111 | 10111100 | 1101000 | 100000 | 0 | 101101 | 11010 | 1101000 | 100111 | 111001 |
Color Harmonies of #7FBC68
Complementary color
Monochromatic Colors of #7FBC68
Black with #7FBC68
Text Example
Text Example
White with #7FBC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBC68; }
p { color: rgb(127,188,104); }
H1.HeaderClassName
{
color: #7FBC68;
}
.AnyTagClassName
{
color: #7FBC68;
}
</style>
background-color css
<style>
a { background-color: #7FBC68; }
a { background-color: rgb(127,188,104); }
div.DivClassName
{
background-color: #7FBC68;
}
.BgClassName
{
background-color: #7FBC68;
}
</style>
border-color css
<style>
span { border-color: #7FBC68; }
span { border-color: rgb(127,188,104); }
td.TdClassName
{
border-color: #7FBC68;
}
.TagClassName
{
border-color: #7FBC68;
}
</style>