#8EA68E

Color #8EA68E Pewter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pewter #8EA68E

Tints of Pewter #8EA68E

Color information

#8EA68E (or 0x8EA68E) is unknown color: approx Pewter. HEX triplet: 8E, A6 and 8E. RGB value is (142,166,142). Sum of RGB (Red+Green+Blue) = 142+166+142=450 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.56% from 450); Green value is 166 (65.23% from 255 or 36.89% from 450); Blue value is 142 (55.86% from 255 or 31.56% from 450); Max value from RGB is 166 - color contains mainly: green. Hex color #8EA68E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA68E is #715971. Grayscale: #9C9C9C. Windows color (decimal): -7428466 or 9348750. OLE color: 9348750.

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

Color convert

RGB142166142-
CMYK0.1400.140.35
HSL120º11.88%60.39%-
HSV(B)120º14.46%65.1%-
XYZ29.6734.9830.78-
YUV156.09120.05117.95-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.56%
GREEN value IS 166 (65.23% from 255) = 36.89%
BLUE value IS 142 (55.86% from 255) = 31.56%
R=31.56%
G=36.89%
B=31.56%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1421661420.1400.140.3512011.8860.39
Hex8EA68EE0E2378c3c
Octal21624621616016431701474
Binary10001110101001101000111011100111010001111110001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,166,142); }

 H1.HeaderClassName
 {
   color: #8EA68E;
 }
 .AnyTagClassName
 {
   color: #8EA68E;
 }
</style>
background-color css

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

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

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

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

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

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