#696F67

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

Shades of Finlandia #696F67

Tints of Finlandia #696F67

Color information

#696F67 (or 0x696F67) is unknown color: approx Finlandia. HEX triplet: 69, 6F and 67. RGB value is (105,111,103). Sum of RGB (Red+Green+Blue) = 105+111+103=319 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.92% from 319); Green value is 111 (43.75% from 255 or 34.80% from 319); Blue value is 103 (40.62% from 255 or 32.29% from 319); Max value from RGB is 111 - color contains mainly: green. Hex color #696F67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696F67 is #969098. Grayscale: #6C6C6C. Windows color (decimal): -9867417 or 6778729. OLE color: 6778729.

HSL color Cylindrical-coordinate representation of color #696F67: hue angle of 105º degrees, saturation: 0.04, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #696F67 is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB105111103-
CMYK0.0500.070.56
HSL105º3.74%41.96%-
HSV(B)105º7.21%43.53%-
XYZ13.9615.3515.06-
YUV108.29125.01125.65-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.92%
GREEN value IS 111 (43.75% from 255) = 34.80%
BLUE value IS 103 (40.62% from 255) = 32.29%
R=32.92%
G=34.80%
B=32.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1051111030.0500.070.561053.7441.96
Hex696F67507386942a
Octal15115714750770151452
Binary11010011101111110011110101111110001101001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696F67; }

 p { color: rgb(105,111,103); }

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

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

 a { background-color: rgb(105,111,103); }

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

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

 span { border-color: rgb(105,111,103); }

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