#616F5D

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

Shades of Finlandia #616F5D

Tints of Finlandia #616F5D

Color information

#616F5D (or 0x616F5D) is unknown color: approx Finlandia. HEX triplet: 61, 6F and 5D. RGB value is (97,111,93). Sum of RGB (Red+Green+Blue) = 97+111+93=301 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.23% from 301); Green value is 111 (43.75% from 255 or 36.88% from 301); Blue value is 93 (36.72% from 255 or 30.90% from 301); Max value from RGB is 111 - color contains mainly: green. Hex color #616F5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616F5D is #9E90A2. Grayscale: #686868. Windows color (decimal): -10391715 or 6123361. OLE color: 6123361.

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

Color convert

RGB9711193-
CMYK0.1300.160.56
HSL106.67º8.82%40%-
HSV(B)106.67º16.22%43.53%-
XYZ12.5914.712.53-
YUV104.76121.36122.46-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.23%
GREEN value IS 111 (43.75% from 255) = 36.88%
BLUE value IS 93 (36.72% from 255) = 30.90%
R=32.23%
G=36.88%
B=30.90%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal97111930.1300.160.56106.678.8240
Hex616F5DD010386b928
Octal14115713515020701531150
Binary110000111011111011101110101000011100011010111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616F5D; }

 p { color: rgb(97,111,93); }

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

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

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

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

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

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

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