Html Css Color HEX #697D65 Finlandia

📋 copy color: '#697D65'

red 105 ◦ green 125 ◦ blue 101

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

Shades of Finlandia #697D65

Tints of Finlandia #697D65

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.76%

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

R = 31.72%
G = 37.76%
B = 30.51%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.19

 K value IS 0.51

RGB Variations

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

Color information

#697D65 (or 0x697D65) is known color: Finlandia. HEX triplet: 69, 7D and 65. RGB value is (105,125,101). Sum of RGB (Red+Green+Blue) = 105+125+101=331 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.72% from 331); Green value is 125 (49.22% from 255 or 37.76% from 331); Blue value is 101 (39.84% from 255 or 30.51% from 331); Max value from RGB is 125 - color contains mainly: green. Hex color #697D65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697D65 is #96829A. Grayscale: #747474. Windows color (decimal): -9863835 or 6651241. OLE color: 6651241.

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

Color convert

RGB 105 125 101 -
CMYK 0.16 0 0.19 0.51
HSL 110º 0.11% 0.44% -
HSV(B) 110º 0.19% 0.49% -
XYZ 15.51 18.61 15.09 -
YUV 116.28 119.37 119.95 -
System Red Green Blue C M Y K H S L
Decimal 105 125 101 0.16 0 0.19 0.51 110 0.11 0.44
Hex 69 7D 65 10 0 13 33 6E B 2C
Octal 151 175 145 20 0 23 63 156 13 54
Binary 1101001 1111101 1100101 10000 0 10011 110011 1101110 1011 101100

Color Harmonies of #697D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697D65

Black with #697D65

Text Example


Text Example

White with #697D65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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