Shades of Pewter #8F958F
Tints of Pewter #8F958F
RGB
CMYK
RGB Variations
Color information
#8F958F (or 0x8F958F) is known color: Pewter. HEX triplet: 8F, 95 and 8F. RGB value is (143,149,143). Sum of RGB (Red+Green+Blue) = 143+149+143=435 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.87% from 435); Green value is 149 (58.59% from 255 or 34.25% from 435); Blue value is 143 (56.25% from 255 or 32.87% from 435); Max value from RGB is 149 - color contains mainly: green. Hex color #8F958F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F958F is #706A70. Grayscale: #929292. Windows color (decimal): -7367281 or 9409935. OLE color: 9409935.
HSL color Cylindrical-coordinate representation of color #8F958F: hue angle of 120º degrees, saturation: 0.03, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #8F958F is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 149 | 143 | - |
| CMYK | 0.04 | 0 | 0.04 | 0.42 |
| HSL | 120º | 0.03% | 0.57% | - |
| HSV(B) | 120º | 0.04% | 0.58% | - |
| XYZ | 27.03 | 29.32 | 30.22 | - |
| YUV | 146.52 | 126.01 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 149 | 143 | 0.04 | 0 | 0.04 | 0.42 | 120 | 0.03 | 0.57 |
| Hex | 8F | 95 | 8F | 4 | 0 | 4 | 2A | 78 | 3 | 39 |
| Octal | 217 | 225 | 217 | 4 | 0 | 4 | 52 | 170 | 3 | 71 |
| Binary | 10001111 | 10010101 | 10001111 | 100 | 0 | 100 | 101010 | 1111000 | 11 | 111001 |
Color Harmonies of #8F958F
Complementary color
Monochromatic Colors of #8F958F
Black with #8F958F
Text Example
Text Example
White with #8F958F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F958F; }
p { color: rgb(143,149,143); }
H1.HeaderClassName
{
color: #8F958F;
}
.AnyTagClassName
{
color: #8F958F;
}
</style>
background-color css
<style>
a { background-color: #8F958F; }
a { background-color: rgb(143,149,143); }
div.DivClassName
{
background-color: #8F958F;
}
.BgClassName
{
background-color: #8F958F;
}
</style>
border-color css
<style>
span { border-color: #8F958F; }
span { border-color: rgb(143,149,143); }
td.TdClassName
{
border-color: #8F958F;
}
.TagClassName
{
border-color: #8F958F;
}
</style>