#879492

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

Shades of Oslo Grey #879492

Tints of Oslo Grey #879492

Color information

#879492 (or 0x879492) is unknown color: approx Oslo Grey. HEX triplet: 87, 94 and 92. RGB value is (135,148,146). Sum of RGB (Red+Green+Blue) = 135+148+146=429 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.47% from 429); Green value is 148 (58.20% from 255 or 34.50% from 429); Blue value is 146 (57.42% from 255 or 34.03% from 429); Max value from RGB is 148 - color contains mainly: green. Hex color #879492 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879492 is #786B6D. Grayscale: #8F8F8F. Windows color (decimal): -7891822 or 9606279. OLE color: 9606279.

HSL color Cylindrical-coordinate representation of color #879492: hue angle of 170.77º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #879492 is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB135148146-
CMYK0.0900.010.42
HSL170.77º5.73%55.49%-
HSV(B)170.77º8.78%58.04%-
XYZ25.7728.4131.32-
YUV143.88129.19121.66-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.47%
GREEN value IS 148 (58.20% from 255) = 34.50%
BLUE value IS 146 (57.42% from 255) = 34.03%
R=31.47%
G=34.50%
B=34.03%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1351481460.0900.010.42170.775.7355.49
Hex8794929012Aab637
Octal207224222110152253667
Binary10000111100101001001001010010110101010101011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #879492; }

 p { color: rgb(135,148,146); }

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

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

 a { background-color: rgb(135,148,146); }

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

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

 span { border-color: rgb(135,148,146); }

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