Html Css Color HEX #687966 Finlandia

📋 copy color: '#687966'

red 104 ◦ green 121 ◦ blue 102

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

Shades of Finlandia #687966

Tints of Finlandia #687966

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37%

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

R = 31.8%
G = 37%
B = 31.19%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#687966 (or 0x687966) is known color: Finlandia. HEX triplet: 68, 79 and 66. RGB value is (104,121,102). Sum of RGB (Red+Green+Blue) = 104+121+102=327 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.80% from 327); Green value is 121 (47.66% from 255 or 37.00% from 327); Blue value is 102 (40.23% from 255 or 31.19% from 327); Max value from RGB is 121 - color contains mainly: green. Hex color #687966 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687966 is #978699. Grayscale: #717171. Windows color (decimal): -9930394 or 6715752. OLE color: 6715752.

HSL color Cylindrical-coordinate representation of color #687966: hue angle of 113.68º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #687966 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB 104 121 102 -
CMYK 0.14 0 0.16 0.53
HSL 113.68º 0.09% 0.44% -
HSV(B) 113.68º 0.16% 0.47% -
XYZ 14.94 17.58 15.18 -
YUV 113.75 121.37 121.04 -
System Red Green Blue C M Y K H S L
Decimal 104 121 102 0.14 0 0.16 0.53 113.68 0.09 0.44
Hex 68 79 66 E 0 10 35 72 9 2C
Octal 150 171 146 16 0 20 65 162 11 54
Binary 1101000 1111001 1100110 1110 0 10000 110101 1110010 1001 101100

Color Harmonies of #687966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687966

Black with #687966

Text Example


Text Example

White with #687966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687966; }

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

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

background-color css

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

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

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

border-color css

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

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

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