#8DA28F

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

Shades of Pewter #8DA28F

Tints of Pewter #8DA28F

Color information

#8DA28F (or 0x8DA28F) is unknown color: approx Pewter. HEX triplet: 8D, A2 and 8F. RGB value is (141,162,143). Sum of RGB (Red+Green+Blue) = 141+162+143=446 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.61% from 446); Green value is 162 (63.67% from 255 or 36.32% from 446); Blue value is 143 (56.25% from 255 or 32.06% from 446); Max value from RGB is 162 - color contains mainly: green. Hex color #8DA28F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA28F is #725D70. Grayscale: #999999. Windows color (decimal): -7495025 or 9413261. OLE color: 9413261.

HSL color Cylindrical-coordinate representation of color #8DA28F: hue angle of 125.71º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8DA28F is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB141162143-
CMYK0.1300.120.36
HSL125.71º10.14%59.41%-
HSV(B)125.71º12.96%63.53%-
XYZ28.8633.4930.93-
YUV153.55122.04119.04-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.61%
GREEN value IS 162 (63.67% from 255) = 36.32%
BLUE value IS 143 (56.25% from 255) = 32.06%
R=31.61%
G=36.32%
B=32.06%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1411621430.1300.120.36125.7110.1459.41
Hex8DA28FD0C247ea3b
Octal21524221715014441761273
Binary10001101101000101000111111010110010010011111101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA28F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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