#61785A

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

Shades of Finlandia #61785A

Tints of Finlandia #61785A

Color information

#61785A (or 0x61785A) is unknown color: approx Finlandia. HEX triplet: 61, 78 and 5A. RGB value is (97,120,90). Sum of RGB (Red+Green+Blue) = 97+120+90=307 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.60% from 307); Green value is 120 (47.27% from 255 or 39.09% from 307); Blue value is 90 (35.55% from 255 or 29.32% from 307); Max value from RGB is 120 - color contains mainly: green. Hex color #61785A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61785A is #9E87A5. Grayscale: #6D6D6D. Windows color (decimal): -10389414 or 5929057. OLE color: 5929057.

HSL color Cylindrical-coordinate representation of color #61785A: hue angle of 106º 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 #61785A is Cyan = 0.19, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.

Color convert

RGB9712090-
CMYK0.1900.250.53
HSL106º14.29%41.18%-
HSV(B)106º25%47.06%-
XYZ13.4916.7112.19-
YUV109.7116.88118.94-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.60%
GREEN value IS 120 (47.27% from 255) = 39.09%
BLUE value IS 90 (35.55% from 255) = 29.32%
R=31.60%
G=39.09%
B=29.32%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal97120900.1900.250.5310614.2941.18
Hex61785A13019356ae29
Octal14117013223031651521651
Binary1100001111100010110101001101100111010111010101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61785A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61785A; }

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

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

<style>
 a { background-color: #61785A; }

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

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

<style>
 span { border-color: #61785A; }

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

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