#687868

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

Shades of Finlandia #687868

Tints of Finlandia #687868

Color information

#687868 (or 0x687868) is unknown color: approx Finlandia. HEX triplet: 68, 78 and 68. RGB value is (104,120,104). Sum of RGB (Red+Green+Blue) = 104+120+104=328 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.71% from 328); Green value is 120 (47.27% from 255 or 36.59% from 328); Blue value is 104 (41.02% from 255 or 31.71% from 328); Max value from RGB is 120 - color contains mainly: green. Hex color #687868 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687868 is #978797. Grayscale: #717171. Windows color (decimal): -9930648 or 6846568. OLE color: 6846568.

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

Color convert

RGB104120104-
CMYK0.1300.130.53
HSL120º7.14%43.92%-
HSV(B)120º13.33%47.06%-
XYZ14.9217.3815.66-
YUV113.39122.7121.3-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.71%
GREEN value IS 120 (47.27% from 255) = 36.59%
BLUE value IS 104 (41.02% from 255) = 31.71%
R=31.71%
G=36.59%
B=31.71%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1041201040.1300.130.531207.1443.92
Hex687868D0D357872c
Octal1501701501501565170754
Binary1101000111100011010001101011011101011111000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687868; }

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

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

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

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

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

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

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

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