Html Css Color HEX #9FA49F Mantle

📋 copy color: '#9FA49F'

red 159 ◦ green 164 ◦ blue 159

#9FA49F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mantle #9FA49F

Tints of Mantle #9FA49F

RGB

 RED value IS 159 (62.5% from 255) = 32.99%

 GREEN value IS 164 (64.45% from 255) = 34.02%

 BLUE value IS 159 (62.5% from 255) = 32.99%

R = 32.99%
G = 34.02%
B = 32.99%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#9FA49F (or 0x9FA49F) is known color: Mantle. HEX triplet: 9F, A4 and 9F. RGB value is (159,164,159). Sum of RGB (Red+Green+Blue) = 159+164+159=482 (63% of max value = 765). Red value is 159 (62.5% from 255 or 32.99% from 482); Green value is 164 (64.45% from 255 or 34.02% from 482); Blue value is 159 (62.5% from 255 or 32.99% from 482); Max value from RGB is 164 - color contains mainly: green. Hex color #9FA49F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA49F is #605B60. Grayscale: #A1A1A1. Windows color (decimal): -6314849 or 10462367. OLE color: 10462367.

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

Color convert

RGB 159 164 159 -
CMYK 0.03 0 0.03 0.36
HSL 120º 0.03% 0.63% -
HSV(B) 120º 0.03% 0.64% -
XYZ 33.83 36.43 38.05 -
YUV 161.94 126.34 125.91 -
System Red Green Blue C M Y K H S L
Decimal 159 164 159 0.03 0 0.03 0.36 120 0.03 0.63
Hex 9F A4 9F 3 0 3 24 78 3 3F
Octal 237 244 237 3 0 3 44 170 3 77
Binary 10011111 10100100 10011111 11 0 11 100100 1111000 11 111111

Color Harmonies of #9FA49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA49F

Black with #9FA49F

Text Example


Text Example

White with #9FA49F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9FA49F;
 }
 .AnyTagClassName
 {
   color: #9FA49F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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