#81908D

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

Shades of Oslo Grey #81908D

Tints of Oslo Grey #81908D

Color information

#81908D (or 0x81908D) is unknown color: approx Oslo Grey. HEX triplet: 81, 90 and 8D. RGB value is (129,144,141). Sum of RGB (Red+Green+Blue) = 129+144+141=414 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.16% from 414); Green value is 144 (56.64% from 255 or 34.78% from 414); Blue value is 141 (55.47% from 255 or 34.06% from 414); Max value from RGB is 144 - color contains mainly: green. Hex color #81908D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81908D is #7E6F72. Grayscale: #8B8B8B. Windows color (decimal): -8286067 or 9277569. OLE color: 9277569.

HSL color Cylindrical-coordinate representation of color #81908D: hue angle of 168º 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 #81908D is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB129144141-
CMYK0.1000.020.44
HSL168º6.33%53.53%-
HSV(B)168º10.42%56.47%-
XYZ23.8326.5429.07-
YUV139.17129.03120.74-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.16%
GREEN value IS 144 (56.64% from 255) = 34.78%
BLUE value IS 141 (55.47% from 255) = 34.06%
R=31.16%
G=34.78%
B=34.06%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1291441410.1000.020.441686.3353.53
Hex81908DA022Ca8636
Octal201220215120254250666
Binary100000011001000010001101101001010110010101000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81908D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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