#869488

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

Shades of Stack #869488

Tints of Stack #869488

Color information

#869488 (or 0x869488) is unknown color: approx Stack. HEX triplet: 86, 94 and 88. RGB value is (134,148,136). Sum of RGB (Red+Green+Blue) = 134+148+136=418 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.06% from 418); Green value is 148 (58.20% from 255 or 35.41% from 418); Blue value is 136 (53.52% from 255 or 32.54% from 418); Max value from RGB is 148 - color contains mainly: green. Hex color #869488 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869488 is #796B77. Grayscale: #8E8E8E. Windows color (decimal): -7957368 or 8950918. OLE color: 8950918.

HSL color Cylindrical-coordinate representation of color #869488: hue angle of 128.57º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #869488 is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB134148136-
CMYK0.0900.080.42
HSL128.57º6.14%55.29%-
HSV(B)128.57º9.46%58.04%-
XYZ24.8728.0327.39-
YUV142.45124.36121.98-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.06%
GREEN value IS 148 (58.20% from 255) = 35.41%
BLUE value IS 136 (53.52% from 255) = 32.54%
R=32.06%
G=35.41%
B=32.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1341481360.0900.080.42128.576.1455.29
Hex8694889082A81637
Octal2062242101101052201667
Binary10000110100101001000100010010100010101010000001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869488; }

 p { color: rgb(134,148,136); }

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

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

 a { background-color: rgb(134,148,136); }

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

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

 span { border-color: rgb(134,148,136); }

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