#697168

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

Shades of Finlandia #697168

Tints of Finlandia #697168

Color information

#697168 (or 0x697168) is unknown color: approx Finlandia. HEX triplet: 69, 71 and 68. RGB value is (105,113,104). Sum of RGB (Red+Green+Blue) = 105+113+104=322 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.61% from 322); Green value is 113 (44.53% from 255 or 35.09% from 322); Blue value is 104 (41.02% from 255 or 32.30% from 322); Max value from RGB is 113 - color contains mainly: green. Hex color #697168 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697168 is #968E97. Grayscale: #6D6D6D. Windows color (decimal): -9866904 or 6844777. OLE color: 6844777.

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

Color convert

RGB105113104-
CMYK0.0700.080.56
HSL113.33º4.15%42.55%-
HSV(B)113.33º7.96%44.31%-
XYZ14.2315.8115.4-
YUV109.58124.85124.73-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.61%
GREEN value IS 113 (44.53% from 255) = 35.09%
BLUE value IS 104 (41.02% from 255) = 32.30%
R=32.61%
G=35.09%
B=32.30%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1051131040.0700.080.56113.334.1542.55
Hex697168708387142b
Octal151161150701070161453
Binary110100111100011101000111010001110001110001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697168; }

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

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

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

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

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

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

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

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