Html Css Color HEX #697665 Finlandia

📋 copy color: '#697665'

red 105 ◦ green 118 ◦ blue 101

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

Shades of Finlandia #697665

Tints of Finlandia #697665

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.42%

 BLUE value IS 101 (39.84% from 255) = 31.17%

R = 32.41%
G = 36.42%
B = 31.17%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#697665 (or 0x697665) is known color: Finlandia. HEX triplet: 69, 76 and 65. RGB value is (105,118,101). Sum of RGB (Red+Green+Blue) = 105+118+101=324 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.41% from 324); Green value is 118 (46.48% from 255 or 36.42% from 324); Blue value is 101 (39.84% from 255 or 31.17% from 324); Max value from RGB is 118 - color contains mainly: green. Hex color #697665 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697665 is #96899A. Grayscale: #707070. Windows color (decimal): -9865627 or 6649449. OLE color: 6649449.

HSL color Cylindrical-coordinate representation of color #697665: hue angle of 105.88º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #697665 is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB 105 118 101 -
CMYK 0.11 0 0.14 0.54
HSL 105.88º 0.08% 0.43% -
HSV(B) 105.88º 0.14% 0.46% -
XYZ 14.65 16.9 14.8 -
YUV 112.18 121.69 122.88 -
System Red Green Blue C M Y K H S L
Decimal 105 118 101 0.11 0 0.14 0.54 105.88 0.08 0.43
Hex 69 76 65 B 0 E 36 6A 8 2B
Octal 151 166 145 13 0 16 66 152 10 53
Binary 1101001 1110110 1100101 1011 0 1110 110110 1101010 1000 101011

Color Harmonies of #697665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697665

Black with #697665

Text Example


Text Example

White with #697665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697665; }

 p { color: rgb(105,118,101); }

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

background-color css

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

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

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

border-color css

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

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

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