#869190

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

Shades of Oslo Grey #869190

Tints of Oslo Grey #869190

Color information

#869190 (or 0x869190) is unknown color: approx Oslo Grey. HEX triplet: 86, 91 and 90. RGB value is (134,145,144). Sum of RGB (Red+Green+Blue) = 134+145+144=423 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.68% from 423); Green value is 145 (57.03% from 255 or 34.28% from 423); Blue value is 144 (56.64% from 255 or 34.04% from 423); Max value from RGB is 145 - color contains mainly: green. Hex color #869190 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869190 is #796E6F. Grayscale: #8D8D8D. Windows color (decimal): -7958128 or 9474438. OLE color: 9474438.

HSL color Cylindrical-coordinate representation of color #869190: hue angle of 174.55º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #869190 is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB134145144-
CMYK0.0800.010.43
HSL174.55º4.76%54.71%-
HSV(B)174.55º7.59%56.86%-
XYZ24.9927.3330.34-
YUV141.6129.36122.58-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.68%
GREEN value IS 145 (57.03% from 255) = 34.28%
BLUE value IS 144 (56.64% from 255) = 34.04%
R=31.68%
G=34.28%
B=34.04%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1341451440.0800.010.43174.554.7654.71
Hex8691908012Baf537
Octal206221220100153257567
Binary10000110100100011001000010000110101110101111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869190; }

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

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

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

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

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

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

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

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