#9FA99D

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

Shades of Mantle #9FA99D

Tints of Mantle #9FA99D

Color information

#9FA99D (or 0x9FA99D) is unknown color: approx Mantle. HEX triplet: 9F, A9 and 9D. RGB value is (159,169,157). Sum of RGB (Red+Green+Blue) = 159+169+157=485 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.78% from 485); Green value is 169 (66.41% from 255 or 34.85% from 485); Blue value is 157 (61.72% from 255 or 32.37% from 485); Max value from RGB is 169 - color contains mainly: green. Hex color #9FA99D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA99D is #605662. Grayscale: #A4A4A4. Windows color (decimal): -6313571 or 10332575. OLE color: 10332575.

HSL color Cylindrical-coordinate representation of color #9FA99D: hue angle of 110º degrees, saturation: 0.07, 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 #9FA99D is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB159169157-
CMYK0.0600.070.34
HSL110º6.52%63.92%-
HSV(B)110º7.1%66.27%-
XYZ34.5738.1837.45-
YUV164.64123.69123.98-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.78%
GREEN value IS 169 (66.41% from 255) = 34.85%
BLUE value IS 157 (61.72% from 255) = 32.37%
R=32.78%
G=34.85%
B=32.37%

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
Decimal1591691570.0600.070.341106.5263.92
Hex9FA99D607226e740
Octal237251235607421567100
Binary100111111010100110011101110011110001011011101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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