#697266

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

Shades of Finlandia #697266

Tints of Finlandia #697266

Color information

#697266 (or 0x697266) is unknown color: approx Finlandia. HEX triplet: 69, 72 and 66. RGB value is (105,114,102). Sum of RGB (Red+Green+Blue) = 105+114+102=321 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.71% from 321); Green value is 114 (44.92% from 255 or 35.51% from 321); Blue value is 102 (40.23% from 255 or 31.78% from 321); Max value from RGB is 114 - color contains mainly: green. Hex color #697266 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697266 is #968D99. Grayscale: #6D6D6D. Windows color (decimal): -9866650 or 6713961. OLE color: 6713961.

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

Color convert

RGB105114102-
CMYK0.0800.110.55
HSL105º5.56%42.35%-
HSV(B)105º10.53%44.71%-
XYZ14.241614.91-
YUV109.94123.52124.48-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.71%
GREEN value IS 114 (44.92% from 255) = 35.51%
BLUE value IS 102 (40.23% from 255) = 31.78%
R=32.71%
G=35.51%
B=31.78%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1051141020.0800.110.551055.5642.35
Hex69726680B376962a
Octal1511621461001367151652
Binary1101001111001011001101000010111101111101001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697266; }

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

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

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

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

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

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

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

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