#8DA58E

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

Shades of Pewter #8DA58E

Tints of Pewter #8DA58E

Color information

#8DA58E (or 0x8DA58E) is unknown color: approx Pewter. HEX triplet: 8D, A5 and 8E. RGB value is (141,165,142). Sum of RGB (Red+Green+Blue) = 141+165+142=448 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.47% from 448); Green value is 165 (64.84% from 255 or 36.83% from 448); Blue value is 142 (55.86% from 255 or 31.70% from 448); Max value from RGB is 165 - color contains mainly: green. Hex color #8DA58E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA58E is #725A71. Grayscale: #9B9B9B. Windows color (decimal): -7494258 or 9348493. OLE color: 9348493.

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

Color convert

RGB141165142-
CMYK0.1500.140.35
HSL122.5º11.76%60%-
HSV(B)122.5º14.55%64.71%-
XYZ29.3234.5330.71-
YUV155.2120.55117.87-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.47%
GREEN value IS 165 (64.84% from 255) = 36.83%
BLUE value IS 142 (55.86% from 255) = 31.70%
R=31.47%
G=36.83%
B=31.70%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1411651420.1500.140.35122.511.7660
Hex8DA58EF0E237ac3c
Octal21524521617016431721474
Binary10001101101001011000111011110111010001111110101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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