#697D67

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

Shades of Finlandia #697D67

Tints of Finlandia #697D67

Color information

#697D67 (or 0x697D67) is unknown color: approx Finlandia. HEX triplet: 69, 7D and 67. RGB value is (105,125,103). Sum of RGB (Red+Green+Blue) = 105+125+103=333 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.53% from 333); Green value is 125 (49.22% from 255 or 37.54% from 333); Blue value is 103 (40.62% from 255 or 30.93% from 333); Max value from RGB is 125 - color contains mainly: green. Hex color #697D67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697D67 is #968298. Grayscale: #747474. Windows color (decimal): -9863833 or 6782313. OLE color: 6782313.

HSL color Cylindrical-coordinate representation of color #697D67: hue angle of 114.55º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #697D67 is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.51.

Color convert

RGB105125103-
CMYK0.1600.180.51
HSL114.55º9.65%44.71%-
HSV(B)114.55º17.6%49.02%-
XYZ15.6118.6515.61-
YUV116.51120.37119.79-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.53%
GREEN value IS 125 (49.22% from 255) = 37.54%
BLUE value IS 103 (40.62% from 255) = 30.93%
R=31.53%
G=37.54%
B=30.93%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1051251030.1600.180.51114.559.6544.71
Hex697D67100123373a2d
Octal15117514720022631631255
Binary1101001111110111001111000001001011001111100111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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