#697967

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

Shades of Finlandia #697967

Tints of Finlandia #697967

Color information

#697967 (or 0x697967) is unknown color: approx Finlandia. HEX triplet: 69, 79 and 67. RGB value is (105,121,103). Sum of RGB (Red+Green+Blue) = 105+121+103=329 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.91% from 329); Green value is 121 (47.66% from 255 or 36.78% from 329); Blue value is 103 (40.62% from 255 or 31.31% from 329); Max value from RGB is 121 - color contains mainly: green. Hex color #697967 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697967 is #968698. Grayscale: #727272. Windows color (decimal): -9864857 or 6781289. OLE color: 6781289.

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

Color convert

RGB105121103-
CMYK0.1300.150.53
HSL113.33º8.04%43.92%-
HSV(B)113.33º14.88%47.45%-
XYZ15.1117.6615.44-
YUV114.16121.7121.46-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.91%
GREEN value IS 121 (47.66% from 255) = 36.78%
BLUE value IS 103 (40.62% from 255) = 31.31%
R=31.91%
G=36.78%
B=31.31%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1051211030.1300.150.53113.338.0443.92
Hex697967D0F357182c
Octal15117114715017651611054
Binary11010011111001110011111010111111010111100011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697967; }

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

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

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

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

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

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

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

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