#9FAC87

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

Shades of Norway #9FAC87

Tints of Norway #9FAC87

Color information

#9FAC87 (or 0x9FAC87) is unknown color: approx Norway. HEX triplet: 9F, AC and 87. RGB value is (159,172,135). Sum of RGB (Red+Green+Blue) = 159+172+135=466 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.12% from 466); Green value is 172 (67.58% from 255 or 36.91% from 466); Blue value is 135 (53.12% from 255 or 28.97% from 466); Max value from RGB is 172 - color contains mainly: green. Hex color #9FAC87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAC87 is #605378. Grayscale: #A4A4A4. Windows color (decimal): -6312825 or 8891551. OLE color: 8891551.

HSL color Cylindrical-coordinate representation of color #9FAC87: hue angle of 81.08º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9FAC87 is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB159172135-
CMYK0.0800.220.33
HSL81.08º18.23%60.2%-
HSV(B)81.08º21.51%67.45%-
XYZ33.4238.6328.62-
YUV163.9111.69124.51-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.12%
GREEN value IS 172 (67.58% from 255) = 36.91%
BLUE value IS 135 (53.12% from 255) = 28.97%
R=34.12%
G=36.91%
B=28.97%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1591721350.0800.220.3381.0818.2360.2
Hex9FAC8780162151123c
Octal23725420710026411212274
Binary1001111110101100100001111000010110100001101000110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAC87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,172,135); }

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

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

 a { background-color: rgb(159,172,135); }

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

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

 span { border-color: rgb(159,172,135); }

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