Html Css Color HEX #9FA997 Norway

📋 copy color: '#9FA997'

red 159 ◦ green 169 ◦ blue 151

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

Shades of Norway #9FA997

Tints of Norway #9FA997

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.28%

 BLUE value IS 151 (59.38% from 255) = 31.52%

R = 33.19%
G = 35.28%
B = 31.52%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.11

 K value IS 0.34

RGB Variations

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

Color information

#9FA997 (or 0x9FA997) is known color: Norway. HEX triplet: 9F, A9 and 97. RGB value is (159,169,151). Sum of RGB (Red+Green+Blue) = 159+169+151=479 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.19% from 479); Green value is 169 (66.41% from 255 or 35.28% from 479); Blue value is 151 (59.38% from 255 or 31.52% from 479); Max value from RGB is 169 - color contains mainly: green. Hex color #9FA997 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA997 is #605668. Grayscale: #A4A4A4. Windows color (decimal): -6313577 or 9939359. OLE color: 9939359.

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

Color convert

RGB 159 169 151 -
CMYK 0.06 0 0.11 0.34
HSL 93.33º 0.09% 0.63% -
HSV(B) 93.33º 0.11% 0.66% -
XYZ 34.07 37.98 34.81 -
YUV 163.96 120.69 124.46 -
System Red Green Blue C M Y K H S L
Decimal 159 169 151 0.06 0 0.11 0.34 93.33 0.09 0.63
Hex 9F A9 97 6 0 B 22 5D 9 3F
Octal 237 251 227 6 0 13 42 135 11 77
Binary 10011111 10101001 10010111 110 0 1011 100010 1011101 1001 111111

Color Harmonies of #9FA997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA997

Black with #9FA997

Text Example


Text Example

White with #9FA997

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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