Html Css Color HEX #697866 Finlandia

📋 copy color: '#697866'

red 105 ◦ green 120 ◦ blue 102

#697866
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Finlandia #697866

Tints of Finlandia #697866

RGB

 RED value IS 105 (41.41% from 255) = 32.11%

 GREEN value IS 120 (47.27% from 255) = 36.7%

 BLUE value IS 102 (40.23% from 255) = 31.19%

R = 32.11%
G = 36.7%
B = 31.19%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#697866 (or 0x697866) is known color: Finlandia. HEX triplet: 69, 78 and 66. RGB value is (105,120,102). Sum of RGB (Red+Green+Blue) = 105+120+102=327 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.11% from 327); Green value is 120 (47.27% from 255 or 36.70% from 327); Blue value is 102 (40.23% from 255 or 31.19% from 327); Max value from RGB is 120 - color contains mainly: green. Hex color #697866 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697866 is #968799. Grayscale: #717171. Windows color (decimal): -9865114 or 6715497. OLE color: 6715497.

HSL color Cylindrical-coordinate representation of color #697866: hue angle of 110º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #697866 is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB 105 120 102 -
CMYK 0.13 0 0.15 0.53
HSL 110º 0.08% 0.44% -
HSV(B) 110º 0.15% 0.47% -
XYZ 14.94 17.4 15.14 -
YUV 113.46 121.53 121.96 -
System Red Green Blue C M Y K H S L
Decimal 105 120 102 0.13 0 0.15 0.53 110 0.08 0.44
Hex 69 78 66 D 0 F 35 6E 8 2C
Octal 151 170 146 15 0 17 65 156 10 54
Binary 1101001 1111000 1100110 1101 0 1111 110101 1101110 1000 101100

Color Harmonies of #697866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697866

Black with #697866

Text Example


Text Example

White with #697866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697866; }

 p { color: rgb(105,120,102); }

 H1.HeaderClassName
 {
   color: #697866;
 }
 .AnyTagClassName
 {
   color: #697866;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #697866;
 }
 .BgClassName
 {
   background-color: #697866;
 }
</style>

border-color css

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

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

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