Html Css Color HEX #697768 Finlandia

📋 copy color: '#697768'

red 105 ◦ green 119 ◦ blue 104

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

Shades of Finlandia #697768

Tints of Finlandia #697768

RGB

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

 GREEN value IS 119 (46.88% from 255) = 36.28%

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

R = 32.01%
G = 36.28%
B = 31.71%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#697768 (or 0x697768) is known color: Finlandia. HEX triplet: 69, 77 and 68. RGB value is (105,119,104). Sum of RGB (Red+Green+Blue) = 105+119+104=328 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.01% from 328); Green value is 119 (46.88% from 255 or 36.28% from 328); Blue value is 104 (41.02% from 255 or 31.71% from 328); Max value from RGB is 119 - color contains mainly: green. Hex color #697768 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697768 is #968897. Grayscale: #717171. Windows color (decimal): -9865368 or 6846313. OLE color: 6846313.

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

Color convert

RGB 105 119 104 -
CMYK 0.12 0 0.13 0.53
HSL 116º 0.07% 0.44% -
HSV(B) 116º 0.13% 0.47% -
XYZ 14.92 17.2 15.63 -
YUV 113.1 122.86 122.22 -
System Red Green Blue C M Y K H S L
Decimal 105 119 104 0.12 0 0.13 0.53 116 0.07 0.44
Hex 69 77 68 C 0 D 35 74 7 2C
Octal 151 167 150 14 0 15 65 164 7 54
Binary 1101001 1110111 1101000 1100 0 1101 110101 1110100 111 101100

Color Harmonies of #697768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697768

Black with #697768

Text Example


Text Example

White with #697768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697768; }

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

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

background-color css

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

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

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

border-color css

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

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

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