#697366

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

Shades of Finlandia #697366

Tints of Finlandia #697366

Color information

#697366 (or 0x697366) is unknown color: approx Finlandia. HEX triplet: 69, 73 and 66. RGB value is (105,115,102). Sum of RGB (Red+Green+Blue) = 105+115+102=322 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.61% from 322); Green value is 115 (45.31% from 255 or 35.71% from 322); Blue value is 102 (40.23% from 255 or 31.68% from 322); Max value from RGB is 115 - color contains mainly: green. Hex color #697366 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697366 is #968C99. Grayscale: #6E6E6E. Windows color (decimal): -9866394 or 6714217. OLE color: 6714217.

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

Color convert

RGB105115102-
CMYK0.0900.110.55
HSL106.15º5.99%42.55%-
HSV(B)106.15º11.3%45.1%-
XYZ14.3516.2214.95-
YUV110.53123.19124.06-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.61%
GREEN value IS 115 (45.31% from 255) = 35.71%
BLUE value IS 102 (40.23% from 255) = 31.68%
R=32.61%
G=35.71%
B=31.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1051151020.0900.110.55106.155.9942.55
Hex69736690B376a62b
Octal1511631461101367152653
Binary1101001111001111001101001010111101111101010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697366; }

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

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

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

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

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

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

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

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