Html Css Color HEX #687666 Finlandia

📋 copy color: '#687666'

red 104 ◦ green 118 ◦ blue 102

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

Shades of Finlandia #687666

Tints of Finlandia #687666

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.42%

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

R = 32.1%
G = 36.42%
B = 31.48%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#687666 (or 0x687666) is known color: Finlandia. HEX triplet: 68, 76 and 66. RGB value is (104,118,102). Sum of RGB (Red+Green+Blue) = 104+118+102=324 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.10% from 324); Green value is 118 (46.48% from 255 or 36.42% from 324); Blue value is 102 (40.23% from 255 or 31.48% from 324); Max value from RGB is 118 - color contains mainly: green. Hex color #687666 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687666 is #978999. Grayscale: #707070. Windows color (decimal): -9931162 or 6714984. OLE color: 6714984.

HSL color Cylindrical-coordinate representation of color #687666: hue angle of 112.5º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #687666 is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB 104 118 102 -
CMYK 0.12 0 0.14 0.54
HSL 112.5º 0.07% 0.43% -
HSV(B) 112.5º 0.14% 0.46% -
XYZ 14.59 16.86 15.06 -
YUV 111.99 122.36 122.3 -
System Red Green Blue C M Y K H S L
Decimal 104 118 102 0.12 0 0.14 0.54 112.5 0.07 0.43
Hex 68 76 66 C 0 E 36 70 7 2B
Octal 150 166 146 14 0 16 66 160 7 53
Binary 1101000 1110110 1100110 1100 0 1110 110110 1110000 111 101011

Color Harmonies of #687666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687666

Black with #687666

Text Example


Text Example

White with #687666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687666; }

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

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

background-color css

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

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

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

border-color css

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

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

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