Shades of Pewter #8DA18D
Tints of Pewter #8DA18D
RGB
CMYK
RGB Variations
Color information
#8DA18D (or 0x8DA18D) is known color: Pewter. HEX triplet: 8D, A1 and 8D. RGB value is (141,161,141). Sum of RGB (Red+Green+Blue) = 141+161+141=443 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.83% from 443); Green value is 161 (63.28% from 255 or 36.34% from 443); Blue value is 141 (55.47% from 255 or 31.83% from 443); Max value from RGB is 161 - color contains mainly: green. Hex color #8DA18D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA18D is #725E72. Grayscale: #989898. Windows color (decimal): -7495283 or 9281933. OLE color: 9281933.
HSL color Cylindrical-coordinate representation of color #8DA18D: hue angle of 120º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8DA18D is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
RGB | 141 | 161 | 141 | - |
CMYK | 0.12 | 0 | 0.12 | 0.37 |
HSL | 120º | 0.1% | 0.59% | - |
HSV(B) | 120º | 0.12% | 0.63% | - |
XYZ | 28.54 | 33.08 | 30.08 | - |
YUV | 152.74 | 121.37 | 119.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 141 | 161 | 141 | 0.12 | 0 | 0.12 | 0.37 | 120 | 0.1 | 0.59 |
Hex | 8D | A1 | 8D | C | 0 | C | 25 | 78 | A | 3B |
Octal | 215 | 241 | 215 | 14 | 0 | 14 | 45 | 170 | 12 | 73 |
Binary | 10001101 | 10100001 | 10001101 | 1100 | 0 | 1100 | 100101 | 1111000 | 1010 | 111011 |
Color Harmonies of #8DA18D
Complementary color
Monochromatic Colors of #8DA18D
Black with #8DA18D
Text Example
Text Example
White with #8DA18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA18D; }
p { color: rgb(141,161,141); }
H1.HeaderClassName
{
color: #8DA18D;
}
.AnyTagClassName
{
color: #8DA18D;
}
</style>
background-color css
<style>
a { background-color: #8DA18D; }
a { background-color: rgb(141,161,141); }
div.DivClassName
{
background-color: #8DA18D;
}
.BgClassName
{
background-color: #8DA18D;
}
</style>
border-color css
<style>
span { border-color: #8DA18D; }
span { border-color: rgb(141,161,141); }
td.TdClassName
{
border-color: #8DA18D;
}
.TagClassName
{
border-color: #8DA18D;
}
</style>