Html Css Color HEX #677066 Finlandia

📋 copy color: '#677066'

red 103 ◦ green 112 ◦ blue 102

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

Shades of Finlandia #677066

Tints of Finlandia #677066

RGB

 RED value IS 103 (40.63% from 255) = 32.49%

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

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

R = 32.49%
G = 35.33%
B = 32.18%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#677066 (or 0x677066) is known color: Finlandia. HEX triplet: 67, 70 and 66. RGB value is (103,112,102). Sum of RGB (Red+Green+Blue) = 103+112+102=317 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.49% from 317); Green value is 112 (44.14% from 255 or 35.33% from 317); Blue value is 102 (40.23% from 255 or 32.18% from 317); Max value from RGB is 112 - color contains mainly: green. Hex color #677066 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677066 is #988F99. Grayscale: #6C6C6C. Windows color (decimal): -9998234 or 6713447. OLE color: 6713447.

HSL color Cylindrical-coordinate representation of color #677066: hue angle of 114º 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 #677066 is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB 103 112 102 -
CMYK 0.08 0 0.09 0.56
HSL 114º 0.05% 0.42% -
HSV(B) 114º 0.09% 0.44% -
XYZ 13.79 15.43 14.82 -
YUV 108.17 124.52 124.31 -
System Red Green Blue C M Y K H S L
Decimal 103 112 102 0.08 0 0.09 0.56 114 0.05 0.42
Hex 67 70 66 8 0 9 38 72 5 2A
Octal 147 160 146 10 0 11 70 162 5 52
Binary 1100111 1110000 1100110 1000 0 1001 111000 1110010 101 101010

Color Harmonies of #677066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677066

Black with #677066

Text Example


Text Example

White with #677066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677066; }

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

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

background-color css

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

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

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

border-color css

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

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

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