#8FA391

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

Shades of Pewter #8FA391

Tints of Pewter #8FA391

Color information

#8FA391 (or 0x8FA391) is unknown color: approx Pewter. HEX triplet: 8F, A3 and 91. RGB value is (143,163,145). Sum of RGB (Red+Green+Blue) = 143+163+145=451 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.71% from 451); Green value is 163 (64.06% from 255 or 36.14% from 451); Blue value is 145 (57.03% from 255 or 32.15% from 451); Max value from RGB is 163 - color contains mainly: green. Hex color #8FA391 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA391 is #705C6E. Grayscale: #9B9B9B. Windows color (decimal): -7363695 or 9544591. OLE color: 9544591.

HSL color Cylindrical-coordinate representation of color #8FA391: hue angle of 126º degrees, saturation: 0.1, 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 #8FA391 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.36.

Color convert

RGB143163145-
CMYK0.1200.110.36
HSL126º9.8%60%-
HSV(B)126º12.27%63.92%-
XYZ29.5434.0831.81-
YUV154.97122.37119.46-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.71%
GREEN value IS 163 (64.06% from 255) = 36.14%
BLUE value IS 145 (57.03% from 255) = 32.15%
R=31.71%
G=36.14%
B=32.15%

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
Decimal1431631450.1200.110.361269.860
Hex8FA391C0B247ea3c
Octal21724322114013441761274
Binary10001111101000111001000111000101110010011111101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,163,145); }

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

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

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

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

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

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

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