Shades of Pewter #8EA88E
Tints of Pewter #8EA88E
RGB
CMYK
RGB Variations
Color information
#8EA88E (or 0x8EA88E) is known color: Pewter. HEX triplet: 8E, A8 and 8E. RGB value is (142,168,142). Sum of RGB (Red+Green+Blue) = 142+168+142=452 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.42% from 452); Green value is 168 (66.02% from 255 or 37.17% from 452); Blue value is 142 (55.86% from 255 or 31.42% from 452); Max value from RGB is 168 - color contains mainly: green. Hex color #8EA88E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA88E is #715771. Grayscale: #9D9D9D. Windows color (decimal): -7427954 or 9349262. OLE color: 9349262.
HSL color Cylindrical-coordinate representation of color #8EA88E: hue angle of 120º degrees, saturation: 0.13, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8EA88E is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 142 | 168 | 142 | - |
| CMYK | 0.15 | 0 | 0.15 | 0.34 |
| HSL | 120º | 0.13% | 0.61% | - |
| HSV(B) | 120º | 0.15% | 0.66% | - |
| XYZ | 30.04 | 35.71 | 30.9 | - |
| YUV | 157.26 | 119.39 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 168 | 142 | 0.15 | 0 | 0.15 | 0.34 | 120 | 0.13 | 0.61 |
| Hex | 8E | A8 | 8E | F | 0 | F | 22 | 78 | D | 3D |
| Octal | 216 | 250 | 216 | 17 | 0 | 17 | 42 | 170 | 15 | 75 |
| Binary | 10001110 | 10101000 | 10001110 | 1111 | 0 | 1111 | 100010 | 1111000 | 1101 | 111101 |
Color Harmonies of #8EA88E
Complementary color
Monochromatic Colors of #8EA88E
Black with #8EA88E
Text Example
Text Example
White with #8EA88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA88E; }
p { color: rgb(142,168,142); }
H1.HeaderClassName
{
color: #8EA88E;
}
.AnyTagClassName
{
color: #8EA88E;
}
</style>
background-color css
<style>
a { background-color: #8EA88E; }
a { background-color: rgb(142,168,142); }
div.DivClassName
{
background-color: #8EA88E;
}
.BgClassName
{
background-color: #8EA88E;
}
</style>
border-color css
<style>
span { border-color: #8EA88E; }
span { border-color: rgb(142,168,142); }
td.TdClassName
{
border-color: #8EA88E;
}
.TagClassName
{
border-color: #8EA88E;
}
</style>