Shades of Mantis #8CBE6A
Tints of Mantis #8CBE6A
RGB
CMYK
RGB Variations
Color information
#8CBE6A (or 0x8CBE6A) is known color: Mantis. HEX triplet: 8C, BE and 6A. RGB value is (140,190,106). Sum of RGB (Red+Green+Blue) = 140+190+106=436 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.11% from 436); Green value is 190 (74.61% from 255 or 43.58% from 436); Blue value is 106 (41.80% from 255 or 24.31% from 436); Max value from RGB is 190 - color contains mainly: green. Hex color #8CBE6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBE6A is #734195. Grayscale: #A5A5A5. Windows color (decimal): -7553430 or 6995596. OLE color: 6995596.
HSL color Cylindrical-coordinate representation of color #8CBE6A: hue angle of 95.71º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CBE6A is Cyan = 0.26, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 140 | 190 | 106 | - |
| CMYK | 0.26 | 0 | 0.44 | 0.25 |
| HSL | 95.71º | 0.39% | 0.58% | - |
| HSV(B) | 95.71º | 0.44% | 0.75% | - |
| XYZ | 31.83 | 43.44 | 20.34 | - |
| YUV | 165.47 | 94.44 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 190 | 106 | 0.26 | 0 | 0.44 | 0.25 | 95.71 | 0.39 | 0.58 |
| Hex | 8C | BE | 6A | 1A | 0 | 2C | 19 | 60 | 27 | 3A |
| Octal | 214 | 276 | 152 | 32 | 0 | 54 | 31 | 140 | 47 | 72 |
| Binary | 10001100 | 10111110 | 1101010 | 11010 | 0 | 101100 | 11001 | 1100000 | 100111 | 111010 |
Color Harmonies of #8CBE6A
Complementary color
Monochromatic Colors of #8CBE6A
Black with #8CBE6A
Text Example
Text Example
White with #8CBE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBE6A; }
p { color: rgb(140,190,106); }
H1.HeaderClassName
{
color: #8CBE6A;
}
.AnyTagClassName
{
color: #8CBE6A;
}
</style>
background-color css
<style>
a { background-color: #8CBE6A; }
a { background-color: rgb(140,190,106); }
div.DivClassName
{
background-color: #8CBE6A;
}
.BgClassName
{
background-color: #8CBE6A;
}
</style>
border-color css
<style>
span { border-color: #8CBE6A; }
span { border-color: rgb(140,190,106); }
td.TdClassName
{
border-color: #8CBE6A;
}
.TagClassName
{
border-color: #8CBE6A;
}
</style>