Html Css Color HEX #697D63 Finlandia

📋 copy color: '#697D63'

red 105 ◦ green 125 ◦ blue 99

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

Shades of Finlandia #697D63

Tints of Finlandia #697D63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 30.09%

R = 31.91%
G = 37.99%
B = 30.09%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.21

 K value IS 0.51

RGB Variations

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

Color information

#697D63 (or 0x697D63) is known color: Finlandia. HEX triplet: 69, 7D and 63. RGB value is (105,125,99). Sum of RGB (Red+Green+Blue) = 105+125+99=329 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.91% from 329); Green value is 125 (49.22% from 255 or 37.99% from 329); Blue value is 99 (39.06% from 255 or 30.09% from 329); Max value from RGB is 125 - color contains mainly: green. Hex color #697D63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697D63 is #96829C. Grayscale: #747474. Windows color (decimal): -9863837 or 6520169. OLE color: 6520169.

HSL color Cylindrical-coordinate representation of color #697D63: hue angle of 106.15º 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 #697D63 is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.51.

Color convert

RGB 105 125 99 -
CMYK 0.16 0 0.21 0.51
HSL 106.15º 0.12% 0.44% -
HSV(B) 106.15º 0.21% 0.49% -
XYZ 15.41 18.57 14.58 -
YUV 116.06 118.37 120.11 -
System Red Green Blue C M Y K H S L
Decimal 105 125 99 0.16 0 0.21 0.51 106.15 0.12 0.44
Hex 69 7D 63 10 0 15 33 6A C 2C
Octal 151 175 143 20 0 25 63 152 14 54
Binary 1101001 1111101 1100011 10000 0 10101 110011 1101010 1100 101100

Color Harmonies of #697D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697D63

Black with #697D63

Text Example


Text Example

White with #697D63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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