#868888

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

Shades of Oslo Grey #868888

Tints of Oslo Grey #868888

Color information

#868888 (or 0x868888) is unknown color: approx Oslo Grey. HEX triplet: 86, 88 and 88. RGB value is (134,136,136). Sum of RGB (Red+Green+Blue) = 134+136+136=406 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.00% from 406); Green value is 136 (53.52% from 255 or 33.50% from 406); Blue value is 136 (53.52% from 255 or 33.50% from 406); Max value from RGB is 136 - color contains mainly: green, blue. Hex color #868888 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868888 is #797777. Grayscale: #878787. Windows color (decimal): -7960440 or 8947846. OLE color: 8947846.

HSL color Cylindrical-coordinate representation of color #868888: hue angle of 180º degrees, saturation: 0.01, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #868888 is Cyan = 0.01, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB134136136-
CMYK0.01000.47
HSL180º0.83%52.94%-
HSV(B)180º1.47%53.33%-
XYZ23.0824.4526.8-
YUV135.4128.34127-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.00%
GREEN value IS 136 (53.52% from 255) = 33.50%
BLUE value IS 136 (53.52% from 255) = 33.50%
R=33.00%
G=33.50%
B=33.50%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341361360.01000.471800.8352.94
Hex8688881002Fb4135
Octal20621021010057264165
Binary100001101000100010001000100101111101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868888; }

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

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

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

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

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

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

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

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