Html Css Color HEX #8FA691 Pewter

📋 copy color: '#8FA691'

red 143 ◦ green 166 ◦ blue 145

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

Shades of Pewter #8FA691

Tints of Pewter #8FA691

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.56%

 BLUE value IS 145 (57.03% from 255) = 31.94%

R = 31.5%
G = 36.56%
B = 31.94%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#8FA691 (or 0x8FA691) is known color: Pewter. HEX triplet: 8F, A6 and 91. RGB value is (143,166,145). Sum of RGB (Red+Green+Blue) = 143+166+145=454 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.50% from 454); Green value is 166 (65.23% from 255 or 36.56% from 454); Blue value is 145 (57.03% from 255 or 31.94% from 454); Max value from RGB is 166 - color contains mainly: green. Hex color #8FA691 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA691 is #70596E. Grayscale: #9C9C9C. Windows color (decimal): -7362927 or 9545359. OLE color: 9545359.

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

Color convert

RGB 143 166 145 -
CMYK 0.14 0 0.13 0.35
HSL 125.22º 0.11% 0.61% -
HSV(B) 125.22º 0.14% 0.65% -
XYZ 30.07 35.16 31.99 -
YUV 156.73 121.38 118.21 -
System Red Green Blue C M Y K H S L
Decimal 143 166 145 0.14 0 0.13 0.35 125.22 0.11 0.61
Hex 8F A6 91 E 0 D 23 7D B 3D
Octal 217 246 221 16 0 15 43 175 13 75
Binary 10001111 10100110 10010001 1110 0 1101 100011 1111101 1011 111101

Color Harmonies of #8FA691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FA691

Black with #8FA691

Text Example


Text Example

White with #8FA691

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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