#979C96

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

Shades of Mantle #979C96

Tints of Mantle #979C96

Color information

#979C96 (or 0x979C96) is unknown color: approx Mantle. HEX triplet: 97, 9C and 96. RGB value is (151,156,150). Sum of RGB (Red+Green+Blue) = 151+156+150=457 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.04% from 457); Green value is 156 (61.33% from 255 or 34.14% from 457); Blue value is 150 (58.98% from 255 or 32.82% from 457); Max value from RGB is 156 - color contains mainly: green. Hex color #979C96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979C96 is #686369. Grayscale: #999999. Windows color (decimal): -6841194 or 9870487. OLE color: 9870487.

HSL color Cylindrical-coordinate representation of color #979C96: hue angle of 110º degrees, saturation: 0.03, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #979C96 is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB151156150-
CMYK0.0300.040.39
HSL110º2.94%60%-
HSV(B)110º3.85%61.18%-
XYZ30.1632.5633.55-
YUV153.82125.84125.99-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.04%
GREEN value IS 156 (61.33% from 255) = 34.14%
BLUE value IS 150 (58.98% from 255) = 32.82%
R=33.04%
G=34.14%
B=32.82%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1511561500.0300.040.391102.9460
Hex979C96304276e33c
Octal22723422630447156374
Binary100101111001110010010110110100100111110111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979C96; }

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

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

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

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

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

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

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

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