Shades of Mantis #8BC675
Tints of Mantis #8BC675
RGB
CMYK
RGB Variations
Color information
#8BC675 (or 0x8BC675) is known color: Mantis. HEX triplet: 8B, C6 and 75. RGB value is (139,198,117). Sum of RGB (Red+Green+Blue) = 139+198+117=454 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.62% from 454); Green value is 198 (77.73% from 255 or 43.61% from 454); Blue value is 117 (46.09% from 255 or 25.77% from 454); Max value from RGB is 198 - color contains mainly: green. Hex color #8BC675 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC675 is #74398A. Grayscale: #ABABAB. Windows color (decimal): -7616907 or 7718539. OLE color: 7718539.
HSL color Cylindrical-coordinate representation of color #8BC675: hue angle of 103.7º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BC675 is Cyan = 0.30, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 139 | 198 | 117 | - |
| CMYK | 0.30 | 0 | 0.41 | 0.22 |
| HSL | 103.7º | 0.42% | 0.62% | - |
| HSV(B) | 103.7º | 0.41% | 0.78% | - |
| XYZ | 34.05 | 47.16 | 24.14 | - |
| YUV | 171.13 | 97.45 | 105.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 198 | 117 | 0.30 | 0 | 0.41 | 0.22 | 103.7 | 0.42 | 0.62 |
| Hex | 8B | C6 | 75 | 1E | 0 | 29 | 16 | 68 | 2A | 3E |
| Octal | 213 | 306 | 165 | 36 | 0 | 51 | 26 | 150 | 52 | 76 |
| Binary | 10001011 | 11000110 | 1110101 | 11110 | 0 | 101001 | 10110 | 1101000 | 101010 | 111110 |
Color Harmonies of #8BC675
Complementary color
Monochromatic Colors of #8BC675
Black with #8BC675
Text Example
Text Example
White with #8BC675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC675; }
p { color: rgb(139,198,117); }
H1.HeaderClassName
{
color: #8BC675;
}
.AnyTagClassName
{
color: #8BC675;
}
</style>
background-color css
<style>
a { background-color: #8BC675; }
a { background-color: rgb(139,198,117); }
div.DivClassName
{
background-color: #8BC675;
}
.BgClassName
{
background-color: #8BC675;
}
</style>
border-color css
<style>
span { border-color: #8BC675; }
span { border-color: rgb(139,198,117); }
td.TdClassName
{
border-color: #8BC675;
}
.TagClassName
{
border-color: #8BC675;
}
</style>