Html Css Color HEX #667864 Finlandia

📋 copy color: '#667864'

red 102 ◦ green 120 ◦ blue 100

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

Shades of Finlandia #667864

Tints of Finlandia #667864

RGB

 RED value IS 102 (40.23% from 255) = 31.68%

 GREEN value IS 120 (47.27% from 255) = 37.27%

 BLUE value IS 100 (39.45% from 255) = 31.06%

R = 31.68%
G = 37.27%
B = 31.06%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#667864 (or 0x667864) is known color: Finlandia. HEX triplet: 66, 78 and 64. RGB value is (102,120,100). Sum of RGB (Red+Green+Blue) = 102+120+100=322 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.68% from 322); Green value is 120 (47.27% from 255 or 37.27% from 322); Blue value is 100 (39.45% from 255 or 31.06% from 322); Max value from RGB is 120 - color contains mainly: green. Hex color #667864 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667864 is #99879B. Grayscale: #707070. Windows color (decimal): -10061724 or 6584422. OLE color: 6584422.

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

Color convert

RGB 102 120 100 -
CMYK 0.15 0 0.17 0.53
HSL 114º 0.09% 0.43% -
HSV(B) 114º 0.17% 0.47% -
XYZ 14.5 17.18 14.61 -
YUV 112.34 121.04 120.63 -
System Red Green Blue C M Y K H S L
Decimal 102 120 100 0.15 0 0.17 0.53 114 0.09 0.43
Hex 66 78 64 F 0 11 35 72 9 2B
Octal 146 170 144 17 0 21 65 162 11 53
Binary 1100110 1111000 1100100 1111 0 10001 110101 1110010 1001 101011

Color Harmonies of #667864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667864

Black with #667864

Text Example


Text Example

White with #667864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667864; }

 p { color: rgb(102,120,100); }

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

background-color css

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

 a { background-color: rgb(102,120,100); }

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

border-color css

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

 span { border-color: rgb(102,120,100); }

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