#869392

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

Shades of Oslo Grey #869392

Tints of Oslo Grey #869392

Color information

#869392 (or 0x869392) is unknown color: approx Oslo Grey. HEX triplet: 86, 93 and 92. RGB value is (134,147,146). Sum of RGB (Red+Green+Blue) = 134+147+146=427 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.38% from 427); Green value is 147 (57.81% from 255 or 34.43% from 427); Blue value is 146 (57.42% from 255 or 34.19% from 427); Max value from RGB is 147 - color contains mainly: green. Hex color #869392 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869392 is #796C6D. Grayscale: #8E8E8E. Windows color (decimal): -7957614 or 9606022. OLE color: 9606022.

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

Color convert

RGB134147146-
CMYK0.0900.010.42
HSL175.38º5.68%55.1%-
HSV(B)175.38º8.84%57.65%-
XYZ25.4528.0131.26-
YUV143129.69121.58-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.38%
GREEN value IS 147 (57.81% from 255) = 34.43%
BLUE value IS 146 (57.42% from 255) = 34.19%
R=31.38%
G=34.43%
B=34.19%

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
Decimal1341471460.0900.010.42175.385.6855.1
Hex8693929012Aaf637
Octal206223222110152257667
Binary10000110100100111001001010010110101010101111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869392; }

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

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

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

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

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

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

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

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