#979486

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

Shades of Grey Olive #979486

Tints of Grey Olive #979486

Color information

#979486 (or 0x979486) is unknown color: approx Grey Olive. HEX triplet: 97, 94 and 86. RGB value is (151,148,134). Sum of RGB (Red+Green+Blue) = 151+148+134=433 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.87% from 433); Green value is 148 (58.20% from 255 or 34.18% from 433); Blue value is 134 (52.73% from 255 or 30.95% from 433); Max value from RGB is 151 - color contains mainly: red. Hex color #979486 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979486 is #686B79. Grayscale: #939393. Windows color (decimal): -6843258 or 8819863. OLE color: 8819863.

HSL color Cylindrical-coordinate representation of color #979486: hue angle of 49.41º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #979486 is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB151148134-
CMYK00.020.110.41
HSL49.41º7.56%55.88%-
HSV(B)49.41º11.26%59.22%-
XYZ27.6629.4826.79-
YUV147.3120.49130.64-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.87%
GREEN value IS 148 (58.20% from 255) = 34.18%
BLUE value IS 134 (52.73% from 255) = 30.95%
R=34.87%
G=34.18%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.11
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15114813400.020.110.4149.417.5655.88
Hex97948602B2931838
Octal227224206021351611070
Binary10010111100101001000011001010111010011100011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979486; }

 p { color: rgb(151,148,134); }

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

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

 a { background-color: rgb(151,148,134); }

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

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

 span { border-color: rgb(151,148,134); }

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