Html Css Color HEX #697968 Finlandia

📋 copy color: '#697968'

red 105 ◦ green 121 ◦ blue 104

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

Shades of Finlandia #697968

Tints of Finlandia #697968

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.67%

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

R = 31.82%
G = 36.67%
B = 31.52%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#697968 (or 0x697968) is known color: Finlandia. HEX triplet: 69, 79 and 68. RGB value is (105,121,104). Sum of RGB (Red+Green+Blue) = 105+121+104=330 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.82% from 330); Green value is 121 (47.66% from 255 or 36.67% from 330); Blue value is 104 (41.02% from 255 or 31.52% from 330); Max value from RGB is 121 - color contains mainly: green. Hex color #697968 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697968 is #968697. Grayscale: #727272. Windows color (decimal): -9864856 or 6846825. OLE color: 6846825.

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

Color convert

RGB 105 121 104 -
CMYK 0.13 0 0.14 0.53
HSL 116.47º 0.08% 0.44% -
HSV(B) 116.47º 0.14% 0.47% -
XYZ 15.16 17.68 15.71 -
YUV 114.28 122.2 121.38 -
System Red Green Blue C M Y K H S L
Decimal 105 121 104 0.13 0 0.14 0.53 116.47 0.08 0.44
Hex 69 79 68 D 0 E 35 74 8 2C
Octal 151 171 150 15 0 16 65 164 10 54
Binary 1101001 1111001 1101000 1101 0 1110 110101 1110100 1000 101100

Color Harmonies of #697968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697968

Black with #697968

Text Example


Text Example

White with #697968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697968; }

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

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

background-color css

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

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

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

border-color css

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

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

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