#617261

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

Shades of Finlandia #617261

Tints of Finlandia #617261

Color information

#617261 (or 0x617261) is unknown color: approx Finlandia. HEX triplet: 61, 72 and 61. RGB value is (97,114,97). Sum of RGB (Red+Green+Blue) = 97+114+97=308 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.49% from 308); Green value is 114 (44.92% from 255 or 37.01% from 308); Blue value is 97 (38.28% from 255 or 31.49% from 308); Max value from RGB is 114 - color contains mainly: green. Hex color #617261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617261 is #9E8D9E. Grayscale: #6B6B6B. Windows color (decimal): -10390943 or 6386273. OLE color: 6386273.

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

Color convert

RGB9711497-
CMYK0.1500.150.55
HSL120º8.06%41.37%-
HSV(B)120º14.91%44.71%-
XYZ13.115.4413.6-
YUV106.98122.37120.88-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.49%
GREEN value IS 114 (44.92% from 255) = 37.01%
BLUE value IS 97 (38.28% from 255) = 31.49%
R=31.49%
G=37.01%
B=31.49%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal97114970.1500.150.551208.0641.37
Hex617261F0F3778829
Octal14116214117017671701051
Binary11000011110010110000111110111111011111110001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617261; }

 p { color: rgb(97,114,97); }

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

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

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

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

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

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

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