#8FAD8F

Color #8FAD8F Pewter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pewter #8FAD8F

Tints of Pewter #8FAD8F

Color information

#8FAD8F (or 0x8FAD8F) is unknown color: approx 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

RGB143173143-
CMYK0.1700.170.32
HSL120º15.46%61.96%-
HSV(B)120º17.34%67.84%-
XYZ31.2337.7131.62-
YUV160.61118.06115.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 143 (56.25% from 255) = 31.15%
GREEN value IS 173 (67.97% from 255) = 37.69%
BLUE value IS 143 (56.25% from 255) = 31.15%
R=31.15%
G=37.69%
B=31.15%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1431731430.1700.170.3212015.4661.96
Hex8FAD8F110112078f3e
Octal21725521721021401701776
Binary1000111110101101100011111000101000110000011110001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FAD8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>