#9BA78F

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

Shades of Norway #9BA78F

Tints of Norway #9BA78F

Color information

#9BA78F (or 0x9BA78F) is unknown color: approx Norway. HEX triplet: 9B, A7 and 8F. RGB value is (155,167,143). Sum of RGB (Red+Green+Blue) = 155+167+143=465 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.33% from 465); Green value is 167 (65.62% from 255 or 35.91% from 465); Blue value is 143 (56.25% from 255 or 30.75% from 465); Max value from RGB is 167 - color contains mainly: green. Hex color #9BA78F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA78F is #645870. Grayscale: #A0A0A0. Windows color (decimal): -6576241 or 9414555. OLE color: 9414555.

HSL color Cylindrical-coordinate representation of color #9BA78F: hue angle of 90º degrees, saturation: 0.12, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9BA78F is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB155167143-
CMYK0.0700.140.35
HSL90º12%60.78%-
HSV(B)90º14.37%65.49%-
XYZ32.2936.5931.35-
YUV160.68118.02123.95-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.33%
GREEN value IS 167 (65.62% from 255) = 35.91%
BLUE value IS 143 (56.25% from 255) = 30.75%
R=33.33%
G=35.91%
B=30.75%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1551671430.0700.140.35901260.78
Hex9BA78F70E235ac3d
Octal2332472177016431321475
Binary1001101110100111100011111110111010001110110101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA78F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,167,143); }

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

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

 a { background-color: rgb(155,167,143); }

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

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

 span { border-color: rgb(155,167,143); }

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