#697568

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

Shades of Finlandia #697568

Tints of Finlandia #697568

Color information

#697568 (or 0x697568) is unknown color: approx Finlandia. HEX triplet: 69, 75 and 68. RGB value is (105,117,104). Sum of RGB (Red+Green+Blue) = 105+117+104=326 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.21% from 326); Green value is 117 (46.09% from 255 or 35.89% from 326); Blue value is 104 (41.02% from 255 or 31.90% from 326); Max value from RGB is 117 - color contains mainly: green. Hex color #697568 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697568 is #968A97. Grayscale: #6F6F6F. Windows color (decimal): -9865880 or 6845801. OLE color: 6845801.

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

Color convert

RGB105117104-
CMYK0.1000.110.54
HSL115.38º5.88%43.33%-
HSV(B)115.38º11.11%45.88%-
XYZ14.6916.7315.55-
YUV111.93123.52123.06-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.21%
GREEN value IS 117 (46.09% from 255) = 35.89%
BLUE value IS 104 (41.02% from 255) = 31.90%
R=32.21%
G=35.89%
B=31.90%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1051171040.1000.110.54115.385.8843.33
Hex697568A0B367362b
Octal1511651501201366163653
Binary1101001111010111010001010010111101101110011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697568; }

 p { color: rgb(105,117,104); }

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

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

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

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

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

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

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