Html Css Color HEX #8CA78D Pewter

📋 copy color: '#8CA78D'

red 140 ◦ green 167 ◦ blue 141

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

Shades of Pewter #8CA78D

Tints of Pewter #8CA78D

RGB

 RED value IS 140 (55.08% from 255) = 31.25%

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

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

R = 31.25%
G = 37.28%
B = 31.47%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#8CA78D (or 0x8CA78D) is known color: Pewter. HEX triplet: 8C, A7 and 8D. RGB value is (140,167,141). Sum of RGB (Red+Green+Blue) = 140+167+141=448 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.25% from 448); Green value is 167 (65.62% from 255 or 37.28% from 448); Blue value is 141 (55.47% from 255 or 31.47% from 448); Max value from RGB is 167 - color contains mainly: green. Hex color #8CA78D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA78D is #735872. Grayscale: #9C9C9C. Windows color (decimal): -7559283 or 9283468. OLE color: 9283468.

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

Color convert

RGB 140 167 141 -
CMYK 0.16 0 0.16 0.35
HSL 122.22º 0.13% 0.6% -
HSV(B) 122.22º 0.16% 0.65% -
XYZ 29.44 35.14 30.43 -
YUV 155.96 119.55 116.61 -
System Red Green Blue C M Y K H S L
Decimal 140 167 141 0.16 0 0.16 0.35 122.22 0.13 0.6
Hex 8C A7 8D 10 0 10 23 7A D 3C
Octal 214 247 215 20 0 20 43 172 15 74
Binary 10001100 10100111 10001101 10000 0 10000 100011 1111010 1101 111100

Color Harmonies of #8CA78D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA78D

Black with #8CA78D

Text Example


Text Example

White with #8CA78D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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