#8FA68F

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

Shades of Pewter #8FA68F

Tints of Pewter #8FA68F

Color information

#8FA68F (or 0x8FA68F) is unknown color: approx Pewter. HEX triplet: 8F, A6 and 8F. RGB value is (143,166,143). Sum of RGB (Red+Green+Blue) = 143+166+143=452 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.64% from 452); Green value is 166 (65.23% from 255 or 36.73% from 452); Blue value is 143 (56.25% from 255 or 31.64% from 452); Max value from RGB is 166 - color contains mainly: green. Hex color #8FA68F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA68F is #705970. Grayscale: #9C9C9C. Windows color (decimal): -7362929 or 9414287. OLE color: 9414287.

HSL color Cylindrical-coordinate representation of color #8FA68F: hue angle of 120º degrees, saturation: 0.11, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8FA68F is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB143166143-
CMYK0.1400.140.35
HSL120º11.44%60.59%-
HSV(B)120º13.86%65.1%-
XYZ29.9235.131.18-
YUV156.5120.38118.37-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.64%
GREEN value IS 166 (65.23% from 255) = 36.73%
BLUE value IS 143 (56.25% from 255) = 31.64%
R=31.64%
G=36.73%
B=31.64%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1431661430.1400.140.3512011.4460.59
Hex8FA68FE0E2378b3d
Octal21724621716016431701375
Binary10001111101001101000111111100111010001111110001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA68F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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