Shades of Pewter #8EA28F
Tints of Pewter #8EA28F
RGB
CMYK
RGB Variations
Color information
#8EA28F (or 0x8EA28F) is known color: Pewter. HEX triplet: 8E, A2 and 8F. RGB value is (142,162,143). Sum of RGB (Red+Green+Blue) = 142+162+143=447 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.77% from 447); Green value is 162 (63.67% from 255 or 36.24% from 447); Blue value is 143 (56.25% from 255 or 31.99% from 447); Max value from RGB is 162 - color contains mainly: green. Hex color #8EA28F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA28F is #715D70. Grayscale: #999999. Windows color (decimal): -7429489 or 9413262. OLE color: 9413262.
HSL color Cylindrical-coordinate representation of color #8EA28F: hue angle of 123º degrees, saturation: 0.1, 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 #8EA28F is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 142 | 162 | 143 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.36 |
| HSL | 123º | 0.1% | 0.6% | - |
| HSV(B) | 123º | 0.12% | 0.64% | - |
| XYZ | 29.03 | 33.57 | 30.94 | - |
| YUV | 153.85 | 121.87 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 162 | 143 | 0.12 | 0 | 0.12 | 0.36 | 123 | 0.1 | 0.6 |
| Hex | 8E | A2 | 8F | C | 0 | C | 24 | 7B | A | 3C |
| Octal | 216 | 242 | 217 | 14 | 0 | 14 | 44 | 173 | 12 | 74 |
| Binary | 10001110 | 10100010 | 10001111 | 1100 | 0 | 1100 | 100100 | 1111011 | 1010 | 111100 |
Color Harmonies of #8EA28F
Complementary color
Monochromatic Colors of #8EA28F
Black with #8EA28F
Text Example
Text Example
White with #8EA28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA28F; }
p { color: rgb(142,162,143); }
H1.HeaderClassName
{
color: #8EA28F;
}
.AnyTagClassName
{
color: #8EA28F;
}
</style>
background-color css
<style>
a { background-color: #8EA28F; }
a { background-color: rgb(142,162,143); }
div.DivClassName
{
background-color: #8EA28F;
}
.BgClassName
{
background-color: #8EA28F;
}
</style>
border-color css
<style>
span { border-color: #8EA28F; }
span { border-color: rgb(142,162,143); }
td.TdClassName
{
border-color: #8EA28F;
}
.TagClassName
{
border-color: #8EA28F;
}
</style>