#9EB78C

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

Shades of Norway #9EB78C

Tints of Norway #9EB78C

Color information

#9EB78C (or 0x9EB78C) is unknown color: approx Norway. HEX triplet: 9E, B7 and 8C. RGB value is (158,183,140). Sum of RGB (Red+Green+Blue) = 158+183+140=481 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.85% from 481); Green value is 183 (71.88% from 255 or 38.05% from 481); Blue value is 140 (55.08% from 255 or 29.11% from 481); Max value from RGB is 183 - color contains mainly: green. Hex color #9EB78C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EB78C is #614873. Grayscale: #AAAAAA. Windows color (decimal): -6375540 or 9222046. OLE color: 9222046.

HSL color Cylindrical-coordinate representation of color #9EB78C: hue angle of 94.88º 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 #9EB78C is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB158183140-
CMYK0.1400.230.28
HSL94.88º22.99%63.33%-
HSV(B)94.88º23.5%71.76%-
XYZ35.7743.0331.23-
YUV170.62110.72119-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.85%
GREEN value IS 183 (71.88% from 255) = 38.05%
BLUE value IS 140 (55.08% from 255) = 29.11%
R=32.85%
G=38.05%
B=29.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1581831400.1400.230.2894.8822.9963.33
Hex9EB78CE0171C5f173f
Octal23626721416027341372777
Binary100111101011011110001100111001011111100101111110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB78C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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