#697268

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

Shades of Finlandia #697268

Tints of Finlandia #697268

Color information

#697268 (or 0x697268) is unknown color: approx Finlandia. HEX triplet: 69, 72 and 68. RGB value is (105,114,104). Sum of RGB (Red+Green+Blue) = 105+114+104=323 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.51% from 323); Green value is 114 (44.92% from 255 or 35.29% from 323); Blue value is 104 (41.02% from 255 or 32.20% from 323); Max value from RGB is 114 - color contains mainly: green. Hex color #697268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697268 is #968D97. Grayscale: #6E6E6E. Windows color (decimal): -9866648 or 6845033. OLE color: 6845033.

HSL color Cylindrical-coordinate representation of color #697268: hue angle of 114º 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 #697268 is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB105114104-
CMYK0.0800.090.55
HSL114º4.59%42.75%-
HSV(B)114º8.77%44.71%-
XYZ14.3416.0415.44-
YUV110.17124.52124.31-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.51%
GREEN value IS 114 (44.92% from 255) = 35.29%
BLUE value IS 104 (41.02% from 255) = 32.20%
R=32.51%
G=35.29%
B=32.20%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1051141040.0800.090.551144.5942.75
Hex697268809377252b
Octal1511621501001167162553
Binary1101001111001011010001000010011101111110010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697268; }

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

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

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

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

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

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

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

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