Shades of Pewter #8FAD8F
Tints of Pewter #8FAD8F
RGB
CMYK
RGB Variations
Color information
#8FAD8F (or 0x8FAD8F) is known color: Pewter. HEX triplet: 8F, AD and 8F. RGB value is (143,173,143). Sum of RGB (Red+Green+Blue) = 143+173+143=459 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.15% from 459); Green value is 173 (67.97% from 255 or 37.69% from 459); Blue value is 143 (56.25% from 255 or 31.15% from 459); Max value from RGB is 173 - color contains mainly: green. Hex color #8FAD8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FAD8F is #705270. Grayscale: #A0A0A0. Windows color (decimal): -7361137 or 9416079. OLE color: 9416079.
HSL color Cylindrical-coordinate representation of color #8FAD8F: hue angle of 120º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8FAD8F is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
RGB | 143 | 173 | 143 | - |
CMYK | 0.17 | 0 | 0.17 | 0.32 |
HSL | 120º | 0.15% | 0.62% | - |
HSV(B) | 120º | 0.17% | 0.68% | - |
XYZ | 31.23 | 37.71 | 31.62 | - |
YUV | 160.61 | 118.06 | 115.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 143 | 173 | 143 | 0.17 | 0 | 0.17 | 0.32 | 120 | 0.15 | 0.62 |
Hex | 8F | AD | 8F | 11 | 0 | 11 | 20 | 78 | F | 3E |
Octal | 217 | 255 | 217 | 21 | 0 | 21 | 40 | 170 | 17 | 76 |
Binary | 10001111 | 10101101 | 10001111 | 10001 | 0 | 10001 | 100000 | 1111000 | 1111 | 111110 |
Color Harmonies of #8FAD8F
Complementary color
Monochromatic Colors of #8FAD8F
Black with #8FAD8F
Text Example
Text Example
White with #8FAD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAD8F; }
p { color: rgb(143,173,143); }
H1.HeaderClassName
{
color: #8FAD8F;
}
.AnyTagClassName
{
color: #8FAD8F;
}
</style>
background-color css
<style>
a { background-color: #8FAD8F; }
a { background-color: rgb(143,173,143); }
div.DivClassName
{
background-color: #8FAD8F;
}
.BgClassName
{
background-color: #8FAD8F;
}
</style>
border-color css
<style>
span { border-color: #8FAD8F; }
span { border-color: rgb(143,173,143); }
td.TdClassName
{
border-color: #8FAD8F;
}
.TagClassName
{
border-color: #8FAD8F;
}
</style>