#818B89

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

Shades of Oslo Grey #818B89

Tints of Oslo Grey #818B89

Color information

#818B89 (or 0x818B89) is unknown color: approx Oslo Grey. HEX triplet: 81, 8B and 89. RGB value is (129,139,137). Sum of RGB (Red+Green+Blue) = 129+139+137=405 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.85% from 405); Green value is 139 (54.69% from 255 or 34.32% from 405); Blue value is 137 (53.91% from 255 or 33.83% from 405); Max value from RGB is 139 - color contains mainly: green. Hex color #818B89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818B89 is #7E7476. Grayscale: #878787. Windows color (decimal): -8287351 or 9014145. OLE color: 9014145.

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

Color convert

RGB129139137-
CMYK0.0700.010.45
HSL168º4.13%52.55%-
HSV(B)168º7.19%54.51%-
XYZ22.824.9427.28-
YUV135.78128.69123.16-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.85%
GREEN value IS 139 (54.69% from 255) = 34.32%
BLUE value IS 137 (53.91% from 255) = 33.83%
R=31.85%
G=34.32%
B=33.83%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1291391370.0700.010.451684.1352.55
Hex818B897012Da8435
Octal20121321170155250465
Binary1000000110001011100010011110110110110101000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818B89; }

 p { color: rgb(129,139,137); }

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

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

 a { background-color: rgb(129,139,137); }

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

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

 span { border-color: rgb(129,139,137); }

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