#627061

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

Shades of Finlandia #627061

Tints of Finlandia #627061

Color information

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

HSL color Cylindrical-coordinate representation of color #627061: hue angle of 116º 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 #627061 is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB9811297-
CMYK0.1300.130.56
HSL116º7.18%40.98%-
HSV(B)116º13.39%43.92%-
XYZ12.9915.0513.53-
YUV106.1122.86122.22-

RGB Variations

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

RGB

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

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
Decimal98112970.1300.130.561167.1840.98
Hex627061D0D3874729
Octal1421601411501570164751
Binary1100010111000011000011101011011110001110100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627061; }

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

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

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

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

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

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

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

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