Html Css Color HEX #8DAA8D Pewter

📋 copy color: '#8DAA8D'

red 141 ◦ green 170 ◦ blue 141

#8DAA8D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pewter #8DAA8D

Tints of Pewter #8DAA8D

RGB

 RED value IS 141 (55.47% from 255) = 31.19%

 GREEN value IS 170 (66.8% from 255) = 37.61%

 BLUE value IS 141 (55.47% from 255) = 31.19%

R = 31.19%
G = 37.61%
B = 31.19%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#8DAA8D (or 0x8DAA8D) is known color: Pewter. HEX triplet: 8D, AA and 8D. RGB value is (141,170,141). Sum of RGB (Red+Green+Blue) = 141+170+141=452 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.19% from 452); Green value is 170 (66.80% from 255 or 37.61% from 452); Blue value is 141 (55.47% from 255 or 31.19% from 452); Max value from RGB is 170 - color contains mainly: green. Hex color #8DAA8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DAA8D is #725572. Grayscale: #9E9E9E. Windows color (decimal): -7492979 or 9284237. OLE color: 9284237.

HSL color Cylindrical-coordinate representation of color #8DAA8D: hue angle of 120º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8DAA8D is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB 141 170 141 -
CMYK 0.17 0 0.17 0.33
HSL 120º 0.15% 0.61% -
HSV(B) 120º 0.17% 0.67% -
XYZ 30.17 36.34 30.62 -
YUV 158.02 118.39 115.86 -
System Red Green Blue C M Y K H S L
Decimal 141 170 141 0.17 0 0.17 0.33 120 0.15 0.61
Hex 8D AA 8D 11 0 11 21 78 F 3D
Octal 215 252 215 21 0 21 41 170 17 75
Binary 10001101 10101010 10001101 10001 0 10001 100001 1111000 1111 111101

Color Harmonies of #8DAA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DAA8D

Black with #8DAA8D

Text Example


Text Example

White with #8DAA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8DAA8D;
 }
 .AnyTagClassName
 {
   color: #8DAA8D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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