#697A67

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

Shades of Finlandia #697A67

Tints of Finlandia #697A67

Color information

#697A67 (or 0x697A67) is unknown color: approx Finlandia. HEX triplet: 69, 7A and 67. RGB value is (105,122,103). Sum of RGB (Red+Green+Blue) = 105+122+103=330 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.82% from 330); Green value is 122 (48.05% from 255 or 36.97% from 330); Blue value is 103 (40.62% from 255 or 31.21% from 330); Max value from RGB is 122 - color contains mainly: green. Hex color #697A67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697A67 is #968598. Grayscale: #727272. Windows color (decimal): -9864601 or 6781545. OLE color: 6781545.

HSL color Cylindrical-coordinate representation of color #697A67: hue angle of 113.68º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #697A67 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.52.

Color convert

RGB105122103-
CMYK0.1400.160.52
HSL113.68º8.44%44.12%-
HSV(B)113.68º15.57%47.84%-
XYZ15.2317.915.48-
YUV114.75121.37121.04-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.82%
GREEN value IS 122 (48.05% from 255) = 36.97%
BLUE value IS 103 (40.62% from 255) = 31.21%
R=31.82%
G=36.97%
B=31.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1051221030.1400.160.52113.688.4444.12
Hex697A67E010347282c
Octal15117214716020641621054
Binary110100111110101100111111001000011010011100101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697A67; }

 p { color: rgb(105,122,103); }

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

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

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

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

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

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

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