Html Css Color HEX #697E64 Finlandia

📋 copy color: '#697E64'

red 105 ◦ green 126 ◦ blue 100

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

Shades of Finlandia #697E64

Tints of Finlandia #697E64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 30.21%

R = 31.72%
G = 38.07%
B = 30.21%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.21

 K value IS 0.51

RGB Variations

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

Color information

#697E64 (or 0x697E64) is known color: Finlandia. HEX triplet: 69, 7E and 64. RGB value is (105,126,100). Sum of RGB (Red+Green+Blue) = 105+126+100=331 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.72% from 331); Green value is 126 (49.61% from 255 or 38.07% from 331); Blue value is 100 (39.45% from 255 or 30.21% from 331); Max value from RGB is 126 - color contains mainly: green. Hex color #697E64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697E64 is #96819B. Grayscale: #747474. Windows color (decimal): -9863580 or 6585961. OLE color: 6585961.

HSL color Cylindrical-coordinate representation of color #697E64: hue angle of 108.46º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #697E64 is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.51.

Color convert

RGB 105 126 100 -
CMYK 0.17 0 0.21 0.51
HSL 108.46º 0.12% 0.44% -
HSV(B) 108.46º 0.21% 0.49% -
XYZ 15.59 18.85 14.87 -
YUV 116.76 118.54 119.61 -
System Red Green Blue C M Y K H S L
Decimal 105 126 100 0.17 0 0.21 0.51 108.46 0.12 0.44
Hex 69 7E 64 11 0 15 33 6C C 2C
Octal 151 176 144 21 0 25 63 154 14 54
Binary 1101001 1111110 1100100 10001 0 10101 110011 1101100 1100 101100

Color Harmonies of #697E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697E64

Black with #697E64

Text Example


Text Example

White with #697E64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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