#8B978A

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

Shades of Stack #8B978A

Tints of Stack #8B978A

Color information

#8B978A (or 0x8B978A) is unknown color: approx Stack. HEX triplet: 8B, 97 and 8A. RGB value is (139,151,138). Sum of RGB (Red+Green+Blue) = 139+151+138=428 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.48% from 428); Green value is 151 (59.38% from 255 or 35.28% from 428); Blue value is 138 (54.30% from 255 or 32.24% from 428); Max value from RGB is 151 - color contains mainly: green. Hex color #8B978A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B978A is #746875. Grayscale: #919191. Windows color (decimal): -7628918 or 9082763. OLE color: 9082763.

HSL color Cylindrical-coordinate representation of color #8B978A: hue angle of 115.38º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8B978A is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB139151138-
CMYK0.0800.090.41
HSL115.38º5.88%56.67%-
HSV(B)115.38º8.61%59.22%-
XYZ26.329.4628.34-
YUV145.93123.52123.06-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.48%
GREEN value IS 151 (59.38% from 255) = 35.28%
BLUE value IS 138 (54.30% from 255) = 32.24%
R=32.48%
G=35.28%
B=32.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1391511380.0800.090.41115.385.8856.67
Hex8B978A8092973639
Octal2132272121001151163671
Binary1000101110010111100010101000010011010011110011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B978A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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