Html Css Color HEX #697C63 Finlandia

📋 copy color: '#697C63'

red 105 ◦ green 124 ◦ blue 99

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

Shades of Finlandia #697C63

Tints of Finlandia #697C63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 30.18%

R = 32.01%
G = 37.8%
B = 30.18%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.20

 K value IS 0.51

RGB Variations

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

Color information

#697C63 (or 0x697C63) is known color: Finlandia. HEX triplet: 69, 7C and 63. RGB value is (105,124,99). Sum of RGB (Red+Green+Blue) = 105+124+99=328 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.01% from 328); Green value is 124 (48.83% from 255 or 37.80% from 328); Blue value is 99 (39.06% from 255 or 30.18% from 328); Max value from RGB is 124 - color contains mainly: green. Hex color #697C63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697C63 is #96839C. Grayscale: #737373. Windows color (decimal): -9864093 or 6519913. OLE color: 6519913.

HSL color Cylindrical-coordinate representation of color #697C63: hue angle of 105.6º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #697C63 is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.51.

Color convert

RGB 105 124 99 -
CMYK 0.15 0 0.20 0.51
HSL 105.6º 0.11% 0.44% -
HSV(B) 105.6º 0.2% 0.49% -
XYZ 15.29 18.32 14.53 -
YUV 115.47 118.71 120.53 -
System Red Green Blue C M Y K H S L
Decimal 105 124 99 0.15 0 0.20 0.51 105.6 0.11 0.44
Hex 69 7C 63 F 0 14 33 6A B 2C
Octal 151 174 143 17 0 24 63 152 13 54
Binary 1101001 1111100 1100011 1111 0 10100 110011 1101010 1011 101100

Color Harmonies of #697C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697C63

Black with #697C63

Text Example


Text Example

White with #697C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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