#868C8C

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

Shades of Oslo Grey #868C8C

Tints of Oslo Grey #868C8C

Color information

#868C8C (or 0x868C8C) is unknown color: approx Oslo Grey. HEX triplet: 86, 8C and 8C. RGB value is (134,140,140). Sum of RGB (Red+Green+Blue) = 134+140+140=414 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.37% from 414); Green value is 140 (55.08% from 255 or 33.82% from 414); Blue value is 140 (55.08% from 255 or 33.82% from 414); Max value from RGB is 140 - color contains mainly: green, blue. Hex color #868C8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868C8C is #797373. Grayscale: #8A8A8A. Windows color (decimal): -7959412 or 9211014. OLE color: 9211014.

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

Color convert

RGB134140140-
CMYK0.04000.45
HSL180º2.54%53.73%-
HSV(B)180º4.29%54.9%-
XYZ23.9425.7228.51-
YUV138.21129.01125-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.37%
GREEN value IS 140 (55.08% from 255) = 33.82%
BLUE value IS 140 (55.08% from 255) = 33.82%
R=32.37%
G=33.82%
B=33.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1341401400.04000.451802.5453.73
Hex868C8C4002Db4336
Octal20621421440055264366
Binary100001101000110010001100100001011011011010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,140,140); }

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

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

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

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

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

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

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