Html Css Color HEX #677466 Finlandia

📋 copy color: '#677466'

red 103 ◦ green 116 ◦ blue 102

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

Shades of Finlandia #677466

Tints of Finlandia #677466

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.14%

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

R = 32.09%
G = 36.14%
B = 31.78%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#677466 (or 0x677466) is known color: Finlandia. HEX triplet: 67, 74 and 66. RGB value is (103,116,102). Sum of RGB (Red+Green+Blue) = 103+116+102=321 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.09% from 321); Green value is 116 (45.70% from 255 or 36.14% from 321); Blue value is 102 (40.23% from 255 or 31.78% from 321); Max value from RGB is 116 - color contains mainly: green. Hex color #677466 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677466 is #988B99. Grayscale: #6E6E6E. Windows color (decimal): -9997210 or 6714471. OLE color: 6714471.

HSL color Cylindrical-coordinate representation of color #677466: hue angle of 115.71º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #677466 is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB 103 116 102 -
CMYK 0.11 0 0.12 0.55
HSL 115.71º 0.06% 0.43% -
HSV(B) 115.71º 0.12% 0.45% -
XYZ 14.24 16.33 14.97 -
YUV 110.52 123.19 122.64 -
System Red Green Blue C M Y K H S L
Decimal 103 116 102 0.11 0 0.12 0.55 115.71 0.06 0.43
Hex 67 74 66 B 0 C 37 74 6 2B
Octal 147 164 146 13 0 14 67 164 6 53
Binary 1100111 1110100 1100110 1011 0 1100 110111 1110100 110 101011

Color Harmonies of #677466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677466

Black with #677466

Text Example


Text Example

White with #677466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677466; }

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

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

background-color css

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

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

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

border-color css

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

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

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