#8B908F

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

Shades of Oslo Grey #8B908F

Tints of Oslo Grey #8B908F

Color information

#8B908F (or 0x8B908F) is unknown color: approx Oslo Grey. HEX triplet: 8B, 90 and 8F. RGB value is (139,144,143). Sum of RGB (Red+Green+Blue) = 139+144+143=426 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.63% from 426); Green value is 144 (56.64% from 255 or 33.80% from 426); Blue value is 143 (56.25% from 255 or 33.57% from 426); Max value from RGB is 144 - color contains mainly: green. Hex color #8B908F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B908F is #746F70. Grayscale: #8E8E8E. Windows color (decimal): -7630705 or 9408651. OLE color: 9408651.

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

Color convert

RGB139144143-
CMYK0.0300.010.44
HSL168º2.2%55.49%-
HSV(B)168º3.47%56.47%-
XYZ25.5827.4229.93-
YUV142.39128.34125.58-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.63%
GREEN value IS 144 (56.64% from 255) = 33.80%
BLUE value IS 143 (56.25% from 255) = 33.57%
R=32.63%
G=33.80%
B=33.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1391441430.0300.010.441682.255.49
Hex8B908F3012Ca8237
Octal21322021730154250267
Binary10001011100100001000111111011011001010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B908F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B908F; }

 p { color: rgb(139,144,143); }

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

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

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

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

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

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

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