Html Css Color HEX #697C67 Finlandia

📋 copy color: '#697C67'

red 105 ◦ green 124 ◦ blue 103

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

Shades of Finlandia #697C67

Tints of Finlandia #697C67

RGB

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

 GREEN value IS 124 (48.83% from 255) = 37.35%

 BLUE value IS 103 (40.63% from 255) = 31.02%

R = 31.63%
G = 37.35%
B = 31.02%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.17

 K value IS 0.51

RGB Variations

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

Color information

#697C67 (or 0x697C67) is known color: Finlandia. HEX triplet: 69, 7C and 67. RGB value is (105,124,103). Sum of RGB (Red+Green+Blue) = 105+124+103=332 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.63% from 332); Green value is 124 (48.83% from 255 or 37.35% from 332); Blue value is 103 (40.62% from 255 or 31.02% from 332); Max value from RGB is 124 - color contains mainly: green. Hex color #697C67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697C67 is #968398. Grayscale: #737373. Windows color (decimal): -9864089 or 6782057. OLE color: 6782057.

HSL color Cylindrical-coordinate representation of color #697C67: hue angle of 114.29º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #697C67 is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.

Color convert

RGB 105 124 103 -
CMYK 0.15 0 0.17 0.51
HSL 114.29º 0.09% 0.45% -
HSV(B) 114.29º 0.17% 0.49% -
XYZ 15.48 18.4 15.57 -
YUV 115.93 120.71 120.21 -
System Red Green Blue C M Y K H S L
Decimal 105 124 103 0.15 0 0.17 0.51 114.29 0.09 0.45
Hex 69 7C 67 F 0 11 33 72 9 2D
Octal 151 174 147 17 0 21 63 162 11 55
Binary 1101001 1111100 1100111 1111 0 10001 110011 1110010 1001 101101

Color Harmonies of #697C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697C67

Black with #697C67

Text Example


Text Example

White with #697C67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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