#6A7B68

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

Shades of Finlandia #6A7B68

Tints of Finlandia #6A7B68

Color information

#6A7B68 (or 0x6A7B68) is unknown color: approx Finlandia. HEX triplet: 6A, 7B and 68. RGB value is (106,123,104). Sum of RGB (Red+Green+Blue) = 106+123+104=333 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.83% from 333); Green value is 123 (48.44% from 255 or 36.94% from 333); Blue value is 104 (41.02% from 255 or 31.23% from 333); Max value from RGB is 123 - color contains mainly: green. Hex color #6A7B68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7B68 is #958497. Grayscale: #737373. Windows color (decimal): -9798808 or 6847338. OLE color: 6847338.

HSL color Cylindrical-coordinate representation of color #6A7B68: hue angle of 113.68º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6A7B68 is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.52.

Color convert

RGB106123104-
CMYK0.1400.150.52
HSL113.68º8.37%44.51%-
HSV(B)113.68º15.45%48.24%-
XYZ15.5318.2315.8-
YUV115.75121.37121.04-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.83%
GREEN value IS 123 (48.44% from 255) = 36.94%
BLUE value IS 104 (41.02% from 255) = 31.23%
R=31.83%
G=36.94%
B=31.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1061231040.1400.150.52113.688.3744.51
Hex6A7B68E0F347282d
Octal15217315016017641621055
Binary11010101111011110100011100111111010011100101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A7B68; }

 p { color: rgb(106,123,104); }

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

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

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

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

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

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

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