Html Css Color HEX #8DA78E Pewter

📋 copy color: '#8DA78E'

red 141 ◦ green 167 ◦ blue 142

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

Shades of Pewter #8DA78E

Tints of Pewter #8DA78E

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.11%

 BLUE value IS 142 (55.86% from 255) = 31.56%

R = 31.33%
G = 37.11%
B = 31.56%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#8DA78E (or 0x8DA78E) is known color: Pewter. HEX triplet: 8D, A7 and 8E. RGB value is (141,167,142). Sum of RGB (Red+Green+Blue) = 141+167+142=450 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.33% from 450); Green value is 167 (65.62% from 255 or 37.11% from 450); Blue value is 142 (55.86% from 255 or 31.56% from 450); Max value from RGB is 167 - color contains mainly: green. Hex color #8DA78E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA78E is #725871. Grayscale: #9C9C9C. Windows color (decimal): -7493746 or 9349005. OLE color: 9349005.

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

Color convert

RGB 141 167 142 -
CMYK 0.16 0 0.15 0.35
HSL 122.31º 0.13% 0.6% -
HSV(B) 122.31º 0.16% 0.65% -
XYZ 29.69 35.25 30.83 -
YUV 156.38 119.89 117.03 -
System Red Green Blue C M Y K H S L
Decimal 141 167 142 0.16 0 0.15 0.35 122.31 0.13 0.6
Hex 8D A7 8E 10 0 F 23 7A D 3C
Octal 215 247 216 20 0 17 43 172 15 74
Binary 10001101 10100111 10001110 10000 0 1111 100011 1111010 1101 111100

Color Harmonies of #8DA78E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA78E

Black with #8DA78E

Text Example


Text Example

White with #8DA78E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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