Shades of Mantis #8CBA60
Tints of Mantis #8CBA60
RGB
CMYK
RGB Variations
Color information
#8CBA60 (or 0x8CBA60) is known color: Mantis. HEX triplet: 8C, BA and 60. RGB value is (140,186,96). Sum of RGB (Red+Green+Blue) = 140+186+96=422 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.18% from 422); Green value is 186 (73.05% from 255 or 44.08% from 422); Blue value is 96 (37.89% from 255 or 22.75% from 422); Max value from RGB is 186 - color contains mainly: green. Hex color #8CBA60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBA60 is #73459F. Grayscale: #A2A2A2. Windows color (decimal): -7554464 or 6339212. OLE color: 6339212.
HSL color Cylindrical-coordinate representation of color #8CBA60: hue angle of 90.67º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8CBA60 is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 186 | 96 | - |
| CMYK | 0.25 | 0 | 0.48 | 0.27 |
| HSL | 90.67º | 0.39% | 0.55% | - |
| HSV(B) | 90.67º | 0.48% | 0.73% | - |
| XYZ | 30.49 | 41.54 | 17.48 | - |
| YUV | 161.99 | 90.76 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 186 | 96 | 0.25 | 0 | 0.48 | 0.27 | 90.67 | 0.39 | 0.55 |
| Hex | 8C | BA | 60 | 19 | 0 | 30 | 1B | 5B | 27 | 37 |
| Octal | 214 | 272 | 140 | 31 | 0 | 60 | 33 | 133 | 47 | 67 |
| Binary | 10001100 | 10111010 | 1100000 | 11001 | 0 | 110000 | 11011 | 1011011 | 100111 | 110111 |
Color Harmonies of #8CBA60
Complementary color
Monochromatic Colors of #8CBA60
Black with #8CBA60
Text Example
Text Example
White with #8CBA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBA60; }
p { color: rgb(140,186,96); }
H1.HeaderClassName
{
color: #8CBA60;
}
.AnyTagClassName
{
color: #8CBA60;
}
</style>
background-color css
<style>
a { background-color: #8CBA60; }
a { background-color: rgb(140,186,96); }
div.DivClassName
{
background-color: #8CBA60;
}
.BgClassName
{
background-color: #8CBA60;
}
</style>
border-color css
<style>
span { border-color: #8CBA60; }
span { border-color: rgb(140,186,96); }
td.TdClassName
{
border-color: #8CBA60;
}
.TagClassName
{
border-color: #8CBA60;
}
</style>