Html Css Color HEX #979696 Nobel

📋 copy color: '#979696'

red 151 ◦ green 150 ◦ blue 150

#979696
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nobel #979696

Tints of Nobel #979696

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 value IS 0

 M value IS 0.01

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#979696 (or 0x979696) is known color: 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

RGB 151 150 150 -
CMYK 0 0.01 0.01 0.41
HSL 0% 0.59% -
HSV(B) 0.01% 0.59% -
XYZ 29.17 30.59 33.22 -
YUV 150.3 127.83 128.5 -
System Red Green Blue C M Y K H S L
Decimal 151 150 150 0 0.01 0.01 0.41 0 0 0.59
Hex 97 96 96 0 1 1 29 0 0 3B
Octal 227 226 226 0 1 1 51 0 0 73
Binary 10010111 10010110 10010110 0 1 1 101001 0 0 111011

Color Harmonies of #979696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979696

Black with #979696

Text Example


Text Example

White with #979696

Text Example


Text Example

HTML Codes & Css Web 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>