#9FA79F

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

Shades of Mantle #9FA79F

Tints of Mantle #9FA79F

Color information

#9FA79F (or 0x9FA79F) is unknown color: approx Mantle. HEX triplet: 9F, A7 and 9F. RGB value is (159,167,159). Sum of RGB (Red+Green+Blue) = 159+167+159=485 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.78% from 485); Green value is 167 (65.62% from 255 or 34.43% from 485); Blue value is 159 (62.5% from 255 or 32.78% from 485); Max value from RGB is 167 - color contains mainly: green. Hex color #9FA79F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA79F is #605860. Grayscale: #A3A3A3. Windows color (decimal): -6314081 or 10463135. OLE color: 10463135.

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

Color convert

RGB159167159-
CMYK0.0500.050.35
HSL120º4.35%63.92%-
HSV(B)120º4.79%65.49%-
XYZ34.3737.5138.23-
YUV163.7125.35124.65-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.78%
GREEN value IS 167 (65.62% from 255) = 34.43%
BLUE value IS 159 (62.5% from 255) = 32.78%
R=32.78%
G=34.43%
B=32.78%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1591671590.0500.050.351204.3563.92
Hex9FA79F5052378440
Octal237247237505431704100
Binary100111111010011110011111101010110001111110001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA79F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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