Html Css Color HEX #687066 Finlandia

📋 copy color: '#687066'

red 104 ◦ green 112 ◦ blue 102

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

Shades of Finlandia #687066

Tints of Finlandia #687066

RGB

 RED value IS 104 (41.02% from 255) = 32.7%

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

 BLUE value IS 102 (40.23% from 255) = 32.08%

R = 32.7%
G = 35.22%
B = 32.08%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#687066 (or 0x687066) is known color: Finlandia. HEX triplet: 68, 70 and 66. RGB value is (104,112,102). Sum of RGB (Red+Green+Blue) = 104+112+102=318 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.70% from 318); Green value is 112 (44.14% from 255 or 35.22% from 318); Blue value is 102 (40.23% from 255 or 32.08% from 318); Max value from RGB is 112 - color contains mainly: green. Hex color #687066 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687066 is #978F99. Grayscale: #6C6C6C. Windows color (decimal): -9932698 or 6713448. OLE color: 6713448.

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

Color convert

RGB 104 112 102 -
CMYK 0.07 0 0.09 0.56
HSL 108º 0.05% 0.42% -
HSV(B) 108º 0.09% 0.44% -
XYZ 13.9 15.49 14.83 -
YUV 108.47 124.35 124.81 -
System Red Green Blue C M Y K H S L
Decimal 104 112 102 0.07 0 0.09 0.56 108 0.05 0.42
Hex 68 70 66 7 0 9 38 6C 5 2A
Octal 150 160 146 7 0 11 70 154 5 52
Binary 1101000 1110000 1100110 111 0 1001 111000 1101100 101 101010

Color Harmonies of #687066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687066

Black with #687066

Text Example


Text Example

White with #687066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687066; }

 p { color: rgb(104,112,102); }

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

background-color css

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

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

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

border-color css

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

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

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