Html Css Color HEX #8F9B90 Pewter

📋 copy color: '#8F9B90'

red 143 ◦ green 155 ◦ blue 144

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

Shades of Pewter #8F9B90

Tints of Pewter #8F9B90

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.07%

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

R = 32.35%
G = 35.07%
B = 32.58%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.07

 K value IS 0.39

RGB Variations

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

Color information

#8F9B90 (or 0x8F9B90) is known color: Pewter. HEX triplet: 8F, 9B and 90. RGB value is (143,155,144). Sum of RGB (Red+Green+Blue) = 143+155+144=442 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.35% from 442); Green value is 155 (60.94% from 255 or 35.07% from 442); Blue value is 144 (56.64% from 255 or 32.58% from 442); Max value from RGB is 155 - color contains mainly: green. Hex color #8F9B90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9B90 is #70646F. Grayscale: #969696. Windows color (decimal): -7365744 or 9477007. OLE color: 9477007.

HSL color Cylindrical-coordinate representation of color #8F9B90: hue angle of 125º degrees, saturation: 0.06, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8F9B90 is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.39.

Color convert

RGB 143 155 144 -
CMYK 0.08 0 0.07 0.39
HSL 125º 0.06% 0.58% -
HSV(B) 125º 0.08% 0.61% -
XYZ 28.08 31.3 30.95 -
YUV 150.16 124.52 122.89 -
System Red Green Blue C M Y K H S L
Decimal 143 155 144 0.08 0 0.07 0.39 125 0.06 0.58
Hex 8F 9B 90 8 0 7 27 7D 6 3A
Octal 217 233 220 10 0 7 47 175 6 72
Binary 10001111 10011011 10010000 1000 0 111 100111 1111101 110 111010

Color Harmonies of #8F9B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9B90

Black with #8F9B90

Text Example


Text Example

White with #8F9B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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