#8FA290

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

Shades of Pewter #8FA290

Tints of Pewter #8FA290

Color information

#8FA290 (or 0x8FA290) is unknown color: approx Pewter. HEX triplet: 8F, A2 and 90. RGB value is (143,162,144). Sum of RGB (Red+Green+Blue) = 143+162+144=449 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.85% from 449); Green value is 162 (63.67% from 255 or 36.08% from 449); Blue value is 144 (56.64% from 255 or 32.07% from 449); Max value from RGB is 162 - color contains mainly: green. Hex color #8FA290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA290 is #705D6F. Grayscale: #9A9A9A. Windows color (decimal): -7363952 or 9478799. OLE color: 9478799.

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

Color convert

RGB143162144-
CMYK0.1200.110.36
HSL123.16º9.27%59.8%-
HSV(B)123.16º11.73%63.53%-
XYZ29.2833.6931.35-
YUV154.27122.21119.96-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.85%
GREEN value IS 162 (63.67% from 255) = 36.08%
BLUE value IS 144 (56.64% from 255) = 32.07%
R=31.85%
G=36.08%
B=32.07%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1431621440.1200.110.36123.169.2759.8
Hex8FA290C0B247b93c
Octal21724222014013441731174
Binary10001111101000101001000011000101110010011110111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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