#9FA79C

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

Shades of Mantle #9FA79C

Tints of Mantle #9FA79C

Color information

#9FA79C (or 0x9FA79C) is unknown color: approx Mantle. HEX triplet: 9F, A7 and 9C. RGB value is (159,167,156). Sum of RGB (Red+Green+Blue) = 159+167+156=482 (63% of max value = 765). Red value is 159 (62.5% from 255 or 32.99% from 482); Green value is 167 (65.62% from 255 or 34.65% from 482); Blue value is 156 (61.33% from 255 or 32.37% from 482); Max value from RGB is 167 - color contains mainly: green. Hex color #9FA79C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA79C is #605863. Grayscale: #A3A3A3. Windows color (decimal): -6314084 or 10266527. OLE color: 10266527.

HSL color Cylindrical-coordinate representation of color #9FA79C: hue angle of 103.64º degrees, saturation: 0.06, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #9FA79C is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB159167156-
CMYK0.0500.070.35
HSL103.64º5.88%63.33%-
HSV(B)103.64º6.59%65.49%-
XYZ34.1237.4136.87-
YUV163.35123.85124.89-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.99%
GREEN value IS 167 (65.62% from 255) = 34.65%
BLUE value IS 156 (61.33% from 255) = 32.37%
R=32.99%
G=34.65%
B=32.37%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1591671560.0500.070.35103.645.8863.33
Hex9FA79C507236863f
Octal23724723450743150677
Binary10011111101001111001110010101111000111101000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA79C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9FA79C; }

 p { color: rgb(159,167,156); }

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

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

 a { background-color: rgb(159,167,156); }

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

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

 span { border-color: rgb(159,167,156); }

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