#696F69

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

Shades of Finlandia #696F69

Tints of Finlandia #696F69

Color information

#696F69 (or 0x696F69) is unknown color: approx Finlandia. HEX triplet: 69, 6F and 69. RGB value is (105,111,105). Sum of RGB (Red+Green+Blue) = 105+111+105=321 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.71% from 321); Green value is 111 (43.75% from 255 or 34.58% from 321); Blue value is 105 (41.41% from 255 or 32.71% from 321); Max value from RGB is 111 - color contains mainly: green. Hex color #696F69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696F69 is #969096. Grayscale: #6C6C6C. Windows color (decimal): -9867415 or 6909801. OLE color: 6909801.

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

Color convert

RGB105111105-
CMYK0.0500.050.56
HSL120º2.78%42.35%-
HSV(B)120º5.41%43.53%-
XYZ14.0615.3915.59-
YUV108.52126.01125.49-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.71%
GREEN value IS 111 (43.75% from 255) = 34.58%
BLUE value IS 105 (41.41% from 255) = 32.71%
R=32.71%
G=34.58%
B=32.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1051111050.0500.050.561202.7842.35
Hex696F69505387832a
Octal15115715150570170352
Binary1101001110111111010011010101111000111100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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