#8FA590

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

Shades of Pewter #8FA590

Tints of Pewter #8FA590

Color information

#8FA590 (or 0x8FA590) is unknown color: approx Pewter. HEX triplet: 8F, A5 and 90. RGB value is (143,165,144). Sum of RGB (Red+Green+Blue) = 143+165+144=452 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.64% from 452); Green value is 165 (64.84% from 255 or 36.50% from 452); Blue value is 144 (56.64% from 255 or 31.86% from 452); Max value from RGB is 165 - color contains mainly: green. Hex color #8FA590 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA590 is #705A6F. Grayscale: #9C9C9C. Windows color (decimal): -7363184 or 9479567. OLE color: 9479567.

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

Color convert

RGB143165144-
CMYK0.1300.130.35
HSL122.73º10.89%60.39%-
HSV(B)122.73º13.33%64.71%-
XYZ29.8234.7631.52-
YUV156.03121.21118.71-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.64%
GREEN value IS 165 (64.84% from 255) = 36.50%
BLUE value IS 144 (56.64% from 255) = 31.86%
R=31.64%
G=36.50%
B=31.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1431651440.1300.130.35122.7310.8960.39
Hex8FA590D0D237bb3c
Octal21724522015015431731374
Binary10001111101001011001000011010110110001111110111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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