Shades of Mantis #7EBF68
Tints of Mantis #7EBF68
RGB
CMYK
RGB Variations
Color information
#7EBF68 (or 0x7EBF68) is known color: Mantis. HEX triplet: 7E, BF and 68. RGB value is (126,191,104). Sum of RGB (Red+Green+Blue) = 126+191+104=421 (55% of max value = 765). Red value is 126 (49.61% from 255 or 29.93% from 421); Green value is 191 (75% from 255 or 45.37% from 421); Blue value is 104 (41.02% from 255 or 24.70% from 421); Max value from RGB is 191 - color contains mainly: green. Hex color #7EBF68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EBF68 is #814097. Grayscale: #A1A1A1. Windows color (decimal): -8470680 or 6864766. OLE color: 6864766.
HSL color Cylindrical-coordinate representation of color #7EBF68: hue angle of 104.83º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7EBF68 is Cyan = 0.34, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 191 | 104 | - |
| CMYK | 0.34 | 0 | 0.46 | 0.25 |
| HSL | 104.83º | 0.4% | 0.58% | - |
| HSV(B) | 104.83º | 0.46% | 0.75% | - |
| XYZ | 29.73 | 42.7 | 19.77 | - |
| YUV | 161.65 | 95.47 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 191 | 104 | 0.34 | 0 | 0.46 | 0.25 | 104.83 | 0.4 | 0.58 |
| Hex | 7E | BF | 68 | 22 | 0 | 2E | 19 | 69 | 28 | 3A |
| Octal | 176 | 277 | 150 | 42 | 0 | 56 | 31 | 151 | 50 | 72 |
| Binary | 1111110 | 10111111 | 1101000 | 100010 | 0 | 101110 | 11001 | 1101001 | 101000 | 111010 |
Color Harmonies of #7EBF68
Complementary color
Monochromatic Colors of #7EBF68
Black with #7EBF68
Text Example
Text Example
White with #7EBF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBF68; }
p { color: rgb(126,191,104); }
H1.HeaderClassName
{
color: #7EBF68;
}
.AnyTagClassName
{
color: #7EBF68;
}
</style>
background-color css
<style>
a { background-color: #7EBF68; }
a { background-color: rgb(126,191,104); }
div.DivClassName
{
background-color: #7EBF68;
}
.BgClassName
{
background-color: #7EBF68;
}
</style>
border-color css
<style>
span { border-color: #7EBF68; }
span { border-color: rgb(126,191,104); }
td.TdClassName
{
border-color: #7EBF68;
}
.TagClassName
{
border-color: #7EBF68;
}
</style>