#869492

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

Shades of Oslo Grey #869492

Tints of Oslo Grey #869492

Color information

#869492 (or 0x869492) is unknown color: approx Oslo Grey. HEX triplet: 86, 94 and 92. RGB value is (134,148,146). Sum of RGB (Red+Green+Blue) = 134+148+146=428 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.31% from 428); Green value is 148 (58.20% from 255 or 34.58% from 428); Blue value is 146 (57.42% from 255 or 34.11% from 428); Max value from RGB is 148 - color contains mainly: green. Hex color #869492 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869492 is #796B6D. Grayscale: #8F8F8F. Windows color (decimal): -7957358 or 9606278. OLE color: 9606278.

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

Color convert

RGB134148146-
CMYK0.0900.010.42
HSL171.43º6.14%55.29%-
HSV(B)171.43º9.46%58.04%-
XYZ25.6128.3231.31-
YUV143.59129.36121.16-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.31%
GREEN value IS 148 (58.20% from 255) = 34.58%
BLUE value IS 146 (57.42% from 255) = 34.11%
R=31.31%
G=34.58%
B=34.11%

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
Decimal1341481460.0900.010.42171.436.1455.29
Hex8694929012Aab637
Octal206224222110152253667
Binary10000110100101001001001010010110101010101011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869492; }

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

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

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

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

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

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

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

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