Html Css Color HEX #697E65 Finlandia

📋 copy color: '#697E65'

red 105 ◦ green 126 ◦ blue 101

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

Shades of Finlandia #697E65

Tints of Finlandia #697E65

RGB

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

 GREEN value IS 126 (49.61% from 255) = 37.95%

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

R = 31.63%
G = 37.95%
B = 30.42%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.20

 K value IS 0.51

RGB Variations

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

Color information

#697E65 (or 0x697E65) is known color: Finlandia. HEX triplet: 69, 7E and 65. RGB value is (105,126,101). Sum of RGB (Red+Green+Blue) = 105+126+101=332 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.63% from 332); Green value is 126 (49.61% from 255 or 37.95% from 332); Blue value is 101 (39.84% from 255 or 30.42% from 332); Max value from RGB is 126 - color contains mainly: green. Hex color #697E65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697E65 is #96819A. Grayscale: #747474. Windows color (decimal): -9863579 or 6651497. OLE color: 6651497.

HSL color Cylindrical-coordinate representation of color #697E65: hue angle of 110.4º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #697E65 is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.51.

Color convert

RGB 105 126 101 -
CMYK 0.17 0 0.20 0.51
HSL 110.4º 0.11% 0.45% -
HSV(B) 110.4º 0.2% 0.49% -
XYZ 15.64 18.86 15.13 -
YUV 116.87 119.04 119.53 -
System Red Green Blue C M Y K H S L
Decimal 105 126 101 0.17 0 0.20 0.51 110.4 0.11 0.45
Hex 69 7E 65 11 0 14 33 6E B 2D
Octal 151 176 145 21 0 24 63 156 13 55
Binary 1101001 1111110 1100101 10001 0 10100 110011 1101110 1011 101101

Color Harmonies of #697E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697E65

Black with #697E65

Text Example


Text Example

White with #697E65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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