Html Css Color HEX #697F64 Finlandia

📋 copy color: '#697F64'

red 105 ◦ green 127 ◦ blue 100

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

Shades of Finlandia #697F64

Tints of Finlandia #697F64

RGB

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

 GREEN value IS 127 (50% from 255) = 38.25%

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

R = 31.63%
G = 38.25%
B = 30.12%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.21

 K value IS 0.50

RGB Variations

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

Color information

#697F64 (or 0x697F64) is known color: Finlandia. HEX triplet: 69, 7F and 64. RGB value is (105,127,100). Sum of RGB (Red+Green+Blue) = 105+127+100=332 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.63% from 332); Green value is 127 (50% from 255 or 38.25% from 332); Blue value is 100 (39.45% from 255 or 30.12% from 332); Max value from RGB is 127 - color contains mainly: green. Hex color #697F64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697F64 is #96809B. Grayscale: #757575. Windows color (decimal): -9863324 or 6586217. OLE color: 6586217.

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

Color convert

RGB 105 127 100 -
CMYK 0.17 0 0.21 0.50
HSL 108.89º 0.12% 0.45% -
HSV(B) 108.89º 0.21% 0.5% -
XYZ 15.72 19.1 14.92 -
YUV 117.34 118.21 119.2 -
System Red Green Blue C M Y K H S L
Decimal 105 127 100 0.17 0 0.21 0.50 108.89 0.12 0.45
Hex 69 7F 64 11 0 15 32 6D C 2D
Octal 151 177 144 21 0 25 62 155 14 55
Binary 1101001 1111111 1100100 10001 0 10101 110010 1101101 1100 101101

Color Harmonies of #697F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697F64

Black with #697F64

Text Example


Text Example

White with #697F64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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