Html Css Color HEX #697B68 Finlandia

📋 copy color: '#697B68'

red 105 ◦ green 123 ◦ blue 104

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

Shades of Finlandia #697B68

Tints of Finlandia #697B68

RGB

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

 GREEN value IS 123 (48.44% from 255) = 37.05%

 BLUE value IS 104 (41.02% from 255) = 31.33%

R = 31.63%
G = 37.05%
B = 31.33%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.15

 K value IS 0.52

RGB Variations

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

Color information

#697B68 (or 0x697B68) is known color: Finlandia. HEX triplet: 69, 7B and 68. RGB value is (105,123,104). Sum of RGB (Red+Green+Blue) = 105+123+104=332 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.63% from 332); Green value is 123 (48.44% from 255 or 37.05% from 332); Blue value is 104 (41.02% from 255 or 31.33% from 332); Max value from RGB is 123 - color contains mainly: green. Hex color #697B68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697B68 is #968497. Grayscale: #737373. Windows color (decimal): -9864344 or 6847337. OLE color: 6847337.

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

Color convert

RGB 105 123 104 -
CMYK 0.15 0 0.15 0.52
HSL 116.84º 0.08% 0.45% -
HSV(B) 116.84º 0.15% 0.48% -
XYZ 15.41 18.17 15.79 -
YUV 115.45 121.54 120.54 -
System Red Green Blue C M Y K H S L
Decimal 105 123 104 0.15 0 0.15 0.52 116.84 0.08 0.45
Hex 69 7B 68 F 0 F 34 75 8 2D
Octal 151 173 150 17 0 17 64 165 10 55
Binary 1101001 1111011 1101000 1111 0 1111 110100 1110101 1000 101101

Color Harmonies of #697B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697B68

Black with #697B68

Text Example


Text Example

White with #697B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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