Shades of Pewter #8EA58E
Tints of Pewter #8EA58E
RGB
CMYK
RGB Variations
Color information
#8EA58E (or 0x8EA58E) is known color: Pewter. HEX triplet: 8E, A5 and 8E. RGB value is (142,165,142). Sum of RGB (Red+Green+Blue) = 142+165+142=449 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.63% from 449); Green value is 165 (64.84% from 255 or 36.75% from 449); Blue value is 142 (55.86% from 255 or 31.63% from 449); Max value from RGB is 165 - color contains mainly: green. Hex color #8EA58E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA58E is #715A71. Grayscale: #9B9B9B. Windows color (decimal): -7428722 or 9348494. OLE color: 9348494.
HSL color Cylindrical-coordinate representation of color #8EA58E: hue angle of 120º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8EA58E is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 142 | 165 | 142 | - |
| CMYK | 0.14 | 0 | 0.14 | 0.35 |
| HSL | 120º | 0.11% | 0.6% | - |
| HSV(B) | 120º | 0.14% | 0.65% | - |
| XYZ | 29.49 | 34.61 | 30.72 | - |
| YUV | 155.5 | 120.38 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 165 | 142 | 0.14 | 0 | 0.14 | 0.35 | 120 | 0.11 | 0.6 |
| Hex | 8E | A5 | 8E | E | 0 | E | 23 | 78 | B | 3C |
| Octal | 216 | 245 | 216 | 16 | 0 | 16 | 43 | 170 | 13 | 74 |
| Binary | 10001110 | 10100101 | 10001110 | 1110 | 0 | 1110 | 100011 | 1111000 | 1011 | 111100 |
Color Harmonies of #8EA58E
Complementary color
Monochromatic Colors of #8EA58E
Black with #8EA58E
Text Example
Text Example
White with #8EA58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA58E; }
p { color: rgb(142,165,142); }
H1.HeaderClassName
{
color: #8EA58E;
}
.AnyTagClassName
{
color: #8EA58E;
}
</style>
background-color css
<style>
a { background-color: #8EA58E; }
a { background-color: rgb(142,165,142); }
div.DivClassName
{
background-color: #8EA58E;
}
.BgClassName
{
background-color: #8EA58E;
}
</style>
border-color css
<style>
span { border-color: #8EA58E; }
span { border-color: rgb(142,165,142); }
td.TdClassName
{
border-color: #8EA58E;
}
.TagClassName
{
border-color: #8EA58E;
}
</style>