#81918E

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

Shades of Oslo Grey #81918E

Tints of Oslo Grey #81918E

Color information

#81918E (or 0x81918E) is unknown color: approx Oslo Grey. HEX triplet: 81, 91 and 8E. RGB value is (129,145,142). Sum of RGB (Red+Green+Blue) = 129+145+142=416 (55% of max value = 765). Red value is 129 (50.78% from 255 or 31.01% from 416); Green value is 145 (57.03% from 255 or 34.86% from 416); Blue value is 142 (55.86% from 255 or 34.13% from 416); Max value from RGB is 145 - color contains mainly: green. Hex color #81918E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81918E is #7E6E71. Grayscale: #8B8B8B. Windows color (decimal): -8285810 or 9343361. OLE color: 9343361.

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

Color convert

RGB129145142-
CMYK0.1100.020.43
HSL168.75º6.78%53.73%-
HSV(B)168.75º11.03%56.86%-
XYZ24.0626.8729.51-
YUV139.87129.2120.24-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.01%
GREEN value IS 145 (57.03% from 255) = 34.86%
BLUE value IS 142 (55.86% from 255) = 34.13%
R=31.01%
G=34.86%
B=34.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1291451420.1100.020.43168.756.7853.73
Hex81918EB022Ba9736
Octal201221216130253251766
Binary100000011001000110001110101101010101110101001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81918E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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