#8F968F

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

Shades of Pewter #8F968F

Tints of Pewter #8F968F

Color information

#8F968F (or 0x8F968F) is unknown color: approx Pewter. HEX triplet: 8F, 96 and 8F. RGB value is (143,150,143). Sum of RGB (Red+Green+Blue) = 143+150+143=436 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.80% from 436); Green value is 150 (58.98% from 255 or 34.40% from 436); Blue value is 143 (56.25% from 255 or 32.80% from 436); Max value from RGB is 150 - color contains mainly: green. Hex color #8F968F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F968F is #706970. Grayscale: #939393. Windows color (decimal): -7367025 or 9410191. OLE color: 9410191.

HSL color Cylindrical-coordinate representation of color #8F968F: hue angle of 120º degrees, saturation: 0.03, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #8F968F is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB143150143-
CMYK0.0500.050.41
HSL120º3.23%57.45%-
HSV(B)120º4.67%58.82%-
XYZ27.1929.6430.27-
YUV147.11125.68125.07-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.80%
GREEN value IS 150 (58.98% from 255) = 34.40%
BLUE value IS 143 (56.25% from 255) = 32.80%
R=32.80%
G=34.40%
B=32.80%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1431501430.0500.050.411203.2357.45
Hex8F968F5052978339
Octal21722621750551170371
Binary1000111110010110100011111010101101001111100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F968F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8F968F; }

 p { color: rgb(143,150,143); }

 H1.HeaderClassName
 {
   color: #8F968F;
 }
 .AnyTagClassName
 {
   color: #8F968F;
 }
</style>
background-color css

<style>
 a { background-color: #8F968F; }

 a { background-color: rgb(143,150,143); }

 div.DivClassName
 {
   background-color: #8F968F;
 }
 .BgClassName
 {
   background-color: #8F968F;
 }
</style>
border-color css

<style>
 span { border-color: #8F968F; }

 span { border-color: rgb(143,150,143); }

 td.TdClassName
 {
   border-color: #8F968F;
 }
 .TagClassName
 {
   border-color: #8F968F;
 }
</style>