Shades of Mantis #7BBE68
Tints of Mantis #7BBE68
RGB
CMYK
RGB Variations
Color information
#7BBE68 (or 0x7BBE68) is known color: Mantis. HEX triplet: 7B, BE and 68. RGB value is (123,190,104). Sum of RGB (Red+Green+Blue) = 123+190+104=417 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.50% from 417); Green value is 190 (74.61% from 255 or 45.56% from 417); Blue value is 104 (41.02% from 255 or 24.94% from 417); Max value from RGB is 190 - color contains mainly: green. Hex color #7BBE68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BBE68 is #844197. Grayscale: #A0A0A0. Windows color (decimal): -8667544 or 6864507. OLE color: 6864507.
HSL color Cylindrical-coordinate representation of color #7BBE68: hue angle of 106.74º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7BBE68 is Cyan = 0.35, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 123 | 190 | 104 | - |
| CMYK | 0.35 | 0 | 0.45 | 0.25 |
| HSL | 106.74º | 0.4% | 0.58% | - |
| HSV(B) | 106.74º | 0.45% | 0.75% | - |
| XYZ | 29.08 | 42.04 | 19.68 | - |
| YUV | 160.16 | 96.3 | 101.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 190 | 104 | 0.35 | 0 | 0.45 | 0.25 | 106.74 | 0.4 | 0.58 |
| Hex | 7B | BE | 68 | 23 | 0 | 2D | 19 | 6B | 28 | 3A |
| Octal | 173 | 276 | 150 | 43 | 0 | 55 | 31 | 153 | 50 | 72 |
| Binary | 1111011 | 10111110 | 1101000 | 100011 | 0 | 101101 | 11001 | 1101011 | 101000 | 111010 |
Color Harmonies of #7BBE68
Complementary color
Monochromatic Colors of #7BBE68
Black with #7BBE68
Text Example
Text Example
White with #7BBE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBE68; }
p { color: rgb(123,190,104); }
H1.HeaderClassName
{
color: #7BBE68;
}
.AnyTagClassName
{
color: #7BBE68;
}
</style>
background-color css
<style>
a { background-color: #7BBE68; }
a { background-color: rgb(123,190,104); }
div.DivClassName
{
background-color: #7BBE68;
}
.BgClassName
{
background-color: #7BBE68;
}
</style>
border-color css
<style>
span { border-color: #7BBE68; }
span { border-color: rgb(123,190,104); }
td.TdClassName
{
border-color: #7BBE68;
}
.TagClassName
{
border-color: #7BBE68;
}
</style>