#697B65

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

Shades of Finlandia #697B65

Tints of Finlandia #697B65

Color information

#697B65 (or 0x697B65) is unknown color: approx Finlandia. HEX triplet: 69, 7B and 65. RGB value is (105,123,101). Sum of RGB (Red+Green+Blue) = 105+123+101=329 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.91% from 329); Green value is 123 (48.44% from 255 or 37.39% from 329); Blue value is 101 (39.84% from 255 or 30.70% from 329); Max value from RGB is 123 - color contains mainly: green. Hex color #697B65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697B65 is #96849A. Grayscale: #737373. Windows color (decimal): -9864347 or 6650729. OLE color: 6650729.

HSL color Cylindrical-coordinate representation of color #697B65: hue angle of 109.09º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #697B65 is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.52.

Color convert

RGB105123101-
CMYK0.1500.180.52
HSL109.09º9.82%43.92%-
HSV(B)109.09º17.89%48.24%-
XYZ15.2618.1115-
YUV115.11120.04120.79-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.91%
GREEN value IS 123 (48.44% from 255) = 37.39%
BLUE value IS 101 (39.84% from 255) = 30.70%
R=31.91%
G=37.39%
B=30.70%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1051231010.1500.180.52109.099.8243.92
Hex697B65F012346da2c
Octal15117314517022641551254
Binary110100111110111100101111101001011010011011011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697B65; }

 p { color: rgb(105,123,101); }

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

<style>
 a { background-color: #697B65; }

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

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

<style>
 span { border-color: #697B65; }

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

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