Shades of Mantis #7BCE68
Tints of Mantis #7BCE68
RGB
CMYK
RGB Variations
Color information
#7BCE68 (or 0x7BCE68) is known color: Mantis. HEX triplet: 7B, CE and 68. RGB value is (123,206,104). Sum of RGB (Red+Green+Blue) = 123+206+104=433 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.41% from 433); Green value is 206 (80.86% from 255 or 47.58% from 433); Blue value is 104 (41.02% from 255 or 24.02% from 433); Max value from RGB is 206 - color contains mainly: green. Hex color #7BCE68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BCE68 is #843197. Grayscale: #A9A9A9. Windows color (decimal): -8663448 or 6868603. OLE color: 6868603.
HSL color Cylindrical-coordinate representation of color #7BCE68: hue angle of 108.82º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7BCE68 is Cyan = 0.40, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 206 | 104 | - |
| CMYK | 0.40 | 0 | 0.50 | 0.19 |
| HSL | 108.82º | 0.51% | 0.61% | - |
| HSV(B) | 108.82º | 0.5% | 0.81% | - |
| XYZ | 32.74 | 49.35 | 20.9 | - |
| YUV | 169.56 | 91 | 94.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 206 | 104 | 0.40 | 0 | 0.50 | 0.19 | 108.82 | 0.51 | 0.61 |
| Hex | 7B | CE | 68 | 28 | 0 | 32 | 13 | 6D | 33 | 3D |
| Octal | 173 | 316 | 150 | 50 | 0 | 62 | 23 | 155 | 63 | 75 |
| Binary | 1111011 | 11001110 | 1101000 | 101000 | 0 | 110010 | 10011 | 1101101 | 110011 | 111101 |
Color Harmonies of #7BCE68
Complementary color
Monochromatic Colors of #7BCE68
Black with #7BCE68
Text Example
Text Example
White with #7BCE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCE68; }
p { color: rgb(123,206,104); }
H1.HeaderClassName
{
color: #7BCE68;
}
.AnyTagClassName
{
color: #7BCE68;
}
</style>
background-color css
<style>
a { background-color: #7BCE68; }
a { background-color: rgb(123,206,104); }
div.DivClassName
{
background-color: #7BCE68;
}
.BgClassName
{
background-color: #7BCE68;
}
</style>
border-color css
<style>
span { border-color: #7BCE68; }
span { border-color: rgb(123,206,104); }
td.TdClassName
{
border-color: #7BCE68;
}
.TagClassName
{
border-color: #7BCE68;
}
</style>