#687065

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

Shades of Finlandia #687065

Tints of Finlandia #687065

Color information

#687065 (or 0x687065) is unknown color: approx Finlandia. HEX triplet: 68, 70 and 65. RGB value is (104,112,101). Sum of RGB (Red+Green+Blue) = 104+112+101=317 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.81% from 317); Green value is 112 (44.14% from 255 or 35.33% from 317); Blue value is 101 (39.84% from 255 or 31.86% from 317); Max value from RGB is 112 - color contains mainly: green. Hex color #687065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687065 is #978F9A. Grayscale: #6C6C6C. Windows color (decimal): -9932699 or 6647912. OLE color: 6647912.

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

Color convert

RGB104112101-
CMYK0.0700.100.56
HSL103.64º5.16%41.76%-
HSV(B)103.64º9.82%43.92%-
XYZ13.8515.4714.57-
YUV108.35123.85124.89-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.81%
GREEN value IS 112 (44.14% from 255) = 35.33%
BLUE value IS 101 (39.84% from 255) = 31.86%
R=32.81%
G=35.33%
B=31.86%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1041121010.0700.100.56103.645.1641.76
Hex68706570A386852a
Octal150160145701270150552
Binary110100011100001100101111010101110001101000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687065; }

 p { color: rgb(104,112,101); }

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

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

 a { background-color: rgb(104,112,101); }

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

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

 span { border-color: rgb(104,112,101); }

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