Html Css Color HEX #667464 Finlandia

📋 copy color: '#667464'

red 102 ◦ green 116 ◦ blue 100

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

Shades of Finlandia #667464

Tints of Finlandia #667464

RGB

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

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

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

R = 32.08%
G = 36.48%
B = 31.45%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#667464 (or 0x667464) is known color: Finlandia. HEX triplet: 66, 74 and 64. RGB value is (102,116,100). Sum of RGB (Red+Green+Blue) = 102+116+100=318 (42% of max value = 765). Red value is 102 (40.23% from 255 or 32.08% from 318); Green value is 116 (45.70% from 255 or 36.48% from 318); Blue value is 100 (39.45% from 255 or 31.45% from 318); Max value from RGB is 116 - color contains mainly: green. Hex color #667464 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667464 is #998B9B. Grayscale: #6E6E6E. Windows color (decimal): -10062748 or 6583398. OLE color: 6583398.

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

Color convert

RGB 102 116 100 -
CMYK 0.12 0 0.14 0.55
HSL 112.5º 0.07% 0.42% -
HSV(B) 112.5º 0.14% 0.45% -
XYZ 14.03 16.24 14.45 -
YUV 109.99 122.36 122.3 -
System Red Green Blue C M Y K H S L
Decimal 102 116 100 0.12 0 0.14 0.55 112.5 0.07 0.42
Hex 66 74 64 C 0 E 37 70 7 2A
Octal 146 164 144 14 0 16 67 160 7 52
Binary 1100110 1110100 1100100 1100 0 1110 110111 1110000 111 101010

Color Harmonies of #667464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667464

Black with #667464

Text Example


Text Example

White with #667464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667464; }

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

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

background-color css

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

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

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

border-color css

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

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

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