Html Css Color HEX #8F968F Pewter

📋 copy color: '#8F968F'

red 143 ◦ green 150 ◦ blue 143

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

Shades of Pewter #8F968F

Tints of Pewter #8F968F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 34.4%

 BLUE value IS 143 (56.25% from 255) = 32.8%

R = 32.8%
G = 34.4%
B = 32.8%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#8F968F (or 0x8F968F) is known color: Pewter. HEX triplet: 8F, 96 and 8F. RGB value is (143,150,143). Sum of RGB (Red+Green+Blue) = 143+150+143=436 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.80% from 436); Green value is 150 (58.98% from 255 or 34.40% from 436); Blue value is 143 (56.25% from 255 or 32.80% from 436); Max value from RGB is 150 - color contains mainly: green. Hex color #8F968F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F968F is #706970. Grayscale: #939393. Windows color (decimal): -7367025 or 9410191. OLE color: 9410191.

HSL color Cylindrical-coordinate representation of color #8F968F: hue angle of 120º degrees, saturation: 0.03, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #8F968F is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB 143 150 143 -
CMYK 0.05 0 0.05 0.41
HSL 120º 0.03% 0.57% -
HSV(B) 120º 0.05% 0.59% -
XYZ 27.19 29.64 30.27 -
YUV 147.11 125.68 125.07 -
System Red Green Blue C M Y K H S L
Decimal 143 150 143 0.05 0 0.05 0.41 120 0.03 0.57
Hex 8F 96 8F 5 0 5 29 78 3 39
Octal 217 226 217 5 0 5 51 170 3 71
Binary 10001111 10010110 10001111 101 0 101 101001 1111000 11 111001

Color Harmonies of #8F968F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F968F

Black with #8F968F

Text Example


Text Example

White with #8F968F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,150,143); }

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

background-color css

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

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

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

border-color css

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

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

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