Shades of Pewter #8DA28D
Tints of Pewter #8DA28D
RGB
CMYK
RGB Variations
Color information
#8DA28D (or 0x8DA28D) is known color: Pewter. HEX triplet: 8D, A2 and 8D. RGB value is (141,162,141). Sum of RGB (Red+Green+Blue) = 141+162+141=444 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.76% from 444); Green value is 162 (63.67% from 255 or 36.49% from 444); Blue value is 141 (55.47% from 255 or 31.76% from 444); Max value from RGB is 162 - color contains mainly: green. Hex color #8DA28D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA28D is #725D72. Grayscale: #999999. Windows color (decimal): -7495027 or 9282189. OLE color: 9282189.
HSL color Cylindrical-coordinate representation of color #8DA28D: hue angle of 120º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8DA28D is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 141 | 162 | 141 | - |
| CMYK | 0.13 | 0 | 0.13 | 0.36 |
| HSL | 120º | 0.1% | 0.59% | - |
| HSV(B) | 120º | 0.13% | 0.64% | - |
| XYZ | 28.71 | 33.43 | 30.14 | - |
| YUV | 153.33 | 121.04 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 162 | 141 | 0.13 | 0 | 0.13 | 0.36 | 120 | 0.1 | 0.59 |
| Hex | 8D | A2 | 8D | D | 0 | D | 24 | 78 | A | 3B |
| Octal | 215 | 242 | 215 | 15 | 0 | 15 | 44 | 170 | 12 | 73 |
| Binary | 10001101 | 10100010 | 10001101 | 1101 | 0 | 1101 | 100100 | 1111000 | 1010 | 111011 |
Color Harmonies of #8DA28D
Complementary color
Monochromatic Colors of #8DA28D
Black with #8DA28D
Text Example
Text Example
White with #8DA28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA28D; }
p { color: rgb(141,162,141); }
H1.HeaderClassName
{
color: #8DA28D;
}
.AnyTagClassName
{
color: #8DA28D;
}
</style>
background-color css
<style>
a { background-color: #8DA28D; }
a { background-color: rgb(141,162,141); }
div.DivClassName
{
background-color: #8DA28D;
}
.BgClassName
{
background-color: #8DA28D;
}
</style>
border-color css
<style>
span { border-color: #8DA28D; }
span { border-color: rgb(141,162,141); }
td.TdClassName
{
border-color: #8DA28D;
}
.TagClassName
{
border-color: #8DA28D;
}
</style>