#9DB78F

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

Shades of Norway #9DB78F

Tints of Norway #9DB78F

Color information

#9DB78F (or 0x9DB78F) is unknown color: approx Norway. HEX triplet: 9D, B7 and 8F. RGB value is (157,183,143). Sum of RGB (Red+Green+Blue) = 157+183+143=483 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.51% from 483); Green value is 183 (71.88% from 255 or 37.89% from 483); Blue value is 143 (56.25% from 255 or 29.61% from 483); Max value from RGB is 183 - color contains mainly: green. Hex color #9DB78F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB78F is #624870. Grayscale: #AAAAAA. Windows color (decimal): -6441073 or 9418653. OLE color: 9418653.

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

Color convert

RGB157183143-
CMYK0.1400.220.28
HSL99º21.74%63.92%-
HSV(B)99º21.86%71.76%-
XYZ35.843.0232.4-
YUV170.67112.39118.25-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.51%
GREEN value IS 183 (71.88% from 255) = 37.89%
BLUE value IS 143 (56.25% from 255) = 29.61%
R=32.51%
G=37.89%
B=29.61%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1571831430.1400.220.289921.7463.92
Hex9DB78FE0161C631640
Octal235267217160263414326100
Binary1001110110110111100011111110010110111001100011101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB78F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,183,143); }

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

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

 a { background-color: rgb(157,183,143); }

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

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

 span { border-color: rgb(157,183,143); }

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