#697669

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

Shades of Finlandia #697669

Tints of Finlandia #697669

Color information

#697669 (or 0x697669) is unknown color: approx Finlandia. HEX triplet: 69, 76 and 69. RGB value is (105,118,105). Sum of RGB (Red+Green+Blue) = 105+118+105=328 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.01% from 328); Green value is 118 (46.48% from 255 or 35.98% from 328); Blue value is 105 (41.41% from 255 or 32.01% from 328); Max value from RGB is 118 - color contains mainly: green. Hex color #697669 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697669 is #968996. Grayscale: #707070. Windows color (decimal): -9865623 or 6911593. OLE color: 6911593.

HSL color Cylindrical-coordinate representation of color #697669: hue angle of 120º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #697669 is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB105118105-
CMYK0.1100.110.54
HSL120º5.83%43.73%-
HSV(B)120º11.02%46.27%-
XYZ14.8516.9815.86-
YUV112.63123.69122.56-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.01%
GREEN value IS 118 (46.48% from 255) = 35.98%
BLUE value IS 105 (41.41% from 255) = 32.01%
R=32.01%
G=35.98%
B=32.01%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1051181050.1100.110.541205.8343.73
Hex697669B0B367862c
Octal1511661511301366170654
Binary1101001111011011010011011010111101101111000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697669; }

 p { color: rgb(105,118,105); }

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

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

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

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

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

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

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