#688161

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

Shades of Finlandia #688161

Tints of Finlandia #688161

Color information

#688161 (or 0x688161) is unknown color: approx Finlandia. HEX triplet: 68, 81 and 61. RGB value is (104,129,97). Sum of RGB (Red+Green+Blue) = 104+129+97=330 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.52% from 330); Green value is 129 (50.78% from 255 or 39.09% from 330); Blue value is 97 (38.28% from 255 or 29.39% from 330); Max value from RGB is 129 - color contains mainly: green. Hex color #688161 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688161 is #977E9E. Grayscale: #757575. Windows color (decimal): -9928351 or 6390120. OLE color: 6390120.

HSL color Cylindrical-coordinate representation of color #688161: hue angle of 106.88º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #688161 is Cyan = 0.19, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB10412997-
CMYK0.1900.250.49
HSL106.88º14.16%44.31%-
HSV(B)106.88º24.81%50.59%-
XYZ15.7219.5114.25-
YUV117.88116.22118.1-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.52%
GREEN value IS 129 (50.78% from 255) = 39.09%
BLUE value IS 97 (38.28% from 255) = 29.39%
R=31.52%
G=39.09%
B=29.39%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal104129970.1900.250.49106.8814.1644.31
Hex68816113019316be2c
Octal15020114123031611531654
Binary11010001000000111000011001101100111000111010111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688161; }

 p { color: rgb(104,129,97); }

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

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

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

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

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

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

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