#82908E

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

Shades of Oslo Grey #82908E

Tints of Oslo Grey #82908E

Color information

#82908E (or 0x82908E) is unknown color: approx Oslo Grey. HEX triplet: 82, 90 and 8E. RGB value is (130,144,142). Sum of RGB (Red+Green+Blue) = 130+144+142=416 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.25% from 416); Green value is 144 (56.64% from 255 or 34.62% from 416); Blue value is 142 (55.86% from 255 or 34.13% from 416); Max value from RGB is 144 - color contains mainly: green. Hex color #82908E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82908E is #7D6F71. Grayscale: #8B8B8B. Windows color (decimal): -8220530 or 9343106. OLE color: 9343106.

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

Color convert

RGB130144142-
CMYK0.1000.010.44
HSL171.43º5.93%53.73%-
HSV(B)171.43º9.72%56.47%-
XYZ24.0626.6529.47-
YUV139.59129.36121.16-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.25%
GREEN value IS 144 (56.64% from 255) = 34.62%
BLUE value IS 142 (55.86% from 255) = 34.13%
R=31.25%
G=34.62%
B=34.13%

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
Decimal1301441420.1000.010.44171.435.9353.73
Hex82908EA012Cab636
Octal202220216120154253666
Binary10000010100100001000111010100110110010101011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82908E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82908E; }

 p { color: rgb(130,144,142); }

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

<style>
 a { background-color: #82908E; }

 a { background-color: rgb(130,144,142); }

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

<style>
 span { border-color: #82908E; }

 span { border-color: rgb(130,144,142); }

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