Shades of Mantis #8CBF6C
Tints of Mantis #8CBF6C
RGB
CMYK
RGB Variations
Color information
#8CBF6C (or 0x8CBF6C) is known color: Mantis. HEX triplet: 8C, BF and 6C. RGB value is (140,191,108). Sum of RGB (Red+Green+Blue) = 140+191+108=439 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.89% from 439); Green value is 191 (75% from 255 or 43.51% from 439); Blue value is 108 (42.58% from 255 or 24.60% from 439); Max value from RGB is 191 - color contains mainly: green. Hex color #8CBF6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBF6C is #734093. Grayscale: #A6A6A6. Windows color (decimal): -7553172 or 7126924. OLE color: 7126924.
HSL color Cylindrical-coordinate representation of color #8CBF6C: hue angle of 96.87º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8CBF6C is Cyan = 0.27, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 140 | 191 | 108 | - |
| CMYK | 0.27 | 0 | 0.43 | 0.25 |
| HSL | 96.87º | 0.39% | 0.59% | - |
| HSV(B) | 96.87º | 0.43% | 0.75% | - |
| XYZ | 32.15 | 43.92 | 20.97 | - |
| YUV | 166.29 | 95.1 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 191 | 108 | 0.27 | 0 | 0.43 | 0.25 | 96.87 | 0.39 | 0.59 |
| Hex | 8C | BF | 6C | 1B | 0 | 2B | 19 | 61 | 27 | 3B |
| Octal | 214 | 277 | 154 | 33 | 0 | 53 | 31 | 141 | 47 | 73 |
| Binary | 10001100 | 10111111 | 1101100 | 11011 | 0 | 101011 | 11001 | 1100001 | 100111 | 111011 |
Color Harmonies of #8CBF6C
Complementary color
Monochromatic Colors of #8CBF6C
Black with #8CBF6C
Text Example
Text Example
White with #8CBF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBF6C; }
p { color: rgb(140,191,108); }
H1.HeaderClassName
{
color: #8CBF6C;
}
.AnyTagClassName
{
color: #8CBF6C;
}
</style>
background-color css
<style>
a { background-color: #8CBF6C; }
a { background-color: rgb(140,191,108); }
div.DivClassName
{
background-color: #8CBF6C;
}
.BgClassName
{
background-color: #8CBF6C;
}
</style>
border-color css
<style>
span { border-color: #8CBF6C; }
span { border-color: rgb(140,191,108); }
td.TdClassName
{
border-color: #8CBF6C;
}
.TagClassName
{
border-color: #8CBF6C;
}
</style>