#81928F

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

Shades of Oslo Grey #81928F

Tints of Oslo Grey #81928F

Color information

#81928F (or 0x81928F) is unknown color: approx Oslo Grey. HEX triplet: 81, 92 and 8F. RGB value is (129,146,143). Sum of RGB (Red+Green+Blue) = 129+146+143=418 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.86% from 418); Green value is 146 (57.42% from 255 or 34.93% from 418); Blue value is 143 (56.25% from 255 or 34.21% from 418); Max value from RGB is 146 - color contains mainly: green. Hex color #81928F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81928F is #7E6D70. Grayscale: #8C8C8C. Windows color (decimal): -8285553 or 9409153. OLE color: 9409153.

HSL color Cylindrical-coordinate representation of color #81928F: hue angle of 169.41º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #81928F is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.43.

Color convert

RGB129146143-
CMYK0.1200.020.43
HSL169.41º7.23%53.92%-
HSV(B)169.41º11.64%57.25%-
XYZ24.2927.2129.96-
YUV140.57129.37119.74-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.86%
GREEN value IS 146 (57.42% from 255) = 34.93%
BLUE value IS 143 (56.25% from 255) = 34.21%
R=30.86%
G=34.93%
B=34.21%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1291461430.1200.020.43169.417.2353.92
Hex81928FC022Ba9736
Octal201222217140253251766
Binary100000011001001010001111110001010101110101001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81928F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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