#678160

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

Shades of Finlandia #678160

Tints of Finlandia #678160

Color information

#678160 (or 0x678160) is unknown color: approx Finlandia. HEX triplet: 67, 81 and 60. RGB value is (103,129,96). Sum of RGB (Red+Green+Blue) = 103+129+96=328 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.40% from 328); Green value is 129 (50.78% from 255 or 39.33% from 328); Blue value is 96 (37.89% from 255 or 29.27% from 328); Max value from RGB is 129 - color contains mainly: green. Hex color #678160 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #678160 is #987E9F. Grayscale: #757575. Windows color (decimal): -9993888 or 6324583. OLE color: 6324583.

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

Color convert

RGB10312996-
CMYK0.2000.260.49
HSL107.27º14.67%44.12%-
HSV(B)107.27º25.58%50.59%-
XYZ15.5619.4314-
YUV117.46115.89117.68-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.40%
GREEN value IS 129 (50.78% from 255) = 39.33%
BLUE value IS 96 (37.89% from 255) = 29.27%
R=31.40%
G=39.33%
B=29.27%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal103129960.2000.260.49107.2714.6744.12
Hex6781601401A316bf2c
Octal14720114024032611531754
Binary11001111000000111000001010001101011000111010111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678160; }

 p { color: rgb(103,129,96); }

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

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

 a { background-color: rgb(103,129,96); }

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

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

 span { border-color: rgb(103,129,96); }

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