Shades of Mantis #8BB968
Tints of Mantis #8BB968
RGB
CMYK
RGB Variations
Color information
#8BB968 (or 0x8BB968) is known color: Mantis. HEX triplet: 8B, B9 and 68. RGB value is (139,185,104). Sum of RGB (Red+Green+Blue) = 139+185+104=428 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.48% from 428); Green value is 185 (72.66% from 255 or 43.22% from 428); Blue value is 104 (41.02% from 255 or 24.30% from 428); Max value from RGB is 185 - color contains mainly: green. Hex color #8BB968 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BB968 is #744697. Grayscale: #A2A2A2. Windows color (decimal): -7620248 or 6863243. OLE color: 6863243.
HSL color Cylindrical-coordinate representation of color #8BB968: hue angle of 94.07º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8BB968 is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 185 | 104 | - |
| CMYK | 0.25 | 0 | 0.44 | 0.27 |
| HSL | 94.07º | 0.37% | 0.57% | - |
| HSV(B) | 94.07º | 0.44% | 0.73% | - |
| XYZ | 30.5 | 41.19 | 19.44 | - |
| YUV | 162.01 | 95.26 | 111.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 185 | 104 | 0.25 | 0 | 0.44 | 0.27 | 94.07 | 0.37 | 0.57 |
| Hex | 8B | B9 | 68 | 19 | 0 | 2C | 1B | 5E | 25 | 39 |
| Octal | 213 | 271 | 150 | 31 | 0 | 54 | 33 | 136 | 45 | 71 |
| Binary | 10001011 | 10111001 | 1101000 | 11001 | 0 | 101100 | 11011 | 1011110 | 100101 | 111001 |
Color Harmonies of #8BB968
Complementary color
Monochromatic Colors of #8BB968
Black with #8BB968
Text Example
Text Example
White with #8BB968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB968; }
p { color: rgb(139,185,104); }
H1.HeaderClassName
{
color: #8BB968;
}
.AnyTagClassName
{
color: #8BB968;
}
</style>
background-color css
<style>
a { background-color: #8BB968; }
a { background-color: rgb(139,185,104); }
div.DivClassName
{
background-color: #8BB968;
}
.BgClassName
{
background-color: #8BB968;
}
</style>
border-color css
<style>
span { border-color: #8BB968; }
span { border-color: rgb(139,185,104); }
td.TdClassName
{
border-color: #8BB968;
}
.TagClassName
{
border-color: #8BB968;
}
</style>