#8DA88D

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

Shades of Pewter #8DA88D

Tints of Pewter #8DA88D

Color information

#8DA88D (or 0x8DA88D) is unknown color: approx Pewter. HEX triplet: 8D, A8 and 8D. RGB value is (141,168,141). Sum of RGB (Red+Green+Blue) = 141+168+141=450 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.33% from 450); Green value is 168 (66.02% from 255 or 37.33% from 450); Blue value is 141 (55.47% from 255 or 31.33% from 450); Max value from RGB is 168 - color contains mainly: green. Hex color #8DA88D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA88D is #725772. Grayscale: #9C9C9C. Windows color (decimal): -7493491 or 9283725. OLE color: 9283725.

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

Color convert

RGB141168141-
CMYK0.1600.160.34
HSL120º13.43%60.59%-
HSV(B)120º16.07%65.88%-
XYZ29.7935.5930.5-
YUV156.85119.05116.7-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.33%
GREEN value IS 168 (66.02% from 255) = 37.33%
BLUE value IS 141 (55.47% from 255) = 31.33%
R=31.33%
G=37.33%
B=31.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1411681410.1600.160.3412013.4360.59
Hex8DA88D100102278d3d
Octal21525021520020421701575
Binary1000110110101000100011011000001000010001011110001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,168,141); }

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

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

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

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

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

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

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