Shades of Mantis #8CBE69
Tints of Mantis #8CBE69
RGB
CMYK
RGB Variations
Color information
#8CBE69 (or 0x8CBE69) is known color: Mantis. HEX triplet: 8C, BE and 69. RGB value is (140,190,105). Sum of RGB (Red+Green+Blue) = 140+190+105=435 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.18% from 435); Green value is 190 (74.61% from 255 or 43.68% from 435); Blue value is 105 (41.41% from 255 or 24.14% from 435); Max value from RGB is 190 - color contains mainly: green. Hex color #8CBE69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBE69 is #734196. Grayscale: #A5A5A5. Windows color (decimal): -7553431 or 6930060. OLE color: 6930060.
HSL color Cylindrical-coordinate representation of color #8CBE69: hue angle of 95.29º 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 #8CBE69 is Cyan = 0.26, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 140 | 190 | 105 | - |
| CMYK | 0.26 | 0 | 0.45 | 0.25 |
| HSL | 95.29º | 0.4% | 0.58% | - |
| HSV(B) | 95.29º | 0.45% | 0.75% | - |
| XYZ | 31.78 | 43.42 | 20.07 | - |
| YUV | 165.36 | 93.94 | 109.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 190 | 105 | 0.26 | 0 | 0.45 | 0.25 | 95.29 | 0.4 | 0.58 |
| Hex | 8C | BE | 69 | 1A | 0 | 2D | 19 | 5F | 28 | 3A |
| Octal | 214 | 276 | 151 | 32 | 0 | 55 | 31 | 137 | 50 | 72 |
| Binary | 10001100 | 10111110 | 1101001 | 11010 | 0 | 101101 | 11001 | 1011111 | 101000 | 111010 |
Color Harmonies of #8CBE69
Complementary color
Monochromatic Colors of #8CBE69
Black with #8CBE69
Text Example
Text Example
White with #8CBE69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBE69; }
p { color: rgb(140,190,105); }
H1.HeaderClassName
{
color: #8CBE69;
}
.AnyTagClassName
{
color: #8CBE69;
}
</style>
background-color css
<style>
a { background-color: #8CBE69; }
a { background-color: rgb(140,190,105); }
div.DivClassName
{
background-color: #8CBE69;
}
.BgClassName
{
background-color: #8CBE69;
}
</style>
border-color css
<style>
span { border-color: #8CBE69; }
span { border-color: rgb(140,190,105); }
td.TdClassName
{
border-color: #8CBE69;
}
.TagClassName
{
border-color: #8CBE69;
}
</style>