#696F68

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

Shades of Finlandia #696F68

Tints of Finlandia #696F68

Color information

#696F68 (or 0x696F68) is unknown color: approx Finlandia. HEX triplet: 69, 6F and 68. RGB value is (105,111,104). Sum of RGB (Red+Green+Blue) = 105+111+104=320 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.81% from 320); Green value is 111 (43.75% from 255 or 34.69% from 320); Blue value is 104 (41.02% from 255 or 32.5% from 320); Max value from RGB is 111 - color contains mainly: green. Hex color #696F68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696F68 is #969097. Grayscale: #6C6C6C. Windows color (decimal): -9867416 or 6844265. OLE color: 6844265.

HSL color Cylindrical-coordinate representation of color #696F68: hue angle of 111.43º degrees, saturation: 0.03, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #696F68 is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB105111104-
CMYK0.0500.060.56
HSL111.43º3.26%42.16%-
HSV(B)111.43º6.31%43.53%-
XYZ14.0115.3715.33-
YUV108.41125.51125.57-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.81%
GREEN value IS 111 (43.75% from 255) = 34.69%
BLUE value IS 104 (41.02% from 255) = 32.5%
R=32.81%
G=34.69%
B=32.5%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1051111040.0500.060.56111.433.2642.16
Hex696F68506386f32a
Octal15115715050670157352
Binary1101001110111111010001010110111000110111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696F68; }

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

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

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

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

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

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

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

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