Html Css Color HEX #8BA78A Pewter

📋 copy color: '#8BA78A'

red 139 ◦ green 167 ◦ blue 138

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

Shades of Pewter #8BA78A

Tints of Pewter #8BA78A

RGB

 RED value IS 139 (54.69% from 255) = 31.31%

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

 BLUE value IS 138 (54.3% from 255) = 31.08%

R = 31.31%
G = 37.61%
B = 31.08%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#8BA78A (or 0x8BA78A) is known color: Pewter. HEX triplet: 8B, A7 and 8A. RGB value is (139,167,138). Sum of RGB (Red+Green+Blue) = 139+167+138=444 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.31% from 444); Green value is 167 (65.62% from 255 or 37.61% from 444); Blue value is 138 (54.30% from 255 or 31.08% from 444); Max value from RGB is 167 - color contains mainly: green. Hex color #8BA78A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA78A is #745875. Grayscale: #9B9B9B. Windows color (decimal): -7624822 or 9086859. OLE color: 9086859.

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

Color convert

RGB 139 167 138 -
CMYK 0.17 0 0.17 0.35
HSL 117.93º 0.14% 0.6% -
HSV(B) 117.93º 0.17% 0.65% -
XYZ 29.05 34.96 29.26 -
YUV 155.32 118.22 116.36 -
System Red Green Blue C M Y K H S L
Decimal 139 167 138 0.17 0 0.17 0.35 117.93 0.14 0.6
Hex 8B A7 8A 11 0 11 23 76 E 3C
Octal 213 247 212 21 0 21 43 166 16 74
Binary 10001011 10100111 10001010 10001 0 10001 100011 1110110 1110 111100

Color Harmonies of #8BA78A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA78A

Black with #8BA78A

Text Example


Text Example

White with #8BA78A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,167,138); }

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

background-color css

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

 a { background-color: rgb(139,167,138); }

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

border-color css

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

 span { border-color: rgb(139,167,138); }

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