Html Css Color HEX #697069 Finlandia

📋 copy color: '#697069'

red 105 ◦ green 112 ◦ blue 105

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

Shades of Finlandia #697069

Tints of Finlandia #697069

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.78%

 BLUE value IS 105 (41.41% from 255) = 32.61%

R = 32.61%
G = 34.78%
B = 32.61%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#697069 (or 0x697069) is known color: Finlandia. HEX triplet: 69, 70 and 69. RGB value is (105,112,105). Sum of RGB (Red+Green+Blue) = 105+112+105=322 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.61% from 322); Green value is 112 (44.14% from 255 or 34.78% from 322); Blue value is 105 (41.41% from 255 or 32.61% from 322); Max value from RGB is 112 - color contains mainly: green. Hex color #697069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697069 is #968F96. Grayscale: #6D6D6D. Windows color (decimal): -9867159 or 6910057. OLE color: 6910057.

HSL color Cylindrical-coordinate representation of color #697069: hue angle of 120º degrees, saturation: 0.03, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #697069 is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB 105 112 105 -
CMYK 0.06 0 0.06 0.56
HSL 120º 0.03% 0.43% -
HSV(B) 120º 0.06% 0.44% -
XYZ 14.17 15.61 15.63 -
YUV 109.11 125.68 125.07 -
System Red Green Blue C M Y K H S L
Decimal 105 112 105 0.06 0 0.06 0.56 120 0.03 0.43
Hex 69 70 69 6 0 6 38 78 3 2B
Octal 151 160 151 6 0 6 70 170 3 53
Binary 1101001 1110000 1101001 110 0 110 111000 1111000 11 101011

Color Harmonies of #697069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697069

Black with #697069

Text Example


Text Example

White with #697069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697069; }

 p { color: rgb(105,112,105); }

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

background-color css

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

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

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

border-color css

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

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

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