#869090

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

Shades of Oslo Grey #869090

Tints of Oslo Grey #869090

Color information

#869090 (or 0x869090) is unknown color: approx Oslo Grey. HEX triplet: 86, 90 and 90. RGB value is (134,144,144). Sum of RGB (Red+Green+Blue) = 134+144+144=422 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.75% from 422); Green value is 144 (56.64% from 255 or 34.12% from 422); Blue value is 144 (56.64% from 255 or 34.12% from 422); Max value from RGB is 144 - color contains mainly: green, blue. Hex color #869090 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869090 is #796F6F. Grayscale: #8D8D8D. Windows color (decimal): -7958384 or 9474182. OLE color: 9474182.

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

Color convert

RGB134144144-
CMYK0.07000.44
HSL180º4.31%54.51%-
HSV(B)180º6.94%56.47%-
XYZ24.8427.0330.29-
YUV141.01129.69123-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.75%
GREEN value IS 144 (56.64% from 255) = 34.12%
BLUE value IS 144 (56.64% from 255) = 34.12%
R=31.75%
G=34.12%
B=34.12%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1341441440.07000.441804.3154.51
Hex8690907002Cb4437
Octal20622022070054264467
Binary1000011010010000100100001110010110010110100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869090; }

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

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

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

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

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

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

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

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