Html Css Color HEX #696D69 Finlandia

📋 copy color: '#696D69'

red 105 ◦ green 109 ◦ blue 105

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

Shades of Finlandia #696D69

Tints of Finlandia #696D69

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.17%

 BLUE value IS 105 (41.41% from 255) = 32.92%

R = 32.92%
G = 34.17%
B = 32.92%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.04

 K value IS 0.57

RGB Variations

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

Color information

#696D69 (or 0x696D69) is known color: Finlandia. HEX triplet: 69, 6D and 69. RGB value is (105,109,105). Sum of RGB (Red+Green+Blue) = 105+109+105=319 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.92% from 319); Green value is 109 (42.97% from 255 or 34.17% from 319); Blue value is 105 (41.41% from 255 or 32.92% from 319); Max value from RGB is 109 - color contains mainly: green. Hex color #696D69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696D69 is #969296. Grayscale: #6B6B6B. Windows color (decimal): -9867927 or 6909289. OLE color: 6909289.

HSL color Cylindrical-coordinate representation of color #696D69: hue angle of 120º degrees, saturation: 0.02, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #696D69 is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.57.

Color convert

RGB 105 109 105 -
CMYK 0.04 0 0.04 0.57
HSL 120º 0.02% 0.42% -
HSV(B) 120º 0.04% 0.43% -
XYZ 13.84 14.96 15.52 -
YUV 107.35 126.67 126.33 -
System Red Green Blue C M Y K H S L
Decimal 105 109 105 0.04 0 0.04 0.57 120 0.02 0.42
Hex 69 6D 69 4 0 4 39 78 2 2A
Octal 151 155 151 4 0 4 71 170 2 52
Binary 1101001 1101101 1101001 100 0 100 111001 1111000 10 101010

Color Harmonies of #696D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696D69

Black with #696D69

Text Example


Text Example

White with #696D69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696D69; }

 p { color: rgb(105,109,105); }

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

background-color css

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

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

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

border-color css

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

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

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