Shades of Pewter #8DA28C
Tints of Pewter #8DA28C
RGB
CMYK
RGB Variations
Color information
#8DA28C (or 0x8DA28C) is known color: Pewter. HEX triplet: 8D, A2 and 8C. RGB value is (141,162,140). Sum of RGB (Red+Green+Blue) = 141+162+140=443 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.83% from 443); Green value is 162 (63.67% from 255 or 36.57% from 443); Blue value is 140 (55.08% from 255 or 31.60% from 443); Max value from RGB is 162 - color contains mainly: green. Hex color #8DA28C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA28C is #725D73. Grayscale: #999999. Windows color (decimal): -7495028 or 9216653. OLE color: 9216653.
HSL color Cylindrical-coordinate representation of color #8DA28C: hue angle of 117.27º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8DA28C is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 141 | 162 | 140 | - |
| CMYK | 0.13 | 0 | 0.14 | 0.36 |
| HSL | 117.27º | 0.11% | 0.59% | - |
| HSV(B) | 117.27º | 0.14% | 0.64% | - |
| XYZ | 28.64 | 33.4 | 29.75 | - |
| YUV | 153.21 | 120.54 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 162 | 140 | 0.13 | 0 | 0.14 | 0.36 | 117.27 | 0.11 | 0.59 |
| Hex | 8D | A2 | 8C | D | 0 | E | 24 | 75 | B | 3B |
| Octal | 215 | 242 | 214 | 15 | 0 | 16 | 44 | 165 | 13 | 73 |
| Binary | 10001101 | 10100010 | 10001100 | 1101 | 0 | 1110 | 100100 | 1110101 | 1011 | 111011 |
Color Harmonies of #8DA28C
Complementary color
Monochromatic Colors of #8DA28C
Black with #8DA28C
Text Example
Text Example
White with #8DA28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA28C; }
p { color: rgb(141,162,140); }
H1.HeaderClassName
{
color: #8DA28C;
}
.AnyTagClassName
{
color: #8DA28C;
}
</style>
background-color css
<style>
a { background-color: #8DA28C; }
a { background-color: rgb(141,162,140); }
div.DivClassName
{
background-color: #8DA28C;
}
.BgClassName
{
background-color: #8DA28C;
}
</style>
border-color css
<style>
span { border-color: #8DA28C; }
span { border-color: rgb(141,162,140); }
td.TdClassName
{
border-color: #8DA28C;
}
.TagClassName
{
border-color: #8DA28C;
}
</style>