#617062

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

Shades of Finlandia #617062

Tints of Finlandia #617062

Color information

#617062 (or 0x617062) is unknown color: approx Finlandia. HEX triplet: 61, 70 and 62. RGB value is (97,112,98). Sum of RGB (Red+Green+Blue) = 97+112+98=307 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.60% from 307); Green value is 112 (44.14% from 255 or 36.48% from 307); Blue value is 98 (38.67% from 255 or 31.92% from 307); Max value from RGB is 112 - color contains mainly: green. Hex color #617062 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617062 is #9E8F9D. Grayscale: #696969. Windows color (decimal): -10391454 or 6451297. OLE color: 6451297.

HSL color Cylindrical-coordinate representation of color #617062: hue angle of 124º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #617062 is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB9711298-
CMYK0.1300.130.56
HSL124º7.18%40.98%-
HSV(B)124º13.39%43.92%-
XYZ12.9315.0113.77-
YUV105.92123.53121.64-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.60%
GREEN value IS 112 (44.14% from 255) = 36.48%
BLUE value IS 98 (38.67% from 255) = 31.92%
R=31.60%
G=36.48%
B=31.92%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal97112980.1300.130.561247.1840.98
Hex617062D0D387c729
Octal1411601421501570174751
Binary1100001111000011000101101011011110001111100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617062; }

 p { color: rgb(97,112,98); }

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

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

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

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

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

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

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