#9FB78C

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

Shades of Norway #9FB78C

Tints of Norway #9FB78C

Color information

#9FB78C (or 0x9FB78C) is unknown color: approx Norway. HEX triplet: 9F, B7 and 8C. RGB value is (159,183,140). Sum of RGB (Red+Green+Blue) = 159+183+140=482 (63% of max value = 765). Red value is 159 (62.5% from 255 or 32.99% from 482); Green value is 183 (71.88% from 255 or 37.97% from 482); Blue value is 140 (55.08% from 255 or 29.05% from 482); Max value from RGB is 183 - color contains mainly: green. Hex color #9FB78C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB78C is #604873. Grayscale: #ABABAB. Windows color (decimal): -6310004 or 9222047. OLE color: 9222047.

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

Color convert

RGB159183140-
CMYK0.1300.230.28
HSL93.49º22.99%63.33%-
HSV(B)93.49º23.5%71.76%-
XYZ35.9743.1331.24-
YUV170.92110.55119.5-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.99%
GREEN value IS 183 (71.88% from 255) = 37.97%
BLUE value IS 140 (55.08% from 255) = 29.05%
R=32.99%
G=37.97%
B=29.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1591831400.1300.230.2893.4922.9963.33
Hex9FB78CD0171C5d173f
Octal23726721415027341352777
Binary100111111011011110001100110101011111100101110110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB78C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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