Shades of Pewter #8DA98C
Tints of Pewter #8DA98C
RGB
CMYK
RGB Variations
Color information
#8DA98C (or 0x8DA98C) is known color: Pewter. HEX triplet: 8D, A9 and 8C. RGB value is (141,169,140). Sum of RGB (Red+Green+Blue) = 141+169+140=450 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.33% from 450); Green value is 169 (66.41% from 255 or 37.56% from 450); Blue value is 140 (55.08% from 255 or 31.11% from 450); Max value from RGB is 169 - color contains mainly: green. Hex color #8DA98C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA98C is #725673. Grayscale: #9D9D9D. Windows color (decimal): -7493236 or 9218445. OLE color: 9218445.
HSL color Cylindrical-coordinate representation of color #8DA98C: hue angle of 117.93º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8DA98C is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 141 | 169 | 140 | - |
| CMYK | 0.17 | 0 | 0.17 | 0.34 |
| HSL | 117.93º | 0.14% | 0.61% | - |
| HSV(B) | 117.93º | 0.17% | 0.66% | - |
| XYZ | 29.91 | 35.93 | 30.17 | - |
| YUV | 157.32 | 118.22 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 169 | 140 | 0.17 | 0 | 0.17 | 0.34 | 117.93 | 0.14 | 0.61 |
| Hex | 8D | A9 | 8C | 11 | 0 | 11 | 22 | 76 | E | 3D |
| Octal | 215 | 251 | 214 | 21 | 0 | 21 | 42 | 166 | 16 | 75 |
| Binary | 10001101 | 10101001 | 10001100 | 10001 | 0 | 10001 | 100010 | 1110110 | 1110 | 111101 |
Color Harmonies of #8DA98C
Complementary color
Monochromatic Colors of #8DA98C
Black with #8DA98C
Text Example
Text Example
White with #8DA98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA98C; }
p { color: rgb(141,169,140); }
H1.HeaderClassName
{
color: #8DA98C;
}
.AnyTagClassName
{
color: #8DA98C;
}
</style>
background-color css
<style>
a { background-color: #8DA98C; }
a { background-color: rgb(141,169,140); }
div.DivClassName
{
background-color: #8DA98C;
}
.BgClassName
{
background-color: #8DA98C;
}
</style>
border-color css
<style>
span { border-color: #8DA98C; }
span { border-color: rgb(141,169,140); }
td.TdClassName
{
border-color: #8DA98C;
}
.TagClassName
{
border-color: #8DA98C;
}
</style>