#868E85

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

Shades of Stack #868E85

Tints of Stack #868E85

Color information

#868E85 (or 0x868E85) is unknown color: approx Stack. HEX triplet: 86, 8E and 85. RGB value is (134,142,133). Sum of RGB (Red+Green+Blue) = 134+142+133=409 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.76% from 409); Green value is 142 (55.86% from 255 or 34.72% from 409); Blue value is 133 (52.34% from 255 or 32.52% from 409); Max value from RGB is 142 - color contains mainly: green. Hex color #868E85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868E85 is #79717A. Grayscale: #8A8A8A. Windows color (decimal): -7958907 or 8752774. OLE color: 8752774.

HSL color Cylindrical-coordinate representation of color #868E85: hue angle of 113.33º degrees, saturation: 0.04, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #868E85 is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB134142133-
CMYK0.0600.060.44
HSL113.33º3.83%53.92%-
HSV(B)113.33º6.34%55.69%-
XYZ23.7426.1125.98-
YUV138.58124.85124.73-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.76%
GREEN value IS 142 (55.86% from 255) = 34.72%
BLUE value IS 133 (52.34% from 255) = 32.52%
R=32.76%
G=34.72%
B=32.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1341421330.0600.060.44113.333.8353.92
Hex868E856062C71436
Octal20621620560654161466
Binary10000110100011101000010111001101011001110001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868E85; }

 p { color: rgb(134,142,133); }

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

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

 a { background-color: rgb(134,142,133); }

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

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

 span { border-color: rgb(134,142,133); }

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