#9FB782

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

Shades of Norway #9FB782

Tints of Norway #9FB782

Color information

#9FB782 (or 0x9FB782) is unknown color: approx Norway. HEX triplet: 9F, B7 and 82. RGB value is (159,183,130). Sum of RGB (Red+Green+Blue) = 159+183+130=472 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.69% from 472); Green value is 183 (71.88% from 255 or 38.77% from 472); Blue value is 130 (51.17% from 255 or 27.54% from 472); Max value from RGB is 183 - color contains mainly: green. Hex color #9FB782 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB782 is #60487D. Grayscale: #A9A9A9. Windows color (decimal): -6310014 or 8566687. OLE color: 8566687.

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

Color convert

RGB159183130-
CMYK0.1300.290.28
HSL87.17º26.9%61.37%-
HSV(B)87.17º28.96%71.76%-
XYZ35.2642.8527.53-
YUV169.78105.55120.31-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.69%
GREEN value IS 183 (71.88% from 255) = 38.77%
BLUE value IS 130 (51.17% from 255) = 27.54%
R=33.69%
G=38.77%
B=27.54%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1591831300.1300.290.2887.1726.961.37
Hex9FB782D01D1C571b3d
Octal23726720215035341273375
Binary100111111011011110000010110101110111100101011111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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