#9FB78D

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

Shades of Norway #9FB78D

Tints of Norway #9FB78D

Color information

#9FB78D (or 0x9FB78D) is unknown color: approx Norway. HEX triplet: 9F, B7 and 8D. RGB value is (159,183,141). Sum of RGB (Red+Green+Blue) = 159+183+141=483 (63% of max value = 765). Red value is 159 (62.5% from 255 or 32.92% from 483); Green value is 183 (71.88% from 255 or 37.89% from 483); Blue value is 141 (55.47% from 255 or 29.19% from 483); Max value from RGB is 183 - color contains mainly: green. Hex color #9FB78D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB78D is #604872. Grayscale: #ABABAB. Windows color (decimal): -6310003 or 9287583. OLE color: 9287583.

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

Color convert

RGB159183141-
CMYK0.1300.230.28
HSL94.29º22.58%63.53%-
HSV(B)94.29º22.95%71.76%-
XYZ36.0443.1631.63-
YUV171.04111.05119.42-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.92%
GREEN value IS 183 (71.88% from 255) = 37.89%
BLUE value IS 141 (55.47% from 255) = 29.19%
R=32.92%
G=37.89%
B=29.19%

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
Decimal1591831410.1300.230.2894.2922.5863.53
Hex9FB78DD0171C5e1740
Octal237267215150273413627100
Binary1001111110110111100011011101010111111001011110101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB78D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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