#61795B

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

Shades of Finlandia #61795B

Tints of Finlandia #61795B

Color information

#61795B (or 0x61795B) is unknown color: approx Finlandia. HEX triplet: 61, 79 and 5B. RGB value is (97,121,91). Sum of RGB (Red+Green+Blue) = 97+121+91=309 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.39% from 309); Green value is 121 (47.66% from 255 or 39.16% from 309); Blue value is 91 (35.94% from 255 or 29.45% from 309); Max value from RGB is 121 - color contains mainly: green. Hex color #61795B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61795B is #9E86A4. Grayscale: #6E6E6E. Windows color (decimal): -10389157 or 5994849. OLE color: 5994849.

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

Color convert

RGB9712191-
CMYK0.2000.250.53
HSL108º14.15%41.57%-
HSV(B)108º24.79%47.45%-
XYZ13.6616.9712.45-
YUV110.4117.05118.44-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.39%
GREEN value IS 121 (47.66% from 255) = 39.16%
BLUE value IS 91 (35.94% from 255) = 29.45%
R=31.39%
G=39.16%
B=29.45%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal97121910.2000.250.5310814.1541.57
Hex61795B14019356ce2a
Octal14117113324031651541652
Binary1100001111100110110111010001100111010111011001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61795B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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