#979696

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

Shades of Nobel #979696

Tints of Nobel #979696

Color information

#979696 (or 0x979696) is unknown color: approx Nobel. HEX triplet: 97, 96 and 96. RGB value is (151,150,150). Sum of RGB (Red+Green+Blue) = 151+150+150=451 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.48% from 451); Green value is 150 (58.98% from 255 or 33.26% from 451); Blue value is 150 (58.98% from 255 or 33.26% from 451); Max value from RGB is 151 - color contains mainly: red. Hex color #979696 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979696 is #686969. Grayscale: #969696. Windows color (decimal): -6842730 or 9868951. OLE color: 9868951.

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

Color convert

RGB151150150-
CMYK00.010.010.41
HSL0.48%59.02%-
HSV(B)0.66%59.22%-
XYZ29.1730.5933.22-
YUV150.3127.83128.5-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.48%
GREEN value IS 150 (58.98% from 255) = 33.26%
BLUE value IS 150 (58.98% from 255) = 33.26%
R=33.48%
G=33.26%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15115015000.010.010.4100.4859.02
Hex97969601129003b
Octal227226226011510073
Binary10010111100101101001011001110100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979696; }

 p { color: rgb(151,150,150); }

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

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

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

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

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

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

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