#9FB785

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

Shades of Norway #9FB785

Tints of Norway #9FB785

Color information

#9FB785 (or 0x9FB785) is unknown color: approx Norway. HEX triplet: 9F, B7 and 85. RGB value is (159,183,133). Sum of RGB (Red+Green+Blue) = 159+183+133=475 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.47% from 475); Green value is 183 (71.88% from 255 or 38.53% from 475); Blue value is 133 (52.34% from 255 or 28% from 475); Max value from RGB is 183 - color contains mainly: green. Hex color #9FB785 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB785 is #60487A. Grayscale: #AAAAAA. Windows color (decimal): -6310011 or 8763295. OLE color: 8763295.

HSL color Cylindrical-coordinate representation of color #9FB785: hue angle of 88.8º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9FB785 is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.28.

Color convert

RGB159183133-
CMYK0.1300.270.28
HSL88.8º25.77%61.96%-
HSV(B)88.8º27.32%71.76%-
XYZ35.4742.9328.61-
YUV170.12107.05120.07-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.47%
GREEN value IS 183 (71.88% from 255) = 38.53%
BLUE value IS 133 (52.34% from 255) = 28%
R=33.47%
G=38.53%
B=28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1591831330.1300.270.2888.825.7761.96
Hex9FB785D01B1C591a3e
Octal23726720515033341313276
Binary100111111011011110000101110101101111100101100111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,183,133); }

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

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

 a { background-color: rgb(159,183,133); }

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

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

 span { border-color: rgb(159,183,133); }

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