#687168

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

Shades of Finlandia #687168

Tints of Finlandia #687168

Color information

#687168 (or 0x687168) is unknown color: approx Finlandia. HEX triplet: 68, 71 and 68. RGB value is (104,113,104). Sum of RGB (Red+Green+Blue) = 104+113+104=321 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.40% from 321); Green value is 113 (44.53% from 255 or 35.20% from 321); Blue value is 104 (41.02% from 255 or 32.40% from 321); Max value from RGB is 113 - color contains mainly: green. Hex color #687168 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687168 is #978E97. Grayscale: #6D6D6D. Windows color (decimal): -9932440 or 6844776. OLE color: 6844776.

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

Color convert

RGB104113104-
CMYK0.0800.080.56
HSL120º4.15%42.55%-
HSV(B)120º7.96%44.31%-
XYZ14.1115.7515.39-
YUV109.28125.02124.23-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.40%
GREEN value IS 113 (44.53% from 255) = 35.20%
BLUE value IS 104 (41.02% from 255) = 32.40%
R=32.40%
G=35.20%
B=32.40%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1041131040.0800.080.561204.1542.55
Hex687168808387842b
Octal1501611501001070170453
Binary1101000111000111010001000010001110001111000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687168; }

 p { color: rgb(104,113,104); }

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

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

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

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

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

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

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