#9FA99E

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

Shades of Mantle #9FA99E

Tints of Mantle #9FA99E

Color information

#9FA99E (or 0x9FA99E) is unknown color: approx Mantle. HEX triplet: 9F, A9 and 9E. RGB value is (159,169,158). Sum of RGB (Red+Green+Blue) = 159+169+158=486 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.72% from 486); Green value is 169 (66.41% from 255 or 34.77% from 486); Blue value is 158 (62.11% from 255 or 32.51% from 486); Max value from RGB is 169 - color contains mainly: green. Hex color #9FA99E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA99E is #605661. Grayscale: #A4A4A4. Windows color (decimal): -6313570 or 10398111. OLE color: 10398111.

HSL color Cylindrical-coordinate representation of color #9FA99E: hue angle of 114.55º degrees, saturation: 0.06, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #9FA99E is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB159169158-
CMYK0.0600.070.34
HSL114.55º6.01%64.12%-
HSV(B)114.55º6.51%66.27%-
XYZ34.6638.2237.9-
YUV164.76124.19123.89-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.72%
GREEN value IS 169 (66.41% from 255) = 34.77%
BLUE value IS 158 (62.11% from 255) = 32.51%
R=32.72%
G=34.77%
B=32.51%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1591691580.0600.070.34114.556.0164.12
Hex9FA99E6072273640
Octal237251236607421636100
Binary100111111010100110011110110011110001011100111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA99E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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