#696A69

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

Shades of Finlandia #696A69

Tints of Finlandia #696A69

Color information

#696A69 (or 0x696A69) is unknown color: approx Finlandia. HEX triplet: 69, 6A and 69. RGB value is (105,106,105). Sum of RGB (Red+Green+Blue) = 105+106+105=316 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.23% from 316); Green value is 106 (41.80% from 255 or 33.54% from 316); Blue value is 105 (41.41% from 255 or 33.23% from 316); Max value from RGB is 106 - color contains mainly: green. Hex color #696A69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696A69 is #969596. Grayscale: #696969. Windows color (decimal): -9868695 or 6908521. OLE color: 6908521.

HSL color Cylindrical-coordinate representation of color #696A69: hue angle of 120º degrees, saturation: 0, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #696A69 is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.58.

Color convert

RGB105106105-
CMYK0.0100.010.58
HSL120º0.47%41.37%-
HSV(B)120º0.94%41.57%-
XYZ13.5314.3315.42-
YUV105.59127.67127.58-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.23%
GREEN value IS 106 (41.80% from 255) = 33.54%
BLUE value IS 105 (41.41% from 255) = 33.23%
R=33.23%
G=33.54%
B=33.23%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1051061050.0100.010.581200.4741.37
Hex696A691013A78029
Octal15115215110172170051
Binary11010011101010110100110111101011110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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