Html Css Color HEX #9FA59B Mantle

📋 copy color: '#9FA59B'

red 159 ◦ green 165 ◦ blue 155

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

Shades of Mantle #9FA59B

Tints of Mantle #9FA59B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.45%

 BLUE value IS 155 (60.94% from 255) = 32.36%

R = 33.19%
G = 34.45%
B = 32.36%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#9FA59B (or 0x9FA59B) is known color: Mantle. HEX triplet: 9F, A5 and 9B. RGB value is (159,165,155). Sum of RGB (Red+Green+Blue) = 159+165+155=479 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.19% from 479); Green value is 165 (64.84% from 255 or 34.45% from 479); Blue value is 155 (60.94% from 255 or 32.36% from 479); Max value from RGB is 165 - color contains mainly: green. Hex color #9FA59B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA59B is #605A64. Grayscale: #A2A2A2. Windows color (decimal): -6314597 or 10200479. OLE color: 10200479.

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

Color convert

RGB 159 165 155 -
CMYK 0.04 0 0.06 0.35
HSL 96º 0.05% 0.63% -
HSV(B) 96º 0.06% 0.65% -
XYZ 33.67 36.65 36.31 -
YUV 162.07 124.01 125.81 -
System Red Green Blue C M Y K H S L
Decimal 159 165 155 0.04 0 0.06 0.35 96 0.05 0.63
Hex 9F A5 9B 4 0 6 23 60 5 3F
Octal 237 245 233 4 0 6 43 140 5 77
Binary 10011111 10100101 10011011 100 0 110 100011 1100000 101 111111

Color Harmonies of #9FA59B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA59B

Black with #9FA59B

Text Example


Text Example

White with #9FA59B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,165,155); }

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

background-color css

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

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

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

border-color css

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

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

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