#61745C

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

Shades of Finlandia #61745C

Tints of Finlandia #61745C

Color information

#61745C (or 0x61745C) is unknown color: approx Finlandia. HEX triplet: 61, 74 and 5C. RGB value is (97,116,92). Sum of RGB (Red+Green+Blue) = 97+116+92=305 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.80% from 305); Green value is 116 (45.70% from 255 or 38.03% from 305); Blue value is 92 (36.33% from 255 or 30.16% from 305); Max value from RGB is 116 - color contains mainly: green. Hex color #61745C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61745C is #9E8BA3. Grayscale: #6B6B6B. Windows color (decimal): -10390436 or 6059105. OLE color: 6059105.

HSL color Cylindrical-coordinate representation of color #61745C: hue angle of 107.5º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #61745C is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB9711692-
CMYK0.1600.210.55
HSL107.5º11.54%40.78%-
HSV(B)107.5º20.69%45.49%-
XYZ13.1115.812.49-
YUV107.58119.21120.45-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.80%
GREEN value IS 116 (45.70% from 255) = 38.03%
BLUE value IS 92 (36.33% from 255) = 30.16%
R=31.80%
G=38.03%
B=30.16%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal97116920.1600.210.55107.511.5440.78
Hex61745C10015376bc29
Octal14116413420025671531451
Binary1100001111010010111001000001010111011111010111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61745C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61745C; }

 p { color: rgb(97,116,92); }

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

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

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

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

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

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

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