#6A7F65

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

Shades of Finlandia #6A7F65

Tints of Finlandia #6A7F65

Color information

#6A7F65 (or 0x6A7F65) is unknown color: approx Finlandia. HEX triplet: 6A, 7F and 65. RGB value is (106,127,101). Sum of RGB (Red+Green+Blue) = 106+127+101=334 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.74% from 334); Green value is 127 (50% from 255 or 38.02% from 334); Blue value is 101 (39.84% from 255 or 30.24% from 334); Max value from RGB is 127 - color contains mainly: green. Hex color #6A7F65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7F65 is #95809A. Grayscale: #757575. Windows color (decimal): -9797787 or 6651754. OLE color: 6651754.

HSL color Cylindrical-coordinate representation of color #6A7F65: hue angle of 108.46º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6A7F65 is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB106127101-
CMYK0.1700.200.50
HSL108.46º11.4%44.71%-
HSV(B)108.46º20.47%49.8%-
XYZ15.8819.1815.18-
YUV117.76118.54119.61-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.74%
GREEN value IS 127 (50% from 255) = 38.02%
BLUE value IS 101 (39.84% from 255) = 30.24%
R=31.74%
G=38.02%
B=30.24%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1061271010.1700.200.50108.4611.444.71
Hex6A7F6511014326cb2d
Octal15217714521024621541355
Binary1101010111111111001011000101010011001011011001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,127,101); }

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

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

 a { background-color: rgb(106,127,101); }

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

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

 span { border-color: rgb(106,127,101); }

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