#8EA58E

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

Shades of Pewter #8EA58E

Tints of Pewter #8EA58E

Color information

#8EA58E (or 0x8EA58E) is unknown color: approx Pewter. HEX triplet: 8E, A5 and 8E. RGB value is (142,165,142). Sum of RGB (Red+Green+Blue) = 142+165+142=449 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.63% from 449); Green value is 165 (64.84% from 255 or 36.75% from 449); Blue value is 142 (55.86% from 255 or 31.63% from 449); Max value from RGB is 165 - color contains mainly: green. Hex color #8EA58E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA58E is #715A71. Grayscale: #9B9B9B. Windows color (decimal): -7428722 or 9348494. OLE color: 9348494.

HSL color Cylindrical-coordinate representation of color #8EA58E: hue angle of 120º degrees, saturation: 0.11, 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 #8EA58E is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB142165142-
CMYK0.1400.140.35
HSL120º11.33%60.2%-
HSV(B)120º13.94%64.71%-
XYZ29.4934.6130.72-
YUV155.5120.38118.37-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.63%
GREEN value IS 165 (64.84% from 255) = 36.75%
BLUE value IS 142 (55.86% from 255) = 31.63%
R=31.63%
G=36.75%
B=31.63%

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
Decimal1421651420.1400.140.3512011.3360.2
Hex8EA58EE0E2378b3c
Octal21624521616016431701374
Binary10001110101001011000111011100111010001111110001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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