#9FAF82

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

Shades of Norway #9FAF82

Tints of Norway #9FAF82

Color information

#9FAF82 (or 0x9FAF82) is unknown color: approx Norway. HEX triplet: 9F, AF and 82. RGB value is (159,175,130). Sum of RGB (Red+Green+Blue) = 159+175+130=464 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.27% from 464); Green value is 175 (68.75% from 255 or 37.72% from 464); Blue value is 130 (51.17% from 255 or 28.02% from 464); Max value from RGB is 175 - color contains mainly: green. Hex color #9FAF82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAF82 is #60507D. Grayscale: #A5A5A5. Windows color (decimal): -6312062 or 8564639. OLE color: 8564639.

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

Color convert

RGB159175130-
CMYK0.0900.260.31
HSL81.33º21.95%59.8%-
HSV(B)81.33º25.71%68.63%-
XYZ33.6639.6427-
YUV165.09108.2123.66-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.27%
GREEN value IS 175 (68.75% from 255) = 37.72%
BLUE value IS 130 (51.17% from 255) = 28.02%
R=34.27%
G=37.72%
B=28.02%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1591751300.0900.260.3181.3321.9559.8
Hex9FAF82901A1F51163c
Octal23725720211032371212674
Binary100111111010111110000010100101101011111101000110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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