Shades of Pewter #8FA28F
Tints of Pewter #8FA28F
RGB
CMYK
RGB Variations
Color information
#8FA28F (or 0x8FA28F) is known color: Pewter. HEX triplet: 8F, A2 and 8F. RGB value is (143,162,143). Sum of RGB (Red+Green+Blue) = 143+162+143=448 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.92% from 448); Green value is 162 (63.67% from 255 or 36.16% from 448); Blue value is 143 (56.25% from 255 or 31.92% from 448); Max value from RGB is 162 - color contains mainly: green. Hex color #8FA28F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA28F is #705D70. Grayscale: #9A9A9A. Windows color (decimal): -7363953 or 9413263. OLE color: 9413263.
HSL color Cylindrical-coordinate representation of color #8FA28F: hue angle of 120º degrees, saturation: 0.09, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8FA28F is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 143 | 162 | 143 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.36 |
| HSL | 120º | 0.09% | 0.6% | - |
| HSV(B) | 120º | 0.12% | 0.64% | - |
| XYZ | 29.21 | 33.66 | 30.94 | - |
| YUV | 154.15 | 121.71 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 162 | 143 | 0.12 | 0 | 0.12 | 0.36 | 120 | 0.09 | 0.6 |
| Hex | 8F | A2 | 8F | C | 0 | C | 24 | 78 | 9 | 3C |
| Octal | 217 | 242 | 217 | 14 | 0 | 14 | 44 | 170 | 11 | 74 |
| Binary | 10001111 | 10100010 | 10001111 | 1100 | 0 | 1100 | 100100 | 1111000 | 1001 | 111100 |
Color Harmonies of #8FA28F
Complementary color
Monochromatic Colors of #8FA28F
Black with #8FA28F
Text Example
Text Example
White with #8FA28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA28F; }
p { color: rgb(143,162,143); }
H1.HeaderClassName
{
color: #8FA28F;
}
.AnyTagClassName
{
color: #8FA28F;
}
</style>
background-color css
<style>
a { background-color: #8FA28F; }
a { background-color: rgb(143,162,143); }
div.DivClassName
{
background-color: #8FA28F;
}
.BgClassName
{
background-color: #8FA28F;
}
</style>
border-color css
<style>
span { border-color: #8FA28F; }
span { border-color: rgb(143,162,143); }
td.TdClassName
{
border-color: #8FA28F;
}
.TagClassName
{
border-color: #8FA28F;
}
</style>