#8C968B

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

Shades of Stack #8C968B

Tints of Stack #8C968B

Color information

#8C968B (or 0x8C968B) is unknown color: approx Stack. HEX triplet: 8C, 96 and 8B. RGB value is (140,150,139). Sum of RGB (Red+Green+Blue) = 140+150+139=429 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.63% from 429); Green value is 150 (58.98% from 255 or 34.97% from 429); Blue value is 139 (54.69% from 255 or 32.40% from 429); Max value from RGB is 150 - color contains mainly: green. Hex color #8C968B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C968B is #736974. Grayscale: #919191. Windows color (decimal): -7563637 or 9148044. OLE color: 9148044.

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

Color convert

RGB140150139-
CMYK0.0700.070.41
HSL114.55º4.98%56.67%-
HSV(B)114.55º7.33%58.82%-
XYZ26.3829.2528.68-
YUV145.76124.19123.89-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.63%
GREEN value IS 150 (58.98% from 255) = 34.97%
BLUE value IS 139 (54.69% from 255) = 32.40%
R=32.63%
G=34.97%
B=32.40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1401501390.0700.070.41114.554.9856.67
Hex8C968B7072973539
Octal21422621370751163571
Binary10001100100101101000101111101111010011110011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C968B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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