Shades of Mantis #8BBE68
Tints of Mantis #8BBE68
RGB
CMYK
RGB Variations
Color information
#8BBE68 (or 0x8BBE68) is known color: Mantis. HEX triplet: 8B, BE and 68. RGB value is (139,190,104). Sum of RGB (Red+Green+Blue) = 139+190+104=433 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.10% from 433); Green value is 190 (74.61% from 255 or 43.88% from 433); Blue value is 104 (41.02% from 255 or 24.02% from 433); Max value from RGB is 190 - color contains mainly: green. Hex color #8BBE68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BBE68 is #744197. Grayscale: #A5A5A5. Windows color (decimal): -7618968 or 6864523. OLE color: 6864523.
HSL color Cylindrical-coordinate representation of color #8BBE68: hue angle of 95.58º 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 #8BBE68 is Cyan = 0.27, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 139 | 190 | 104 | - |
| CMYK | 0.27 | 0 | 0.45 | 0.25 |
| HSL | 95.58º | 0.4% | 0.58% | - |
| HSV(B) | 95.58º | 0.45% | 0.75% | - |
| XYZ | 31.56 | 43.32 | 19.79 | - |
| YUV | 164.95 | 93.6 | 109.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 190 | 104 | 0.27 | 0 | 0.45 | 0.25 | 95.58 | 0.4 | 0.58 |
| Hex | 8B | BE | 68 | 1B | 0 | 2D | 19 | 60 | 28 | 3A |
| Octal | 213 | 276 | 150 | 33 | 0 | 55 | 31 | 140 | 50 | 72 |
| Binary | 10001011 | 10111110 | 1101000 | 11011 | 0 | 101101 | 11001 | 1100000 | 101000 | 111010 |
Color Harmonies of #8BBE68
Complementary color
Monochromatic Colors of #8BBE68
Black with #8BBE68
Text Example
Text Example
White with #8BBE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBE68; }
p { color: rgb(139,190,104); }
H1.HeaderClassName
{
color: #8BBE68;
}
.AnyTagClassName
{
color: #8BBE68;
}
</style>
background-color css
<style>
a { background-color: #8BBE68; }
a { background-color: rgb(139,190,104); }
div.DivClassName
{
background-color: #8BBE68;
}
.BgClassName
{
background-color: #8BBE68;
}
</style>
border-color css
<style>
span { border-color: #8BBE68; }
span { border-color: rgb(139,190,104); }
td.TdClassName
{
border-color: #8BBE68;
}
.TagClassName
{
border-color: #8BBE68;
}
</style>