#8EA98F

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

Shades of Pewter #8EA98F

Tints of Pewter #8EA98F

Color information

#8EA98F (or 0x8EA98F) is unknown color: approx Pewter. HEX triplet: 8E, A9 and 8F. RGB value is (142,169,143). Sum of RGB (Red+Green+Blue) = 142+169+143=454 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.28% from 454); Green value is 169 (66.41% from 255 or 37.22% from 454); Blue value is 143 (56.25% from 255 or 31.50% from 454); Max value from RGB is 169 - color contains mainly: green. Hex color #8EA98F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA98F is #715670. Grayscale: #9E9E9E. Windows color (decimal): -7427697 or 9415054. OLE color: 9415054.

HSL color Cylindrical-coordinate representation of color #8EA98F: hue angle of 122.22º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8EA98F is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB142169143-
CMYK0.1600.150.34
HSL122.22º13.57%60.98%-
HSV(B)122.22º15.98%66.27%-
XYZ30.336.1131.36-
YUV157.96119.55116.61-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.28%
GREEN value IS 169 (66.41% from 255) = 37.22%
BLUE value IS 143 (56.25% from 255) = 31.50%
R=31.28%
G=37.22%
B=31.50%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1421691430.1600.150.34122.2213.5760.98
Hex8EA98F100F227ae3d
Octal21625121720017421721675
Binary100011101010100110001111100000111110001011110101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA98F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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