#9FAF8A

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

Shades of Norway #9FAF8A

Tints of Norway #9FAF8A

Color information

#9FAF8A (or 0x9FAF8A) is unknown color: approx Norway. HEX triplet: 9F, AF and 8A. RGB value is (159,175,138). Sum of RGB (Red+Green+Blue) = 159+175+138=472 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.69% from 472); Green value is 175 (68.75% from 255 or 37.08% from 472); Blue value is 138 (54.30% from 255 or 29.24% from 472); Max value from RGB is 175 - color contains mainly: green. Hex color #9FAF8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAF8A is #605075. Grayscale: #A6A6A6. Windows color (decimal): -6312054 or 9088927. OLE color: 9088927.

HSL color Cylindrical-coordinate representation of color #9FAF8A: hue angle of 85.95º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9FAF8A is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB159175138-
CMYK0.0900.210.31
HSL85.95º18.78%61.37%-
HSV(B)85.95º21.14%68.63%-
XYZ34.2239.8729.94-
YUV166112.2123.01-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.69%
GREEN value IS 175 (68.75% from 255) = 37.08%
BLUE value IS 138 (54.30% from 255) = 29.24%
R=33.69%
G=37.08%
B=29.24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1591751380.0900.210.3185.9518.7861.37
Hex9FAF8A90151F56133d
Octal23725721211025371262375
Binary100111111010111110001010100101010111111101011010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,175,138); }

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

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

 a { background-color: rgb(159,175,138); }

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

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

 span { border-color: rgb(159,175,138); }

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