#5B785A

Color #5B785A Finlandia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Finlandia #5B785A

Tints of Finlandia #5B785A

Color information

#5B785A (or 0x5B785A) is unknown color: approx Finlandia. HEX triplet: 5B, 78 and 5A. RGB value is (91,120,90). Sum of RGB (Red+Green+Blue) = 91+120+90=301 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.23% from 301); Green value is 120 (47.27% from 255 or 39.87% from 301); Blue value is 90 (35.55% from 255 or 29.90% from 301); Max value from RGB is 120 - color contains mainly: green. Hex color #5B785A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B785A is #A487A5. Grayscale: #6C6C6C. Windows color (decimal): -10782630 or 5929051. OLE color: 5929051.

HSL color Cylindrical-coordinate representation of color #5B785A: hue angle of 118º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5B785A is Cyan = 0.24, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.

Color convert

RGB9112090-
CMYK0.2400.250.53
HSL118º14.29%41.18%-
HSV(B)118º25%47.06%-
XYZ12.8816.412.16-
YUV107.91117.89115.94-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 30.23%
GREEN value IS 120 (47.27% from 255) = 39.87%
BLUE value IS 90 (35.55% from 255) = 29.90%
R=30.23%
G=39.87%
B=29.90%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal91120900.2400.250.5311814.2941.18
Hex5B785A180193576e29
Octal13317013230031651661651
Binary1011011111100010110101100001100111010111101101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B785A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B785A; }

 p { color: rgb(91,120,90); }

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

<style>
 a { background-color: #5B785A; }

 a { background-color: rgb(91,120,90); }

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

<style>
 span { border-color: #5B785A; }

 span { border-color: rgb(91,120,90); }

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