Shades of Mantle #8FAF8C
Tints of Mantle #8FAF8C
RGB
CMYK
RGB Variations
Color information
#8FAF8C (or 0x8FAF8C) is known color: Mantle. HEX triplet: 8F, AF and 8C. RGB value is (143,175,140). Sum of RGB (Red+Green+Blue) = 143+175+140=458 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.22% from 458); Green value is 175 (68.75% from 255 or 38.21% from 458); Blue value is 140 (55.08% from 255 or 30.57% from 458); Max value from RGB is 175 - color contains mainly: green. Hex color #8FAF8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FAF8C is #705073. Grayscale: #A1A1A1. Windows color (decimal): -7360628 or 9219983. OLE color: 9219983.
HSL color Cylindrical-coordinate representation of color #8FAF8C: hue angle of 114.86º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8FAF8C is Cyan = 0.18, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 143 | 175 | 140 | - |
| CMYK | 0.18 | 0 | 0.2 | 0.31 |
| HSL | 114.86º | 0.18% | 0.62% | - |
| HSV(B) | 114.86º | 0.2% | 0.69% | - |
| XYZ | 31.39 | 38.39 | 30.57 | - |
| YUV | 161.44 | 115.9 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 175 | 140 | 0.18 | 0 | 0.2 | 0.31 | 114.86 | 0.18 | 0.62 |
| Hex | 8F | AF | 8C | 12 | 0 | 14 | 1F | 73 | 12 | 3E |
| Octal | 217 | 257 | 214 | 22 | 0 | 24 | 37 | 163 | 22 | 76 |
| Binary | 10001111 | 10101111 | 10001100 | 10010 | 0 | 10100 | 11111 | 1110011 | 10010 | 111110 |
Color Harmonies of #8FAF8C
Complementary color
Monochromatic Colors of #8FAF8C
Black with #8FAF8C
Text Example
Text Example
White with #8FAF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAF8C; }
p { color: rgb(143,175,140); }
H1.HeaderClassName
{
color: #8FAF8C;
}
.AnyTagClassName
{
color: #8FAF8C;
}
</style>
background-color css
<style>
a { background-color: #8FAF8C; }
a { background-color: rgb(143,175,140); }
div.DivClassName
{
background-color: #8FAF8C;
}
.BgClassName
{
background-color: #8FAF8C;
}
</style>
border-color css
<style>
span { border-color: #8FAF8C; }
span { border-color: rgb(143,175,140); }
td.TdClassName
{
border-color: #8FAF8C;
}
.TagClassName
{
border-color: #8FAF8C;
}
</style>