Html Css Color HEX #696F67 Finlandia

📋 copy color: '#696F67'

red 105 ◦ green 111 ◦ blue 103

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

Shades of Finlandia #696F67

Tints of Finlandia #696F67

RGB

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

 GREEN value IS 111 (43.75% from 255) = 34.8%

 BLUE value IS 103 (40.63% from 255) = 32.29%

R = 32.92%
G = 34.8%
B = 32.29%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#696F67 (or 0x696F67) is known color: Finlandia. HEX triplet: 69, 6F and 67. RGB value is (105,111,103). Sum of RGB (Red+Green+Blue) = 105+111+103=319 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.92% from 319); Green value is 111 (43.75% from 255 or 34.80% from 319); Blue value is 103 (40.62% from 255 or 32.29% from 319); Max value from RGB is 111 - color contains mainly: green. Hex color #696F67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696F67 is #969098. Grayscale: #6C6C6C. Windows color (decimal): -9867417 or 6778729. OLE color: 6778729.

HSL color Cylindrical-coordinate representation of color #696F67: hue angle of 105º degrees, saturation: 0.04, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #696F67 is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB 105 111 103 -
CMYK 0.05 0 0.07 0.56
HSL 105º 0.04% 0.42% -
HSV(B) 105º 0.07% 0.44% -
XYZ 13.96 15.35 15.06 -
YUV 108.29 125.01 125.65 -
System Red Green Blue C M Y K H S L
Decimal 105 111 103 0.05 0 0.07 0.56 105 0.04 0.42
Hex 69 6F 67 5 0 7 38 69 4 2A
Octal 151 157 147 5 0 7 70 151 4 52
Binary 1101001 1101111 1100111 101 0 111 111000 1101001 100 101010

Color Harmonies of #696F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696F67

Black with #696F67

Text Example


Text Example

White with #696F67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696F67; }

 p { color: rgb(105,111,103); }

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

background-color css

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

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

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

border-color css

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

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

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