Shades of Pewter #8FAC8F
Tints of Pewter #8FAC8F
RGB
CMYK
RGB Variations
Color information
#8FAC8F (or 0x8FAC8F) is known color: Pewter. HEX triplet: 8F, AC and 8F. RGB value is (143,172,143). Sum of RGB (Red+Green+Blue) = 143+172+143=458 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.22% from 458); Green value is 172 (67.58% from 255 or 37.55% from 458); Blue value is 143 (56.25% from 255 or 31.22% from 458); Max value from RGB is 172 - color contains mainly: green. Hex color #8FAC8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FAC8F is #705370. Grayscale: #A0A0A0. Windows color (decimal): -7361393 or 9415823. OLE color: 9415823.
HSL color Cylindrical-coordinate representation of color #8FAC8F: hue angle of 120º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8FAC8F is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 172 | 143 | - |
| CMYK | 0.17 | 0 | 0.17 | 0.33 |
| HSL | 120º | 0.15% | 0.62% | - |
| HSV(B) | 120º | 0.17% | 0.67% | - |
| XYZ | 31.04 | 37.33 | 31.56 | - |
| YUV | 160.02 | 118.39 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 172 | 143 | 0.17 | 0 | 0.17 | 0.33 | 120 | 0.15 | 0.62 |
| Hex | 8F | AC | 8F | 11 | 0 | 11 | 21 | 78 | F | 3E |
| Octal | 217 | 254 | 217 | 21 | 0 | 21 | 41 | 170 | 17 | 76 |
| Binary | 10001111 | 10101100 | 10001111 | 10001 | 0 | 10001 | 100001 | 1111000 | 1111 | 111110 |
Color Harmonies of #8FAC8F
Complementary color
Monochromatic Colors of #8FAC8F
Black with #8FAC8F
Text Example
Text Example
White with #8FAC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAC8F; }
p { color: rgb(143,172,143); }
H1.HeaderClassName
{
color: #8FAC8F;
}
.AnyTagClassName
{
color: #8FAC8F;
}
</style>
background-color css
<style>
a { background-color: #8FAC8F; }
a { background-color: rgb(143,172,143); }
div.DivClassName
{
background-color: #8FAC8F;
}
.BgClassName
{
background-color: #8FAC8F;
}
</style>
border-color css
<style>
span { border-color: #8FAC8F; }
span { border-color: rgb(143,172,143); }
td.TdClassName
{
border-color: #8FAC8F;
}
.TagClassName
{
border-color: #8FAC8F;
}
</style>