Shades of Mantle #8FB087
Tints of Mantle #8FB087
RGB
CMYK
RGB Variations
Color information
#8FB087 (or 0x8FB087) is known color: Mantle. HEX triplet: 8F, B0 and 87. RGB value is (143,176,135). Sum of RGB (Red+Green+Blue) = 143+176+135=454 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.50% from 454); Green value is 176 (69.14% from 255 or 38.77% from 454); Blue value is 135 (53.12% from 255 or 29.74% from 454); Max value from RGB is 176 - color contains mainly: green. Hex color #8FB087 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FB087 is #704F78. Grayscale: #A1A1A1. Windows color (decimal): -7360377 or 8892559. OLE color: 8892559.
HSL color Cylindrical-coordinate representation of color #8FB087: hue angle of 108.29º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8FB087 is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 143 | 176 | 135 | - |
| CMYK | 0.19 | 0 | 0.23 | 0.31 |
| HSL | 108.29º | 0.21% | 0.61% | - |
| HSV(B) | 108.29º | 0.23% | 0.69% | - |
| XYZ | 31.23 | 38.64 | 28.73 | - |
| YUV | 161.46 | 113.07 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 176 | 135 | 0.19 | 0 | 0.23 | 0.31 | 108.29 | 0.21 | 0.61 |
| Hex | 8F | B0 | 87 | 13 | 0 | 17 | 1F | 6C | 15 | 3D |
| Octal | 217 | 260 | 207 | 23 | 0 | 27 | 37 | 154 | 25 | 75 |
| Binary | 10001111 | 10110000 | 10000111 | 10011 | 0 | 10111 | 11111 | 1101100 | 10101 | 111101 |
Color Harmonies of #8FB087
Complementary color
Monochromatic Colors of #8FB087
Black with #8FB087
Text Example
Text Example
White with #8FB087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB087; }
p { color: rgb(143,176,135); }
H1.HeaderClassName
{
color: #8FB087;
}
.AnyTagClassName
{
color: #8FB087;
}
</style>
background-color css
<style>
a { background-color: #8FB087; }
a { background-color: rgb(143,176,135); }
div.DivClassName
{
background-color: #8FB087;
}
.BgClassName
{
background-color: #8FB087;
}
</style>
border-color css
<style>
span { border-color: #8FB087; }
span { border-color: rgb(143,176,135); }
td.TdClassName
{
border-color: #8FB087;
}
.TagClassName
{
border-color: #8FB087;
}
</style>