#979F95

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

Shades of Mantle #979F95

Tints of Mantle #979F95

Color information

#979F95 (or 0x979F95) is unknown color: approx Mantle. HEX triplet: 97, 9F and 95. RGB value is (151,159,149). Sum of RGB (Red+Green+Blue) = 151+159+149=459 (60% of max value = 765). Red value is 151 (59.38% from 255 or 32.90% from 459); Green value is 159 (62.5% from 255 or 34.64% from 459); Blue value is 149 (58.59% from 255 or 32.46% from 459); Max value from RGB is 159 - color contains mainly: green. Hex color #979F95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979F95 is #68606A. Grayscale: #9B9B9B. Windows color (decimal): -6840427 or 9805719. OLE color: 9805719.

HSL color Cylindrical-coordinate representation of color #979F95: hue angle of 108º degrees, saturation: 0.05, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #979F95 is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB151159149-
CMYK0.0500.060.38
HSL108º4.95%60.39%-
HSV(B)108º6.29%62.35%-
XYZ30.5933.5533.3-
YUV155.47124.35124.81-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.90%
GREEN value IS 159 (62.5% from 255) = 34.64%
BLUE value IS 149 (58.59% from 255) = 32.46%
R=32.90%
G=34.64%
B=32.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1511591490.0500.060.381084.9560.39
Hex979F95506266c53c
Octal22723722550646154574
Binary10010111100111111001010110101101001101101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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