Html Css Color HEX #8FA28E Pewter

📋 copy color: '#8FA28E'

red 143 ◦ green 162 ◦ blue 142

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

Shades of Pewter #8FA28E

Tints of Pewter #8FA28E

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.24%

 BLUE value IS 142 (55.86% from 255) = 31.77%

R = 31.99%
G = 36.24%
B = 31.77%

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

#8FA28E (or 0x8FA28E) is known color: Pewter. HEX triplet: 8F, A2 and 8E. RGB value is (143,162,142). Sum of RGB (Red+Green+Blue) = 143+162+142=447 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.99% from 447); Green value is 162 (63.67% from 255 or 36.24% from 447); Blue value is 142 (55.86% from 255 or 31.77% from 447); Max value from RGB is 162 - color contains mainly: green. Hex color #8FA28E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA28E is #705D71. Grayscale: #9A9A9A. Windows color (decimal): -7363954 or 9347727. OLE color: 9347727.

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

Color convert

RGB 143 162 142 -
CMYK 0.12 0 0.12 0.36
HSL 117º 0.1% 0.6% -
HSV(B) 117º 0.12% 0.64% -
XYZ 29.13 33.63 30.55 -
YUV 154.04 121.21 120.13 -
System Red Green Blue C M Y K H S L
Decimal 143 162 142 0.12 0 0.12 0.36 117 0.1 0.6
Hex 8F A2 8E C 0 C 24 75 A 3C
Octal 217 242 216 14 0 14 44 165 12 74
Binary 10001111 10100010 10001110 1100 0 1100 100100 1110101 1010 111100

Color Harmonies of #8FA28E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FA28E

Black with #8FA28E

Text Example


Text Example

White with #8FA28E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,162,142); }

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

background-color css

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

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

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

border-color css

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

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

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