#697169

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

Shades of Finlandia #697169

Tints of Finlandia #697169

Color information

#697169 (or 0x697169) is unknown color: approx Finlandia. HEX triplet: 69, 71 and 69. RGB value is (105,113,105). Sum of RGB (Red+Green+Blue) = 105+113+105=323 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.51% from 323); Green value is 113 (44.53% from 255 or 34.98% from 323); Blue value is 105 (41.41% from 255 or 32.51% from 323); Max value from RGB is 113 - color contains mainly: green. Hex color #697169 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697169 is #968E96. Grayscale: #6D6D6D. Windows color (decimal): -9866903 or 6910313. OLE color: 6910313.

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

Color convert

RGB105113105-
CMYK0.0700.070.56
HSL120º3.67%42.75%-
HSV(B)120º7.08%44.31%-
XYZ14.2815.8315.67-
YUV109.7125.35124.65-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.51%
GREEN value IS 113 (44.53% from 255) = 34.98%
BLUE value IS 105 (41.41% from 255) = 32.51%
R=32.51%
G=34.98%
B=32.51%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1051131050.0700.070.561203.6742.75
Hex697169707387842b
Octal15116115170770170453
Binary11010011110001110100111101111110001111000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697169; }

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

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

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

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

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

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

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

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