Html Css Color HEX #9FA79C Mantle

📋 copy color: '#9FA79C'

red 159 ◦ green 167 ◦ blue 156

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

Shades of Mantle #9FA79C

Tints of Mantle #9FA79C

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.65%

 BLUE value IS 156 (61.33% from 255) = 32.37%

R = 32.99%
G = 34.65%
B = 32.37%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#9FA79C (or 0x9FA79C) is known color: Mantle. HEX triplet: 9F, A7 and 9C. RGB value is (159,167,156). Sum of RGB (Red+Green+Blue) = 159+167+156=482 (63% of max value = 765). Red value is 159 (62.5% from 255 or 32.99% from 482); Green value is 167 (65.62% from 255 or 34.65% from 482); Blue value is 156 (61.33% from 255 or 32.37% from 482); Max value from RGB is 167 - color contains mainly: green. Hex color #9FA79C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA79C is #605863. Grayscale: #A3A3A3. Windows color (decimal): -6314084 or 10266527. OLE color: 10266527.

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

Color convert

RGB 159 167 156 -
CMYK 0.05 0 0.07 0.35
HSL 103.64º 0.06% 0.63% -
HSV(B) 103.64º 0.07% 0.65% -
XYZ 34.12 37.41 36.87 -
YUV 163.35 123.85 124.89 -
System Red Green Blue C M Y K H S L
Decimal 159 167 156 0.05 0 0.07 0.35 103.64 0.06 0.63
Hex 9F A7 9C 5 0 7 23 68 6 3F
Octal 237 247 234 5 0 7 43 150 6 77
Binary 10011111 10100111 10011100 101 0 111 100011 1101000 110 111111

Color Harmonies of #9FA79C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA79C

Black with #9FA79C

Text Example


Text Example

White with #9FA79C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,167,156); }

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

background-color css

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

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

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

border-color css

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

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

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