#696E69

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

Shades of Finlandia #696E69

Tints of Finlandia #696E69

Color information

#696E69 (or 0x696E69) is unknown color: approx Finlandia. HEX triplet: 69, 6E and 69. RGB value is (105,110,105). Sum of RGB (Red+Green+Blue) = 105+110+105=320 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.81% from 320); Green value is 110 (43.36% from 255 or 34.38% from 320); Blue value is 105 (41.41% from 255 or 32.81% from 320); Max value from RGB is 110 - color contains mainly: green. Hex color #696E69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696E69 is #969196. Grayscale: #6B6B6B. Windows color (decimal): -9867671 or 6909545. OLE color: 6909545.

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

Color convert

RGB105110105-
CMYK0.0500.050.57
HSL120º2.33%42.16%-
HSV(B)120º4.55%43.14%-
XYZ13.9515.1815.56-
YUV107.93126.34125.91-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.81%
GREEN value IS 110 (43.36% from 255) = 34.38%
BLUE value IS 105 (41.41% from 255) = 32.81%
R=32.81%
G=34.38%
B=32.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1051101050.0500.050.571202.3342.16
Hex696E69505397822a
Octal15115615150571170252
Binary1101001110111011010011010101111001111100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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