#8FA490

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

Shades of Pewter #8FA490

Tints of Pewter #8FA490

Color information

#8FA490 (or 0x8FA490) is unknown color: approx Pewter. HEX triplet: 8F, A4 and 90. RGB value is (143,164,144). Sum of RGB (Red+Green+Blue) = 143+164+144=451 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.71% from 451); Green value is 164 (64.45% from 255 or 36.36% from 451); Blue value is 144 (56.64% from 255 or 31.93% from 451); Max value from RGB is 164 - color contains mainly: green. Hex color #8FA490 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA490 is #705B6F. Grayscale: #9B9B9B. Windows color (decimal): -7363440 or 9479311. OLE color: 9479311.

HSL color Cylindrical-coordinate representation of color #8FA490: hue angle of 122.86º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8FA490 is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB143164144-
CMYK0.1300.120.36
HSL122.86º10.34%60.2%-
HSV(B)122.86º12.8%64.31%-
XYZ29.6434.431.46-
YUV155.44121.54119.13-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.71%
GREEN value IS 164 (64.45% from 255) = 36.36%
BLUE value IS 144 (56.64% from 255) = 31.93%
R=31.71%
G=36.36%
B=31.93%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1431641440.1300.120.36122.8610.3460.2
Hex8FA490D0C247ba3c
Octal21724422015014441731274
Binary10001111101001001001000011010110010010011110111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,164,144); }

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

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

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

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

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

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

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