Shades of Pewter #8DA68E
Tints of Pewter #8DA68E
RGB
CMYK
RGB Variations
Color information
#8DA68E (or 0x8DA68E) is known color: Pewter. HEX triplet: 8D, A6 and 8E. RGB value is (141,166,142). Sum of RGB (Red+Green+Blue) = 141+166+142=449 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.40% from 449); Green value is 166 (65.23% from 255 or 36.97% from 449); Blue value is 142 (55.86% from 255 or 31.63% from 449); Max value from RGB is 166 - color contains mainly: green. Hex color #8DA68E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA68E is #725971. Grayscale: #9B9B9B. Windows color (decimal): -7494002 or 9348749. OLE color: 9348749.
HSL color Cylindrical-coordinate representation of color #8DA68E: hue angle of 122.4º degrees, saturation: 0.12, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8DA68E is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 141 | 166 | 142 | - |
| CMYK | 0.15 | 0 | 0.14 | 0.35 |
| HSL | 122.4º | 0.12% | 0.6% | - |
| HSV(B) | 122.4º | 0.15% | 0.65% | - |
| XYZ | 29.5 | 34.89 | 30.77 | - |
| YUV | 155.79 | 120.22 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 166 | 142 | 0.15 | 0 | 0.14 | 0.35 | 122.4 | 0.12 | 0.6 |
| Hex | 8D | A6 | 8E | F | 0 | E | 23 | 7A | C | 3C |
| Octal | 215 | 246 | 216 | 17 | 0 | 16 | 43 | 172 | 14 | 74 |
| Binary | 10001101 | 10100110 | 10001110 | 1111 | 0 | 1110 | 100011 | 1111010 | 1100 | 111100 |
Color Harmonies of #8DA68E
Complementary color
Monochromatic Colors of #8DA68E
Black with #8DA68E
Text Example
Text Example
White with #8DA68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA68E; }
p { color: rgb(141,166,142); }
H1.HeaderClassName
{
color: #8DA68E;
}
.AnyTagClassName
{
color: #8DA68E;
}
</style>
background-color css
<style>
a { background-color: #8DA68E; }
a { background-color: rgb(141,166,142); }
div.DivClassName
{
background-color: #8DA68E;
}
.BgClassName
{
background-color: #8DA68E;
}
</style>
border-color css
<style>
span { border-color: #8DA68E; }
span { border-color: rgb(141,166,142); }
td.TdClassName
{
border-color: #8DA68E;
}
.TagClassName
{
border-color: #8DA68E;
}
</style>