#8C968A

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

Shades of Stack #8C968A

Tints of Stack #8C968A

Color information

#8C968A (or 0x8C968A) is unknown color: approx Stack. HEX triplet: 8C, 96 and 8A. RGB value is (140,150,138). Sum of RGB (Red+Green+Blue) = 140+150+138=428 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.71% from 428); Green value is 150 (58.98% from 255 or 35.05% from 428); Blue value is 138 (54.30% from 255 or 32.24% from 428); Max value from RGB is 150 - color contains mainly: green. Hex color #8C968A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C968A is #736975. Grayscale: #919191. Windows color (decimal): -7563638 or 9082508. OLE color: 9082508.

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

Color convert

RGB140150138-
CMYK0.0700.080.41
HSL110º5.41%56.47%-
HSV(B)110º8%58.82%-
XYZ26.3129.2228.3-
YUV145.64123.69123.98-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.71%
GREEN value IS 150 (58.98% from 255) = 35.05%
BLUE value IS 138 (54.30% from 255) = 32.24%
R=32.71%
G=35.05%
B=32.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1401501380.0700.080.411105.4156.47
Hex8C968A708296e538
Octal214226212701051156570
Binary100011001001011010001010111010001010011101110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C968A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,150,138); }

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

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

 a { background-color: rgb(140,150,138); }

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

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

 span { border-color: rgb(140,150,138); }

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