#9FA798

Color #9FA798 Norway (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Norway #9FA798

Tints of Norway #9FA798

Color information

#9FA798 (or 0x9FA798) is unknown color: approx Norway. HEX triplet: 9F, A7 and 98. RGB value is (159,167,152). Sum of RGB (Red+Green+Blue) = 159+167+152=478 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.26% from 478); Green value is 167 (65.62% from 255 or 34.94% from 478); Blue value is 152 (59.77% from 255 or 31.80% from 478); Max value from RGB is 167 - color contains mainly: green. Hex color #9FA798 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA798 is #605867. Grayscale: #A2A2A2. Windows color (decimal): -6314088 or 10004383. OLE color: 10004383.

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

Color convert

RGB159167152-
CMYK0.0500.090.35
HSL92º7.85%62.55%-
HSV(B)92º8.98%65.49%-
XYZ33.7837.2835.12-
YUV162.9121.85125.22-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.26%
GREEN value IS 167 (65.62% from 255) = 34.94%
BLUE value IS 152 (59.77% from 255) = 31.80%
R=33.26%
G=34.94%
B=31.80%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1591671520.0500.090.35927.8562.55
Hex9FA798509235c83f
Octal2372472305011431341077
Binary1001111110100111100110001010100110001110111001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9FA798;
 }
 .AnyTagClassName
 {
   color: #9FA798;
 }
</style>
background-color css

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

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

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

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

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

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