Html Css Color HEX #8FA390 Pewter

📋 copy color: '#8FA390'

red 143 ◦ green 163 ◦ blue 144

#8FA390
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pewter #8FA390

Tints of Pewter #8FA390

RGB

 RED value IS 143 (56.25% from 255) = 31.78%

 GREEN value IS 163 (64.06% from 255) = 36.22%

 BLUE value IS 144 (56.64% from 255) = 32%

R = 31.78%
G = 36.22%
B = 32%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#8FA390 (or 0x8FA390) is known color: Pewter. HEX triplet: 8F, A3 and 90. RGB value is (143,163,144). Sum of RGB (Red+Green+Blue) = 143+163+144=450 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.78% from 450); Green value is 163 (64.06% from 255 or 36.22% from 450); Blue value is 144 (56.64% from 255 or 32% from 450); Max value from RGB is 163 - color contains mainly: green. Hex color #8FA390 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA390 is #705C6F. Grayscale: #9A9A9A. Windows color (decimal): -7363696 or 9479055. OLE color: 9479055.

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

Color convert

RGB 143 163 144 -
CMYK 0.12 0 0.12 0.36
HSL 123º 0.1% 0.6% -
HSV(B) 123º 0.12% 0.64% -
XYZ 29.46 34.05 31.4 -
YUV 154.85 121.87 119.54 -
System Red Green Blue C M Y K H S L
Decimal 143 163 144 0.12 0 0.12 0.36 123 0.1 0.6
Hex 8F A3 90 C 0 C 24 7B A 3C
Octal 217 243 220 14 0 14 44 173 12 74
Binary 10001111 10100011 10010000 1100 0 1100 100100 1111011 1010 111100

Color Harmonies of #8FA390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FA390

Black with #8FA390

Text Example


Text Example

White with #8FA390

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8FA390;
 }
 .AnyTagClassName
 {
   color: #8FA390;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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