#697768

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

Shades of Finlandia #697768

Tints of Finlandia #697768

Color information

#697768 (or 0x697768) is unknown color: approx Finlandia. HEX triplet: 69, 77 and 68. RGB value is (105,119,104). Sum of RGB (Red+Green+Blue) = 105+119+104=328 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.01% from 328); Green value is 119 (46.88% from 255 or 36.28% from 328); Blue value is 104 (41.02% from 255 or 31.71% from 328); Max value from RGB is 119 - color contains mainly: green. Hex color #697768 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697768 is #968897. Grayscale: #717171. Windows color (decimal): -9865368 or 6846313. OLE color: 6846313.

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

Color convert

RGB105119104-
CMYK0.1200.130.53
HSL116º6.73%43.73%-
HSV(B)116º12.61%46.67%-
XYZ14.9217.215.63-
YUV113.1122.86122.22-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.01%
GREEN value IS 119 (46.88% from 255) = 36.28%
BLUE value IS 104 (41.02% from 255) = 31.71%
R=32.01%
G=36.28%
B=31.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1051191040.1200.130.531166.7343.73
Hex697768C0D357472c
Octal1511671501401565164754
Binary1101001111011111010001100011011101011110100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697768; }

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

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

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

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

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

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

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

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