#61795C

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

Shades of Finlandia #61795C

Tints of Finlandia #61795C

Color information

#61795C (or 0x61795C) is unknown color: approx Finlandia. HEX triplet: 61, 79 and 5C. RGB value is (97,121,92). Sum of RGB (Red+Green+Blue) = 97+121+92=310 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.29% from 310); Green value is 121 (47.66% from 255 or 39.03% from 310); Blue value is 92 (36.33% from 255 or 29.68% from 310); Max value from RGB is 121 - color contains mainly: green. Hex color #61795C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61795C is #9E86A3. Grayscale: #6E6E6E. Windows color (decimal): -10389156 or 6060385. OLE color: 6060385.

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

Color convert

RGB9712192-
CMYK0.2000.240.53
HSL109.66º13.62%41.76%-
HSV(B)109.66º23.97%47.45%-
XYZ13.716.9912.68-
YUV110.52117.55118.36-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.29%
GREEN value IS 121 (47.66% from 255) = 39.03%
BLUE value IS 92 (36.33% from 255) = 29.68%
R=31.29%
G=39.03%
B=29.68%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal97121920.2000.240.53109.6613.6241.76
Hex61795C14018356ee2a
Octal14117113424030651561652
Binary1100001111100110111001010001100011010111011101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61795C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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