Shades of Pewter #8DA38D
Tints of Pewter #8DA38D
RGB
CMYK
RGB Variations
Color information
#8DA38D (or 0x8DA38D) is known color: Pewter. HEX triplet: 8D, A3 and 8D. RGB value is (141,163,141). Sum of RGB (Red+Green+Blue) = 141+163+141=445 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.69% from 445); Green value is 163 (64.06% from 255 or 36.63% from 445); Blue value is 141 (55.47% from 255 or 31.69% from 445); Max value from RGB is 163 - color contains mainly: green. Hex color #8DA38D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA38D is #725C72. Grayscale: #999999. Windows color (decimal): -7494771 or 9282445. OLE color: 9282445.
HSL color Cylindrical-coordinate representation of color #8DA38D: hue angle of 120º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8DA38D is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 141 | 163 | 141 | - |
| CMYK | 0.13 | 0 | 0.13 | 0.36 |
| HSL | 120º | 0.11% | 0.6% | - |
| HSV(B) | 120º | 0.13% | 0.64% | - |
| XYZ | 28.89 | 33.78 | 30.2 | - |
| YUV | 153.91 | 120.71 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 163 | 141 | 0.13 | 0 | 0.13 | 0.36 | 120 | 0.11 | 0.6 |
| Hex | 8D | A3 | 8D | D | 0 | D | 24 | 78 | B | 3C |
| Octal | 215 | 243 | 215 | 15 | 0 | 15 | 44 | 170 | 13 | 74 |
| Binary | 10001101 | 10100011 | 10001101 | 1101 | 0 | 1101 | 100100 | 1111000 | 1011 | 111100 |
Color Harmonies of #8DA38D
Complementary color
Monochromatic Colors of #8DA38D
Black with #8DA38D
Text Example
Text Example
White with #8DA38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA38D; }
p { color: rgb(141,163,141); }
H1.HeaderClassName
{
color: #8DA38D;
}
.AnyTagClassName
{
color: #8DA38D;
}
</style>
background-color css
<style>
a { background-color: #8DA38D; }
a { background-color: rgb(141,163,141); }
div.DivClassName
{
background-color: #8DA38D;
}
.BgClassName
{
background-color: #8DA38D;
}
</style>
border-color css
<style>
span { border-color: #8DA38D; }
span { border-color: rgb(141,163,141); }
td.TdClassName
{
border-color: #8DA38D;
}
.TagClassName
{
border-color: #8DA38D;
}
</style>