#697369

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

Shades of Finlandia #697369

Tints of Finlandia #697369

Color information

#697369 (or 0x697369) is unknown color: approx Finlandia. HEX triplet: 69, 73 and 69. RGB value is (105,115,105). Sum of RGB (Red+Green+Blue) = 105+115+105=325 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.31% from 325); Green value is 115 (45.31% from 255 or 35.38% from 325); Blue value is 105 (41.41% from 255 or 32.31% from 325); Max value from RGB is 115 - color contains mainly: green. Hex color #697369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697369 is #968C96. Grayscale: #6E6E6E. Windows color (decimal): -9866391 or 6910825. OLE color: 6910825.

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

Color convert

RGB105115105-
CMYK0.0900.090.55
HSL120º4.55%43.14%-
HSV(B)120º8.7%45.1%-
XYZ14.5116.2815.74-
YUV110.87124.69123.81-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.31%
GREEN value IS 115 (45.31% from 255) = 35.38%
BLUE value IS 105 (41.41% from 255) = 32.31%
R=32.31%
G=35.38%
B=32.31%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1051151050.0900.090.551204.5543.14
Hex697369909377852b
Octal1511631511101167170553
Binary1101001111001111010011001010011101111111000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697369; }

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

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

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

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

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

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

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

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