#697765

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

Shades of Finlandia #697765

Tints of Finlandia #697765

Color information

#697765 (or 0x697765) is unknown color: approx Finlandia. HEX triplet: 69, 77 and 65. RGB value is (105,119,101). Sum of RGB (Red+Green+Blue) = 105+119+101=325 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.31% from 325); Green value is 119 (46.88% from 255 or 36.62% from 325); Blue value is 101 (39.84% from 255 or 31.08% from 325); Max value from RGB is 119 - color contains mainly: green. Hex color #697765 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697765 is #96889A. Grayscale: #707070. Windows color (decimal): -9865371 or 6649705. OLE color: 6649705.

HSL color Cylindrical-coordinate representation of color #697765: hue angle of 106.67º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #697765 is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB105119101-
CMYK0.1200.150.53
HSL106.67º8.18%43.14%-
HSV(B)106.67º15.13%46.67%-
XYZ14.7717.1414.84-
YUV112.76121.36122.46-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.31%
GREEN value IS 119 (46.88% from 255) = 36.62%
BLUE value IS 101 (39.84% from 255) = 31.08%
R=32.31%
G=36.62%
B=31.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1051191010.1200.150.53106.678.1843.14
Hex697765C0F356b82b
Octal15116714514017651531053
Binary11010011110111110010111000111111010111010111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697765; }

 p { color: rgb(105,119,101); }

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

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

 a { background-color: rgb(105,119,101); }

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

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

 span { border-color: rgb(105,119,101); }

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