#9FAC9E

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

Shades of Mantle #9FAC9E

Tints of Mantle #9FAC9E

Color information

#9FAC9E (or 0x9FAC9E) is unknown color: approx Mantle. HEX triplet: 9F, AC and 9E. RGB value is (159,172,158). Sum of RGB (Red+Green+Blue) = 159+172+158=489 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.52% from 489); Green value is 172 (67.58% from 255 or 35.17% from 489); Blue value is 158 (62.11% from 255 or 32.31% from 489); Max value from RGB is 172 - color contains mainly: green. Hex color #9FAC9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAC9E is #605361. Grayscale: #A6A6A6. Windows color (decimal): -6312802 or 10398879. OLE color: 10398879.

HSL color Cylindrical-coordinate representation of color #9FAC9E: hue angle of 115.71º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9FAC9E is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB159172158-
CMYK0.0800.080.33
HSL115.71º7.78%64.71%-
HSV(B)115.71º8.14%67.45%-
XYZ35.2239.3438.09-
YUV166.52123.19122.64-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.52%
GREEN value IS 172 (67.58% from 255) = 35.17%
BLUE value IS 158 (62.11% from 255) = 32.31%
R=32.52%
G=35.17%
B=32.31%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1591721580.0800.080.33115.717.7864.71
Hex9FAC9E8082174841
Octal237254236100104116410101
Binary100111111010110010011110100001000100001111010010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAC9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,172,158); }

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

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

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

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

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

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

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