#869391

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

Shades of Oslo Grey #869391

Tints of Oslo Grey #869391

Color information

#869391 (or 0x869391) is unknown color: approx Oslo Grey. HEX triplet: 86, 93 and 91. RGB value is (134,147,145). Sum of RGB (Red+Green+Blue) = 134+147+145=426 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.46% from 426); Green value is 147 (57.81% from 255 or 34.51% from 426); Blue value is 145 (57.03% from 255 or 34.04% from 426); Max value from RGB is 147 - color contains mainly: green. Hex color #869391 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869391 is #796C6E. Grayscale: #8E8E8E. Windows color (decimal): -7957615 or 9540486. OLE color: 9540486.

HSL color Cylindrical-coordinate representation of color #869391: hue angle of 170.77º 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 #869391 is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB134147145-
CMYK0.0900.010.42
HSL170.77º5.68%55.1%-
HSV(B)170.77º8.84%57.65%-
XYZ25.3827.9830.85-
YUV142.88129.19121.66-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.46%
GREEN value IS 147 (57.81% from 255) = 34.51%
BLUE value IS 145 (57.03% from 255) = 34.04%
R=31.46%
G=34.51%
B=34.04%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1341471450.0900.010.42170.775.6855.1
Hex8693919012Aab637
Octal206223221110152253667
Binary10000110100100111001000110010110101010101011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869391; }

 p { color: rgb(134,147,145); }

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

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

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

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

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

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

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