Html Css Color HEX #9FA799 Norway

📋 copy color: '#9FA799'

red 159 ◦ green 167 ◦ blue 153

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

Shades of Norway #9FA799

Tints of Norway #9FA799

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 31.94%

R = 33.19%
G = 34.86%
B = 31.94%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#9FA799 (or 0x9FA799) is known color: Norway. HEX triplet: 9F, A7 and 99. RGB value is (159,167,153). Sum of RGB (Red+Green+Blue) = 159+167+153=479 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.19% from 479); Green value is 167 (65.62% from 255 or 34.86% from 479); Blue value is 153 (60.16% from 255 or 31.94% from 479); Max value from RGB is 167 - color contains mainly: green. Hex color #9FA799 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA799 is #605866. Grayscale: #A3A3A3. Windows color (decimal): -6314087 or 10069919. OLE color: 10069919.

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

Color convert

RGB 159 167 153 -
CMYK 0.05 0 0.08 0.35
HSL 94.29º 0.07% 0.63% -
HSV(B) 94.29º 0.08% 0.65% -
XYZ 33.87 37.31 35.55 -
YUV 163.01 122.35 125.14 -
System Red Green Blue C M Y K H S L
Decimal 159 167 153 0.05 0 0.08 0.35 94.29 0.07 0.63
Hex 9F A7 99 5 0 8 23 5E 7 3F
Octal 237 247 231 5 0 10 43 136 7 77
Binary 10011111 10100111 10011001 101 0 1000 100011 1011110 111 111111

Color Harmonies of #9FA799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA799

Black with #9FA799

Text Example


Text Example

White with #9FA799

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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