#6A7768

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

Shades of Finlandia #6A7768

Tints of Finlandia #6A7768

Color information

#6A7768 (or 0x6A7768) is unknown color: approx Finlandia. HEX triplet: 6A, 77 and 68. RGB value is (106,119,104). Sum of RGB (Red+Green+Blue) = 106+119+104=329 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.22% from 329); Green value is 119 (46.88% from 255 or 36.17% from 329); Blue value is 104 (41.02% from 255 or 31.61% from 329); Max value from RGB is 119 - color contains mainly: green. Hex color #6A7768 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7768 is #958897. Grayscale: #717171. Windows color (decimal): -9799832 or 6846314. OLE color: 6846314.

HSL color Cylindrical-coordinate representation of color #6A7768: hue angle of 112º 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 #6A7768 is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB106119104-
CMYK0.1100.130.53
HSL112º6.73%43.73%-
HSV(B)112º12.61%46.67%-
XYZ15.0417.2615.64-
YUV113.4122.69122.72-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.22%
GREEN value IS 119 (46.88% from 255) = 36.17%
BLUE value IS 104 (41.02% from 255) = 31.61%
R=32.22%
G=36.17%
B=31.61%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1061191040.1100.130.531126.7343.73
Hex6A7768B0D357072c
Octal1521671501301565160754
Binary1101010111011111010001011011011101011110000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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