#678060

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

Shades of Finlandia #678060

Tints of Finlandia #678060

Color information

#678060 (or 0x678060) is unknown color: approx Finlandia. HEX triplet: 67, 80 and 60. RGB value is (103,128,96). Sum of RGB (Red+Green+Blue) = 103+128+96=327 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.50% from 327); Green value is 128 (50.39% from 255 or 39.14% from 327); Blue value is 96 (37.89% from 255 or 29.36% from 327); Max value from RGB is 128 - color contains mainly: green. Hex color #678060 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #678060 is #987F9F. Grayscale: #747474. Windows color (decimal): -9994144 or 6324327. OLE color: 6324327.

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

Color convert

RGB10312896-
CMYK0.2000.250.50
HSL106.88º14.29%43.92%-
HSV(B)106.88º25%50.2%-
XYZ15.4219.1713.95-
YUV116.88116.22118.1-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.50%
GREEN value IS 128 (50.39% from 255) = 39.14%
BLUE value IS 96 (37.89% from 255) = 29.36%
R=31.50%
G=39.14%
B=29.36%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal103128960.2000.250.50106.8814.2943.92
Hex67806014019326be2c
Octal14720014024031621531654
Binary11001111000000011000001010001100111001011010111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678060; }

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

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

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

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

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

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

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

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