#979B95

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

Shades of Mantle #979B95

Tints of Mantle #979B95

Color information

#979B95 (or 0x979B95) is unknown color: approx Mantle. HEX triplet: 97, 9B and 95. RGB value is (151,155,149). Sum of RGB (Red+Green+Blue) = 151+155+149=455 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.19% from 455); Green value is 155 (60.94% from 255 or 34.07% from 455); Blue value is 149 (58.59% from 255 or 32.75% from 455); Max value from RGB is 155 - color contains mainly: green. Hex color #979B95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979B95 is #68646A. Grayscale: #999999. Windows color (decimal): -6841451 or 9804695. OLE color: 9804695.

HSL color Cylindrical-coordinate representation of color #979B95: hue angle of 100º 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 #979B95 is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB151155149-
CMYK0.0300.040.39
HSL100º2.91%59.61%-
HSV(B)100º3.87%60.78%-
XYZ29.9132.1933.07-
YUV153.12125.67126.49-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.19%
GREEN value IS 155 (60.94% from 255) = 34.07%
BLUE value IS 149 (58.59% from 255) = 32.75%
R=33.19%
G=34.07%
B=32.75%

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
Decimal1511551490.0300.040.391002.9159.61
Hex979B95304276433c
Octal22723322530447144374
Binary100101111001101110010101110100100111110010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,155,149); }

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

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

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

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

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

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

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