Shades of Pewter #8DA58E
Tints of Pewter #8DA58E
RGB
CMYK
RGB Variations
Color information
#8DA58E (or 0x8DA58E) is known color: Pewter. HEX triplet: 8D, A5 and 8E. RGB value is (141,165,142). Sum of RGB (Red+Green+Blue) = 141+165+142=448 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.47% from 448); Green value is 165 (64.84% from 255 or 36.83% from 448); Blue value is 142 (55.86% from 255 or 31.70% from 448); Max value from RGB is 165 - color contains mainly: green. Hex color #8DA58E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA58E is #725A71. Grayscale: #9B9B9B. Windows color (decimal): -7494258 or 9348493. OLE color: 9348493.
HSL color Cylindrical-coordinate representation of color #8DA58E: hue angle of 122.5º 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 #8DA58E is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 141 | 165 | 142 | - |
| CMYK | 0.15 | 0 | 0.14 | 0.35 |
| HSL | 122.5º | 0.12% | 0.6% | - |
| HSV(B) | 122.5º | 0.15% | 0.65% | - |
| XYZ | 29.32 | 34.53 | 30.71 | - |
| YUV | 155.2 | 120.55 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 165 | 142 | 0.15 | 0 | 0.14 | 0.35 | 122.5 | 0.12 | 0.6 |
| Hex | 8D | A5 | 8E | F | 0 | E | 23 | 7B | C | 3C |
| Octal | 215 | 245 | 216 | 17 | 0 | 16 | 43 | 173 | 14 | 74 |
| Binary | 10001101 | 10100101 | 10001110 | 1111 | 0 | 1110 | 100011 | 1111011 | 1100 | 111100 |
Color Harmonies of #8DA58E
Complementary color
Monochromatic Colors of #8DA58E
Black with #8DA58E
Text Example
Text Example
White with #8DA58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA58E; }
p { color: rgb(141,165,142); }
H1.HeaderClassName
{
color: #8DA58E;
}
.AnyTagClassName
{
color: #8DA58E;
}
</style>
background-color css
<style>
a { background-color: #8DA58E; }
a { background-color: rgb(141,165,142); }
div.DivClassName
{
background-color: #8DA58E;
}
.BgClassName
{
background-color: #8DA58E;
}
</style>
border-color css
<style>
span { border-color: #8DA58E; }
span { border-color: rgb(141,165,142); }
td.TdClassName
{
border-color: #8DA58E;
}
.TagClassName
{
border-color: #8DA58E;
}
</style>