#687368

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

Shades of Finlandia #687368

Tints of Finlandia #687368

Color information

#687368 (or 0x687368) is unknown color: approx Finlandia. HEX triplet: 68, 73 and 68. RGB value is (104,115,104). Sum of RGB (Red+Green+Blue) = 104+115+104=323 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.20% from 323); Green value is 115 (45.31% from 255 or 35.60% from 323); Blue value is 104 (41.02% from 255 or 32.20% from 323); Max value from RGB is 115 - color contains mainly: green. Hex color #687368 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687368 is #978C97. Grayscale: #6E6E6E. Windows color (decimal): -9931928 or 6845288. OLE color: 6845288.

HSL color Cylindrical-coordinate representation of color #687368: 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.1%. Process color model (Four color, CMYK) of #687368 is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB104115104-
CMYK0.1000.100.55
HSL120º5.02%42.94%-
HSV(B)120º9.57%45.1%-
XYZ14.3416.215.47-
YUV110.46124.36123.39-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.20%
GREEN value IS 115 (45.31% from 255) = 35.60%
BLUE value IS 104 (41.02% from 255) = 32.20%
R=32.20%
G=35.60%
B=32.20%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1041151040.1000.100.551205.0242.94
Hex687368A0A377852b
Octal1501631501201267170553
Binary1101000111001111010001010010101101111111000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687368; }

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

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

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

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

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

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

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

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