Html Css Color HEX #676F66 Finlandia

📋 copy color: '#676F66'

red 103 ◦ green 111 ◦ blue 102

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

Shades of Finlandia #676F66

Tints of Finlandia #676F66

RGB

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

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

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

R = 32.59%
G = 35.13%
B = 32.28%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#676F66 (or 0x676F66) is known color: Finlandia. HEX triplet: 67, 6F and 66. RGB value is (103,111,102). Sum of RGB (Red+Green+Blue) = 103+111+102=316 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.59% from 316); Green value is 111 (43.75% from 255 or 35.13% from 316); Blue value is 102 (40.23% from 255 or 32.28% from 316); Max value from RGB is 111 - color contains mainly: green. Hex color #676F66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676F66 is #989099. Grayscale: #6B6B6B. Windows color (decimal): -9998490 or 6713191. OLE color: 6713191.

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

Color convert

RGB 103 111 102 -
CMYK 0.07 0 0.08 0.56
HSL 113.33º 0.04% 0.42% -
HSV(B) 113.33º 0.08% 0.44% -
XYZ 13.68 15.21 14.79 -
YUV 107.58 124.85 124.73 -
System Red Green Blue C M Y K H S L
Decimal 103 111 102 0.07 0 0.08 0.56 113.33 0.04 0.42
Hex 67 6F 66 7 0 8 38 71 4 2A
Octal 147 157 146 7 0 10 70 161 4 52
Binary 1100111 1101111 1100110 111 0 1000 111000 1110001 100 101010

Color Harmonies of #676F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676F66

Black with #676F66

Text Example


Text Example

White with #676F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676F66; }

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

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

background-color css

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

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

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

border-color css

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

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

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