#8A908F

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

Shades of Oslo Grey #8A908F

Tints of Oslo Grey #8A908F

Color information

#8A908F (or 0x8A908F) is unknown color: approx Oslo Grey. HEX triplet: 8A, 90 and 8F. RGB value is (138,144,143). Sum of RGB (Red+Green+Blue) = 138+144+143=425 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.47% from 425); Green value is 144 (56.64% from 255 or 33.88% from 425); Blue value is 143 (56.25% from 255 or 33.65% from 425); Max value from RGB is 144 - color contains mainly: green. Hex color #8A908F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A908F is #756F70. Grayscale: #8E8E8E. Windows color (decimal): -7696241 or 9408650. OLE color: 9408650.

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

Color convert

RGB138144143-
CMYK0.0400.010.44
HSL170º2.63%55.29%-
HSV(B)170º4.17%56.47%-
XYZ25.4127.3329.92-
YUV142.09128.51125.08-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.47%
GREEN value IS 144 (56.64% from 255) = 33.88%
BLUE value IS 143 (56.25% from 255) = 33.65%
R=32.47%
G=33.88%
B=33.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1381441430.0400.010.441702.6355.29
Hex8A908F4012Caa337
Octal21222021740154252367
Binary100010101001000010001111100011011001010101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A908F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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