#617C5A

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

Shades of Finlandia #617C5A

Tints of Finlandia #617C5A

Color information

#617C5A (or 0x617C5A) is unknown color: approx Finlandia. HEX triplet: 61, 7C and 5A. RGB value is (97,124,90). Sum of RGB (Red+Green+Blue) = 97+124+90=311 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.19% from 311); Green value is 124 (48.83% from 255 or 39.87% from 311); Blue value is 90 (35.55% from 255 or 28.94% from 311); Max value from RGB is 124 - color contains mainly: green. Hex color #617C5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617C5A is #9E83A5. Grayscale: #707070. Windows color (decimal): -10388390 or 5930081. OLE color: 5930081.

HSL color Cylindrical-coordinate representation of color #617C5A: hue angle of 107.65º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #617C5A is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.51.

Color convert

RGB9712490-
CMYK0.2200.270.51
HSL107.65º15.89%41.96%-
HSV(B)107.65º27.42%48.63%-
XYZ13.9817.6912.35-
YUV112.05115.55117.26-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.19%
GREEN value IS 124 (48.83% from 255) = 39.87%
BLUE value IS 90 (35.55% from 255) = 28.94%
R=31.19%
G=39.87%
B=28.94%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal97124900.2200.270.51107.6515.8941.96
Hex617C5A1601B336c102a
Octal14117413226033631542052
Binary11000011111100101101010110011011110011110110010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617C5A; }

 p { color: rgb(97,124,90); }

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

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

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

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

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

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

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