#818F8E

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

Shades of Oslo Grey #818F8E

Tints of Oslo Grey #818F8E

Color information

#818F8E (or 0x818F8E) is unknown color: approx Oslo Grey. HEX triplet: 81, 8F and 8E. RGB value is (129,143,142). Sum of RGB (Red+Green+Blue) = 129+143+142=414 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.16% from 414); Green value is 143 (56.25% from 255 or 34.54% from 414); Blue value is 142 (55.86% from 255 or 34.30% from 414); Max value from RGB is 143 - color contains mainly: green. Hex color #818F8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818F8E is #7E7071. Grayscale: #8A8A8A. Windows color (decimal): -8286322 or 9342849. OLE color: 9342849.

HSL color Cylindrical-coordinate representation of color #818F8E: hue angle of 175.71º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #818F8E is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB129143142-
CMYK0.1000.010.44
HSL175.71º5.88%53.33%-
HSV(B)175.71º9.79%56.08%-
XYZ23.7626.2729.41-
YUV138.7129.86121.08-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.16%
GREEN value IS 143 (56.25% from 255) = 34.54%
BLUE value IS 142 (55.86% from 255) = 34.30%
R=31.16%
G=34.54%
B=34.30%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1291431420.1000.010.44175.715.8853.33
Hex818F8EA012Cb0635
Octal201217216120154260665
Binary10000001100011111000111010100110110010110000110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,143,142); }

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

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

 a { background-color: rgb(129,143,142); }

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

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

 span { border-color: rgb(129,143,142); }

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