#81908F

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

Shades of Oslo Grey #81908F

Tints of Oslo Grey #81908F

Color information

#81908F (or 0x81908F) is unknown color: approx Oslo Grey. HEX triplet: 81, 90 and 8F. RGB value is (129,144,143). Sum of RGB (Red+Green+Blue) = 129+144+143=416 (55% of max value = 765). Red value is 129 (50.78% from 255 or 31.01% from 416); Green value is 144 (56.64% from 255 or 34.62% from 416); Blue value is 143 (56.25% from 255 or 34.38% from 416); Max value from RGB is 144 - color contains mainly: green. Hex color #81908F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81908F is #7E6F70. Grayscale: #8B8B8B. Windows color (decimal): -8286065 or 9408641. OLE color: 9408641.

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

Color convert

RGB129144143-
CMYK0.1000.010.44
HSL176º6.33%53.53%-
HSV(B)176º10.42%56.47%-
XYZ23.9826.629.86-
YUV139.4130.03120.58-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.01%
GREEN value IS 144 (56.64% from 255) = 34.62%
BLUE value IS 143 (56.25% from 255) = 34.38%
R=31.01%
G=34.62%
B=34.38%

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
Decimal1291441430.1000.010.441766.3353.53
Hex81908FA012Cb0636
Octal201220217120154260666
Binary10000001100100001000111110100110110010110000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81908F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81908F; }

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

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

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

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

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

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

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

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