#617061

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

Shades of Finlandia #617061

Tints of Finlandia #617061

Color information

#617061 (or 0x617061) is unknown color: approx Finlandia. HEX triplet: 61, 70 and 61. RGB value is (97,112,97). Sum of RGB (Red+Green+Blue) = 97+112+97=306 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.70% from 306); Green value is 112 (44.14% from 255 or 36.60% from 306); Blue value is 97 (38.28% from 255 or 31.70% from 306); Max value from RGB is 112 - color contains mainly: green. Hex color #617061 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617061 is #9E8F9E. Grayscale: #696969. Windows color (decimal): -10391455 or 6385761. OLE color: 6385761.

HSL color Cylindrical-coordinate representation of color #617061: hue angle of 120º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #617061 is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB9711297-
CMYK0.1300.130.56
HSL120º7.18%40.98%-
HSV(B)120º13.39%43.92%-
XYZ12.8814.9913.52-
YUV105.8123.03121.72-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.70%
GREEN value IS 112 (44.14% from 255) = 36.60%
BLUE value IS 97 (38.28% from 255) = 31.70%
R=31.70%
G=36.60%
B=31.70%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal97112970.1300.130.561207.1840.98
Hex617061D0D3878729
Octal1411601411501570170751
Binary1100001111000011000011101011011110001111000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617061; }

 p { color: rgb(97,112,97); }

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

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

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

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

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

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

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